From cf3379d4a82b8ba8f7ffe7310dbcdd779e63cf6f Mon Sep 17 00:00:00 2001 From: Marco Garcia Date: Wed, 4 Dec 2019 12:43:41 -0500 Subject: [PATCH 1/5] add prepack --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 555da6f693..b209e2de94 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "watch": "tsc --watch", "test": "nyc mocha", "prepare": "npm run build", - "docs": "typedoc src/gen/api" + "docs": "typedoc src/gen/api", + "prepack": "npm run build" }, "nyc": { "include": [ From 73e010adc59bfbd71d27e1ffe1208e08af46adf1 Mon Sep 17 00:00:00 2001 From: Marco Garcia Date: Wed, 4 Dec 2019 12:54:42 -0500 Subject: [PATCH 2/5] update .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e3e2975ef..3c2ae9b019 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -dist node_modules src/.gitignore src/package.json From cc6ee7cf378c759b48dedecaea9aad23754ed2ba Mon Sep 17 00:00:00 2001 From: Marco Garcia Date: Wed, 4 Dec 2019 13:12:59 -0500 Subject: [PATCH 3/5] add postinstall --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b209e2de94..bf0a466b93 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "test": "nyc mocha", "prepare": "npm run build", "docs": "typedoc src/gen/api", - "prepack": "npm run build" + "postinstall": "npm run build" }, "nyc": { "include": [ From c9cf28296669171f9abd69eeeefd74c9d650662d Mon Sep 17 00:00:00 2001 From: Marco Garcia Date: Thu, 5 Dec 2019 17:10:55 -0500 Subject: [PATCH 4/5] add dist --- dist/api.d.ts | 1 + dist/api.js | 5 + dist/api.js.map | 1 + dist/attach.d.ts | 12 + dist/attach.js | 39 + dist/attach.js.map | 1 + dist/auth.d.ts | 8 + dist/auth.js | 3 + dist/auth.js.map | 1 + dist/cache.d.ts | 28 + dist/cache.js | 151 + dist/cache.js.map | 1 + dist/cloud_auth.d.ts | 12 + dist/cloud_auth.js | 74 + dist/cloud_auth.js.map | 1 + dist/config.d.ts | 77 + dist/config.js | 447 + dist/config.js.map | 1 + dist/config_types.d.ts | 31 + dist/config_types.js | 121 + dist/config_types.js.map | 1 + dist/exec.d.ts | 26 + dist/exec.js | 59 + dist/exec.js.map | 1 + dist/exec_auth.d.ts | 22 + dist/exec_auth.js | 91 + dist/exec_auth.js.map | 1 + dist/file_auth.d.ts | 13 + dist/file_auth.js | 45 + dist/file_auth.js.map | 1 + dist/gen/api.d.ts | 2 + dist/gen/api.js | 7 + dist/gen/api.js.map | 1 + dist/gen/api/admissionregistrationApi.d.ts | 44 + dist/gen/api/admissionregistrationApi.js | 113 + dist/gen/api/admissionregistrationApi.js.map | 1 + .../api/admissionregistrationV1beta1Api.d.ts | 302 + .../api/admissionregistrationV1beta1Api.js | 1225 ++ .../admissionregistrationV1beta1Api.js.map | 1 + dist/gen/api/apiextensionsApi.d.ts | 44 + dist/gen/api/apiextensionsApi.js | 113 + dist/gen/api/apiextensionsApi.js.map | 1 + dist/gen/api/apiextensionsV1beta1Api.d.ts | 220 + dist/gen/api/apiextensionsV1beta1Api.js | 881 + dist/gen/api/apiextensionsV1beta1Api.js.map | 1 + dist/gen/api/apiregistrationApi.d.ts | 44 + dist/gen/api/apiregistrationApi.js | 113 + dist/gen/api/apiregistrationApi.js.map | 1 + dist/gen/api/apiregistrationV1Api.d.ts | 220 + dist/gen/api/apiregistrationV1Api.js | 881 + dist/gen/api/apiregistrationV1Api.js.map | 1 + dist/gen/api/apiregistrationV1beta1Api.d.ts | 220 + dist/gen/api/apiregistrationV1beta1Api.js | 881 + dist/gen/api/apiregistrationV1beta1Api.js.map | 1 + dist/gen/api/apis.d.ts | 129 + dist/gen/api/apis.js | 133 + dist/gen/api/apis.js.map | 1 + dist/gen/api/apisApi.d.ts | 44 + dist/gen/api/apisApi.js | 113 + dist/gen/api/apisApi.js.map | 1 + dist/gen/api/appsApi.d.ts | 44 + dist/gen/api/appsApi.js | 113 + dist/gen/api/appsApi.js.map | 1 + dist/gen/api/appsV1Api.d.ts | 1165 ++ dist/gen/api/appsV1Api.js | 5143 +++++ dist/gen/api/appsV1Api.js.map | 1 + dist/gen/api/appsV1beta1Api.d.ts | 726 + dist/gen/api/appsV1beta1Api.js | 3165 ++++ dist/gen/api/appsV1beta1Api.js.map | 1 + dist/gen/api/appsV1beta2Api.d.ts | 1165 ++ dist/gen/api/appsV1beta2Api.js | 5143 +++++ dist/gen/api/appsV1beta2Api.js.map | 1 + dist/gen/api/auditregistrationApi.d.ts | 44 + dist/gen/api/auditregistrationApi.js | 113 + dist/gen/api/auditregistrationApi.js.map | 1 + .../gen/api/auditregistrationV1alpha1Api.d.ts | 174 + dist/gen/api/auditregistrationV1alpha1Api.js | 669 + .../api/auditregistrationV1alpha1Api.js.map | 1 + dist/gen/api/authenticationApi.d.ts | 44 + dist/gen/api/authenticationApi.js | 113 + dist/gen/api/authenticationApi.js.map | 1 + dist/gen/api/authenticationV1Api.d.ts | 60 + dist/gen/api/authenticationV1Api.js | 181 + dist/gen/api/authenticationV1Api.js.map | 1 + dist/gen/api/authenticationV1beta1Api.d.ts | 60 + dist/gen/api/authenticationV1beta1Api.js | 181 + dist/gen/api/authenticationV1beta1Api.js.map | 1 + dist/gen/api/authorizationApi.d.ts | 44 + dist/gen/api/authorizationApi.js | 113 + dist/gen/api/authorizationApi.js.map | 1 + dist/gen/api/authorizationV1Api.d.ts | 109 + dist/gen/api/authorizationV1Api.js | 391 + dist/gen/api/authorizationV1Api.js.map | 1 + dist/gen/api/authorizationV1beta1Api.d.ts | 109 + dist/gen/api/authorizationV1beta1Api.js | 391 + dist/gen/api/authorizationV1beta1Api.js.map | 1 + dist/gen/api/autoscalingApi.d.ts | 44 + dist/gen/api/autoscalingApi.js | 113 + dist/gen/api/autoscalingApi.js.map | 1 + dist/gen/api/autoscalingV1Api.d.ts | 250 + dist/gen/api/autoscalingV1Api.js | 1027 + dist/gen/api/autoscalingV1Api.js.map | 1 + dist/gen/api/autoscalingV2beta1Api.d.ts | 250 + dist/gen/api/autoscalingV2beta1Api.js | 1027 + dist/gen/api/autoscalingV2beta1Api.js.map | 1 + dist/gen/api/autoscalingV2beta2Api.d.ts | 250 + dist/gen/api/autoscalingV2beta2Api.js | 1027 + dist/gen/api/autoscalingV2beta2Api.js.map | 1 + dist/gen/api/batchApi.d.ts | 44 + dist/gen/api/batchApi.js | 113 + dist/gen/api/batchApi.js.map | 1 + dist/gen/api/batchV1Api.d.ts | 250 + dist/gen/api/batchV1Api.js | 1027 + dist/gen/api/batchV1Api.js.map | 1 + dist/gen/api/batchV1beta1Api.d.ts | 250 + dist/gen/api/batchV1beta1Api.js | 1027 + dist/gen/api/batchV1beta1Api.js.map | 1 + dist/gen/api/batchV2alpha1Api.d.ts | 250 + dist/gen/api/batchV2alpha1Api.js | 1027 + dist/gen/api/batchV2alpha1Api.js.map | 1 + dist/gen/api/certificatesApi.d.ts | 44 + dist/gen/api/certificatesApi.js | 113 + dist/gen/api/certificatesApi.js.map | 1 + dist/gen/api/certificatesV1beta1Api.d.ts | 236 + dist/gen/api/certificatesV1beta1Api.js | 955 + dist/gen/api/certificatesV1beta1Api.js.map | 1 + dist/gen/api/coordinationApi.d.ts | 44 + dist/gen/api/coordinationApi.js | 113 + dist/gen/api/coordinationApi.js.map | 1 + dist/gen/api/coordinationV1Api.d.ts | 201 + dist/gen/api/coordinationV1Api.js | 797 + dist/gen/api/coordinationV1Api.js.map | 1 + dist/gen/api/coordinationV1beta1Api.d.ts | 201 + dist/gen/api/coordinationV1beta1Api.js | 797 + dist/gen/api/coordinationV1beta1Api.js.map | 1 + dist/gen/api/coreApi.d.ts | 44 + dist/gen/api/coreApi.js | 113 + dist/gen/api/coreApi.js.map | 1 + dist/gen/api/coreV1Api.d.ts | 3493 ++++ dist/gen/api/coreV1Api.js | 15621 ++++++++++++++++ dist/gen/api/coreV1Api.js.map | 1 + dist/gen/api/customObjectsApi.d.ts | 437 + dist/gen/api/customObjectsApi.js | 2063 ++ dist/gen/api/customObjectsApi.js.map | 1 + dist/gen/api/eventsApi.d.ts | 44 + dist/gen/api/eventsApi.js | 113 + dist/gen/api/eventsApi.js.map | 1 + dist/gen/api/eventsV1beta1Api.d.ts | 201 + dist/gen/api/eventsV1beta1Api.js | 797 + dist/gen/api/eventsV1beta1Api.js.map | 1 + dist/gen/api/extensionsApi.d.ts | 44 + dist/gen/api/extensionsApi.js | 113 + dist/gen/api/extensionsApi.js.map | 1 + dist/gen/api/extensionsV1beta1Api.d.ts | 1311 ++ dist/gen/api/extensionsV1beta1Api.js | 5779 ++++++ dist/gen/api/extensionsV1beta1Api.js.map | 1 + dist/gen/api/logsApi.d.ts | 55 + dist/gen/api/logsApi.js | 168 + dist/gen/api/logsApi.js.map | 1 + dist/gen/api/networkingApi.d.ts | 44 + dist/gen/api/networkingApi.js | 113 + dist/gen/api/networkingApi.js.map | 1 + dist/gen/api/networkingV1Api.d.ts | 201 + dist/gen/api/networkingV1Api.js | 797 + dist/gen/api/networkingV1Api.js.map | 1 + dist/gen/api/networkingV1beta1Api.d.ts | 250 + dist/gen/api/networkingV1beta1Api.js | 1027 + dist/gen/api/networkingV1beta1Api.js.map | 1 + dist/gen/api/nodeApi.d.ts | 44 + dist/gen/api/nodeApi.js | 113 + dist/gen/api/nodeApi.js.map | 1 + dist/gen/api/nodeV1alpha1Api.d.ts | 174 + dist/gen/api/nodeV1alpha1Api.js | 669 + dist/gen/api/nodeV1alpha1Api.js.map | 1 + dist/gen/api/nodeV1beta1Api.d.ts | 174 + dist/gen/api/nodeV1beta1Api.js | 669 + dist/gen/api/nodeV1beta1Api.js.map | 1 + dist/gen/api/policyApi.d.ts | 44 + dist/gen/api/policyApi.js | 113 + dist/gen/api/policyApi.js.map | 1 + dist/gen/api/policyV1beta1Api.d.ts | 378 + dist/gen/api/policyV1beta1Api.js | 1583 ++ dist/gen/api/policyV1beta1Api.js.map | 1 + dist/gen/api/rbacAuthorizationApi.d.ts | 44 + dist/gen/api/rbacAuthorizationApi.js | 113 + dist/gen/api/rbacAuthorizationApi.js.map | 1 + dist/gen/api/rbacAuthorizationV1Api.d.ts | 604 + dist/gen/api/rbacAuthorizationV1Api.js | 2561 +++ dist/gen/api/rbacAuthorizationV1Api.js.map | 1 + .../gen/api/rbacAuthorizationV1alpha1Api.d.ts | 604 + dist/gen/api/rbacAuthorizationV1alpha1Api.js | 2561 +++ .../api/rbacAuthorizationV1alpha1Api.js.map | 1 + dist/gen/api/rbacAuthorizationV1beta1Api.d.ts | 604 + dist/gen/api/rbacAuthorizationV1beta1Api.js | 2561 +++ .../api/rbacAuthorizationV1beta1Api.js.map | 1 + dist/gen/api/schedulingApi.d.ts | 44 + dist/gen/api/schedulingApi.js | 113 + dist/gen/api/schedulingApi.js.map | 1 + dist/gen/api/schedulingV1Api.d.ts | 174 + dist/gen/api/schedulingV1Api.js | 669 + dist/gen/api/schedulingV1Api.js.map | 1 + dist/gen/api/schedulingV1alpha1Api.d.ts | 174 + dist/gen/api/schedulingV1alpha1Api.js | 669 + dist/gen/api/schedulingV1alpha1Api.js.map | 1 + dist/gen/api/schedulingV1beta1Api.d.ts | 174 + dist/gen/api/schedulingV1beta1Api.js | 669 + dist/gen/api/schedulingV1beta1Api.js.map | 1 + dist/gen/api/settingsApi.d.ts | 44 + dist/gen/api/settingsApi.js | 113 + dist/gen/api/settingsApi.js.map | 1 + dist/gen/api/settingsV1alpha1Api.d.ts | 201 + dist/gen/api/settingsV1alpha1Api.js | 797 + dist/gen/api/settingsV1alpha1Api.js.map | 1 + dist/gen/api/storageApi.d.ts | 44 + dist/gen/api/storageApi.js | 113 + dist/gen/api/storageApi.js.map | 1 + dist/gen/api/storageV1Api.d.ts | 348 + dist/gen/api/storageV1Api.js | 1437 ++ dist/gen/api/storageV1Api.js.map | 1 + dist/gen/api/storageV1alpha1Api.d.ts | 174 + dist/gen/api/storageV1alpha1Api.js | 669 + dist/gen/api/storageV1alpha1Api.js.map | 1 + dist/gen/api/storageV1beta1Api.d.ts | 558 + dist/gen/api/storageV1beta1Api.js | 2337 +++ dist/gen/api/storageV1beta1Api.js.map | 1 + dist/gen/api/versionApi.d.ts | 44 + dist/gen/api/versionApi.js | 113 + dist/gen/api/versionApi.js.map | 1 + ...onregistrationV1beta1ServiceReference.d.ts | 43 + ...sionregistrationV1beta1ServiceReference.js | 46 + ...registrationV1beta1ServiceReference.js.map | 1 + ...egistrationV1beta1WebhookClientConfig.d.ts | 37 + ...nregistrationV1beta1WebhookClientConfig.js | 41 + ...istrationV1beta1WebhookClientConfig.js.map | 1 + .../apiextensionsV1beta1ServiceReference.d.ts | 43 + .../apiextensionsV1beta1ServiceReference.js | 46 + ...piextensionsV1beta1ServiceReference.js.map | 1 + ...iextensionsV1beta1WebhookClientConfig.d.ts | 37 + ...apiextensionsV1beta1WebhookClientConfig.js | 41 + ...xtensionsV1beta1WebhookClientConfig.js.map | 1 + ...piregistrationV1beta1ServiceReference.d.ts | 39 + .../apiregistrationV1beta1ServiceReference.js | 41 + ...registrationV1beta1ServiceReference.js.map | 1 + dist/gen/model/appsV1beta1Deployment.d.ts | 41 + dist/gen/model/appsV1beta1Deployment.js | 51 + dist/gen/model/appsV1beta1Deployment.js.map | 1 + .../model/appsV1beta1DeploymentCondition.d.ts | 51 + .../model/appsV1beta1DeploymentCondition.js | 56 + .../appsV1beta1DeploymentCondition.js.map | 1 + dist/gen/model/appsV1beta1DeploymentList.d.ts | 42 + dist/gen/model/appsV1beta1DeploymentList.js | 46 + .../model/appsV1beta1DeploymentList.js.map | 1 + .../model/appsV1beta1DeploymentRollback.d.ts | 47 + .../model/appsV1beta1DeploymentRollback.js | 51 + .../appsV1beta1DeploymentRollback.js.map | 1 + dist/gen/model/appsV1beta1DeploymentSpec.d.ts | 55 + dist/gen/model/appsV1beta1DeploymentSpec.js | 71 + .../model/appsV1beta1DeploymentSpec.js.map | 1 + .../model/appsV1beta1DeploymentStatus.d.ts | 60 + dist/gen/model/appsV1beta1DeploymentStatus.js | 66 + .../model/appsV1beta1DeploymentStatus.js.map | 1 + .../model/appsV1beta1DeploymentStrategy.d.ts | 33 + .../model/appsV1beta1DeploymentStrategy.js | 36 + .../appsV1beta1DeploymentStrategy.js.map | 1 + dist/gen/model/appsV1beta1RollbackConfig.d.ts | 31 + dist/gen/model/appsV1beta1RollbackConfig.js | 31 + .../model/appsV1beta1RollbackConfig.js.map | 1 + .../appsV1beta1RollingUpdateDeployment.d.ts | 35 + .../appsV1beta1RollingUpdateDeployment.js | 36 + .../appsV1beta1RollingUpdateDeployment.js.map | 1 + dist/gen/model/appsV1beta1Scale.d.ts | 41 + dist/gen/model/appsV1beta1Scale.js | 51 + dist/gen/model/appsV1beta1Scale.js.map | 1 + dist/gen/model/appsV1beta1ScaleSpec.d.ts | 31 + dist/gen/model/appsV1beta1ScaleSpec.js | 31 + dist/gen/model/appsV1beta1ScaleSpec.js.map | 1 + dist/gen/model/appsV1beta1ScaleStatus.d.ts | 41 + dist/gen/model/appsV1beta1ScaleStatus.js | 41 + dist/gen/model/appsV1beta1ScaleStatus.js.map | 1 + .../extensionsV1beta1AllowedCSIDriver.d.ts | 31 + .../extensionsV1beta1AllowedCSIDriver.js | 31 + .../extensionsV1beta1AllowedCSIDriver.js.map | 1 + .../extensionsV1beta1AllowedFlexVolume.d.ts | 31 + .../extensionsV1beta1AllowedFlexVolume.js | 31 + .../extensionsV1beta1AllowedFlexVolume.js.map | 1 + .../extensionsV1beta1AllowedHostPath.d.ts | 35 + .../model/extensionsV1beta1AllowedHostPath.js | 36 + .../extensionsV1beta1AllowedHostPath.js.map | 1 + .../model/extensionsV1beta1Deployment.d.ts | 41 + dist/gen/model/extensionsV1beta1Deployment.js | 51 + .../model/extensionsV1beta1Deployment.js.map | 1 + .../extensionsV1beta1DeploymentCondition.d.ts | 51 + .../extensionsV1beta1DeploymentCondition.js | 56 + ...xtensionsV1beta1DeploymentCondition.js.map | 1 + .../extensionsV1beta1DeploymentList.d.ts | 42 + .../model/extensionsV1beta1DeploymentList.js | 46 + .../extensionsV1beta1DeploymentList.js.map | 1 + .../extensionsV1beta1DeploymentRollback.d.ts | 47 + .../extensionsV1beta1DeploymentRollback.js | 51 + ...extensionsV1beta1DeploymentRollback.js.map | 1 + .../extensionsV1beta1DeploymentSpec.d.ts | 55 + .../model/extensionsV1beta1DeploymentSpec.js | 71 + .../extensionsV1beta1DeploymentSpec.js.map | 1 + .../extensionsV1beta1DeploymentStatus.d.ts | 60 + .../extensionsV1beta1DeploymentStatus.js | 66 + .../extensionsV1beta1DeploymentStatus.js.map | 1 + .../extensionsV1beta1DeploymentStrategy.d.ts | 33 + .../extensionsV1beta1DeploymentStrategy.js | 36 + ...extensionsV1beta1DeploymentStrategy.js.map | 1 + ...tensionsV1beta1FSGroupStrategyOptions.d.ts | 36 + ...extensionsV1beta1FSGroupStrategyOptions.js | 36 + ...nsionsV1beta1FSGroupStrategyOptions.js.map | 1 + .../extensionsV1beta1HTTPIngressPath.d.ts | 33 + .../model/extensionsV1beta1HTTPIngressPath.js | 36 + .../extensionsV1beta1HTTPIngressPath.js.map | 1 + ...extensionsV1beta1HTTPIngressRuleValue.d.ts | 32 + .../extensionsV1beta1HTTPIngressRuleValue.js | 31 + ...tensionsV1beta1HTTPIngressRuleValue.js.map | 1 + .../model/extensionsV1beta1HostPortRange.d.ts | 35 + .../model/extensionsV1beta1HostPortRange.js | 36 + .../extensionsV1beta1HostPortRange.js.map | 1 + dist/gen/model/extensionsV1beta1IDRange.d.ts | 35 + dist/gen/model/extensionsV1beta1IDRange.js | 36 + .../gen/model/extensionsV1beta1IDRange.js.map | 1 + dist/gen/model/extensionsV1beta1Ingress.d.ts | 41 + dist/gen/model/extensionsV1beta1Ingress.js | 51 + .../gen/model/extensionsV1beta1Ingress.js.map | 1 + .../extensionsV1beta1IngressBackend.d.ts | 35 + .../model/extensionsV1beta1IngressBackend.js | 36 + .../extensionsV1beta1IngressBackend.js.map | 1 + .../model/extensionsV1beta1IngressList.d.ts | 42 + .../gen/model/extensionsV1beta1IngressList.js | 46 + .../model/extensionsV1beta1IngressList.js.map | 1 + .../model/extensionsV1beta1IngressRule.d.ts | 33 + .../gen/model/extensionsV1beta1IngressRule.js | 36 + .../model/extensionsV1beta1IngressRule.js.map | 1 + .../model/extensionsV1beta1IngressSpec.d.ts | 39 + .../gen/model/extensionsV1beta1IngressSpec.js | 41 + .../model/extensionsV1beta1IngressSpec.js.map | 1 + .../model/extensionsV1beta1IngressStatus.d.ts | 29 + .../model/extensionsV1beta1IngressStatus.js | 31 + .../extensionsV1beta1IngressStatus.js.map | 1 + .../model/extensionsV1beta1IngressTLS.d.ts | 35 + dist/gen/model/extensionsV1beta1IngressTLS.js | 36 + .../model/extensionsV1beta1IngressTLS.js.map | 1 + .../extensionsV1beta1PodSecurityPolicy.d.ts | 39 + .../extensionsV1beta1PodSecurityPolicy.js | 46 + .../extensionsV1beta1PodSecurityPolicy.js.map | 1 + ...xtensionsV1beta1PodSecurityPolicyList.d.ts | 42 + .../extensionsV1beta1PodSecurityPolicyList.js | 46 + ...ensionsV1beta1PodSecurityPolicyList.js.map | 1 + ...xtensionsV1beta1PodSecurityPolicySpec.d.ts | 115 + .../extensionsV1beta1PodSecurityPolicySpec.js | 146 + ...ensionsV1beta1PodSecurityPolicySpec.js.map | 1 + .../extensionsV1beta1RollbackConfig.d.ts | 31 + .../model/extensionsV1beta1RollbackConfig.js | 31 + .../extensionsV1beta1RollbackConfig.js.map | 1 + ...ensionsV1beta1RollingUpdateDeployment.d.ts | 35 + ...xtensionsV1beta1RollingUpdateDeployment.js | 36 + ...sionsV1beta1RollingUpdateDeployment.js.map | 1 + ...sionsV1beta1RunAsGroupStrategyOptions.d.ts | 36 + ...ensionsV1beta1RunAsGroupStrategyOptions.js | 36 + ...onsV1beta1RunAsGroupStrategyOptions.js.map | 1 + ...nsionsV1beta1RunAsUserStrategyOptions.d.ts | 36 + ...tensionsV1beta1RunAsUserStrategyOptions.js | 36 + ...ionsV1beta1RunAsUserStrategyOptions.js.map | 1 + ...onsV1beta1RuntimeClassStrategyOptions.d.ts | 35 + ...sionsV1beta1RuntimeClassStrategyOptions.js | 36 + ...sV1beta1RuntimeClassStrategyOptions.js.map | 1 + ...tensionsV1beta1SELinuxStrategyOptions.d.ts | 33 + ...extensionsV1beta1SELinuxStrategyOptions.js | 36 + ...nsionsV1beta1SELinuxStrategyOptions.js.map | 1 + dist/gen/model/extensionsV1beta1Scale.d.ts | 41 + dist/gen/model/extensionsV1beta1Scale.js | 51 + dist/gen/model/extensionsV1beta1Scale.js.map | 1 + .../gen/model/extensionsV1beta1ScaleSpec.d.ts | 31 + dist/gen/model/extensionsV1beta1ScaleSpec.js | 31 + .../model/extensionsV1beta1ScaleSpec.js.map | 1 + .../model/extensionsV1beta1ScaleStatus.d.ts | 41 + .../gen/model/extensionsV1beta1ScaleStatus.js | 41 + .../model/extensionsV1beta1ScaleStatus.js.map | 1 + ...eta1SupplementalGroupsStrategyOptions.d.ts | 36 + ...1beta1SupplementalGroupsStrategyOptions.js | 36 + ...a1SupplementalGroupsStrategyOptions.js.map | 1 + dist/gen/model/models.d.ts | 637 + dist/gen/model/models.js | 1997 ++ dist/gen/model/models.js.map | 1 + .../networkingV1beta1HTTPIngressPath.d.ts | 33 + .../model/networkingV1beta1HTTPIngressPath.js | 36 + .../networkingV1beta1HTTPIngressPath.js.map | 1 + ...networkingV1beta1HTTPIngressRuleValue.d.ts | 32 + .../networkingV1beta1HTTPIngressRuleValue.js | 31 + ...tworkingV1beta1HTTPIngressRuleValue.js.map | 1 + dist/gen/model/networkingV1beta1Ingress.d.ts | 41 + dist/gen/model/networkingV1beta1Ingress.js | 51 + .../gen/model/networkingV1beta1Ingress.js.map | 1 + .../networkingV1beta1IngressBackend.d.ts | 35 + .../model/networkingV1beta1IngressBackend.js | 36 + .../networkingV1beta1IngressBackend.js.map | 1 + .../model/networkingV1beta1IngressList.d.ts | 42 + .../gen/model/networkingV1beta1IngressList.js | 46 + .../model/networkingV1beta1IngressList.js.map | 1 + .../model/networkingV1beta1IngressRule.d.ts | 33 + .../gen/model/networkingV1beta1IngressRule.js | 36 + .../model/networkingV1beta1IngressRule.js.map | 1 + .../model/networkingV1beta1IngressSpec.d.ts | 39 + .../gen/model/networkingV1beta1IngressSpec.js | 41 + .../model/networkingV1beta1IngressSpec.js.map | 1 + .../model/networkingV1beta1IngressStatus.d.ts | 29 + .../model/networkingV1beta1IngressStatus.js | 31 + .../networkingV1beta1IngressStatus.js.map | 1 + .../model/networkingV1beta1IngressTLS.d.ts | 35 + dist/gen/model/networkingV1beta1IngressTLS.js | 36 + .../model/networkingV1beta1IngressTLS.js.map | 1 + .../model/policyV1beta1AllowedCSIDriver.d.ts | 31 + .../model/policyV1beta1AllowedCSIDriver.js | 31 + .../policyV1beta1AllowedCSIDriver.js.map | 1 + .../model/policyV1beta1AllowedFlexVolume.d.ts | 31 + .../model/policyV1beta1AllowedFlexVolume.js | 31 + .../policyV1beta1AllowedFlexVolume.js.map | 1 + .../model/policyV1beta1AllowedHostPath.d.ts | 35 + .../gen/model/policyV1beta1AllowedHostPath.js | 36 + .../model/policyV1beta1AllowedHostPath.js.map | 1 + .../policyV1beta1FSGroupStrategyOptions.d.ts | 36 + .../policyV1beta1FSGroupStrategyOptions.js | 36 + ...policyV1beta1FSGroupStrategyOptions.js.map | 1 + .../gen/model/policyV1beta1HostPortRange.d.ts | 35 + dist/gen/model/policyV1beta1HostPortRange.js | 36 + .../model/policyV1beta1HostPortRange.js.map | 1 + dist/gen/model/policyV1beta1IDRange.d.ts | 35 + dist/gen/model/policyV1beta1IDRange.js | 36 + dist/gen/model/policyV1beta1IDRange.js.map | 1 + .../model/policyV1beta1PodSecurityPolicy.d.ts | 39 + .../model/policyV1beta1PodSecurityPolicy.js | 46 + .../policyV1beta1PodSecurityPolicy.js.map | 1 + .../policyV1beta1PodSecurityPolicyList.d.ts | 42 + .../policyV1beta1PodSecurityPolicyList.js | 46 + .../policyV1beta1PodSecurityPolicyList.js.map | 1 + .../policyV1beta1PodSecurityPolicySpec.d.ts | 115 + .../policyV1beta1PodSecurityPolicySpec.js | 146 + .../policyV1beta1PodSecurityPolicySpec.js.map | 1 + ...olicyV1beta1RunAsGroupStrategyOptions.d.ts | 36 + .../policyV1beta1RunAsGroupStrategyOptions.js | 36 + ...icyV1beta1RunAsGroupStrategyOptions.js.map | 1 + ...policyV1beta1RunAsUserStrategyOptions.d.ts | 36 + .../policyV1beta1RunAsUserStrategyOptions.js | 36 + ...licyV1beta1RunAsUserStrategyOptions.js.map | 1 + ...icyV1beta1RuntimeClassStrategyOptions.d.ts | 35 + ...olicyV1beta1RuntimeClassStrategyOptions.js | 36 + ...yV1beta1RuntimeClassStrategyOptions.js.map | 1 + .../policyV1beta1SELinuxStrategyOptions.d.ts | 33 + .../policyV1beta1SELinuxStrategyOptions.js | 36 + ...policyV1beta1SELinuxStrategyOptions.js.map | 1 + ...eta1SupplementalGroupsStrategyOptions.d.ts | 36 + ...1beta1SupplementalGroupsStrategyOptions.js | 36 + ...a1SupplementalGroupsStrategyOptions.js.map | 1 + dist/gen/model/runtimeRawExtension.d.ts | 31 + dist/gen/model/runtimeRawExtension.js | 31 + dist/gen/model/runtimeRawExtension.js.map | 1 + dist/gen/model/v1APIGroup.d.ts | 50 + dist/gen/model/v1APIGroup.js | 56 + dist/gen/model/v1APIGroup.js.map | 1 + dist/gen/model/v1APIGroupList.d.ts | 40 + dist/gen/model/v1APIGroupList.js | 41 + dist/gen/model/v1APIGroupList.js.map | 1 + dist/gen/model/v1APIResource.d.ts | 67 + dist/gen/model/v1APIResource.js | 76 + dist/gen/model/v1APIResource.js.map | 1 + dist/gen/model/v1APIResourceList.d.ts | 44 + dist/gen/model/v1APIResourceList.js | 46 + dist/gen/model/v1APIResourceList.js.map | 1 + dist/gen/model/v1APIService.d.ts | 41 + dist/gen/model/v1APIService.js | 51 + dist/gen/model/v1APIService.js.map | 1 + dist/gen/model/v1APIServiceCondition.d.ts | 47 + dist/gen/model/v1APIServiceCondition.js | 51 + dist/gen/model/v1APIServiceCondition.js.map | 1 + dist/gen/model/v1APIServiceList.d.ts | 39 + dist/gen/model/v1APIServiceList.js | 46 + dist/gen/model/v1APIServiceList.js.map | 1 + dist/gen/model/v1APIServiceSpec.d.ts | 53 + dist/gen/model/v1APIServiceSpec.js | 61 + dist/gen/model/v1APIServiceSpec.js.map | 1 + dist/gen/model/v1APIServiceStatus.d.ts | 32 + dist/gen/model/v1APIServiceStatus.js | 31 + dist/gen/model/v1APIServiceStatus.js.map | 1 + dist/gen/model/v1APIVersions.d.ts | 44 + dist/gen/model/v1APIVersions.js | 46 + dist/gen/model/v1APIVersions.js.map | 1 + .../v1AWSElasticBlockStoreVolumeSource.d.ts | 43 + .../v1AWSElasticBlockStoreVolumeSource.js | 46 + .../v1AWSElasticBlockStoreVolumeSource.js.map | 1 + dist/gen/model/v1Affinity.d.ts | 33 + dist/gen/model/v1Affinity.js | 41 + dist/gen/model/v1Affinity.js.map | 1 + dist/gen/model/v1AggregationRule.d.ts | 32 + dist/gen/model/v1AggregationRule.js | 31 + dist/gen/model/v1AggregationRule.js.map | 1 + dist/gen/model/v1AttachedVolume.d.ts | 35 + dist/gen/model/v1AttachedVolume.js | 36 + dist/gen/model/v1AttachedVolume.js.map | 1 + dist/gen/model/v1AzureDiskVolumeSource.d.ts | 51 + dist/gen/model/v1AzureDiskVolumeSource.js | 56 + dist/gen/model/v1AzureDiskVolumeSource.js.map | 1 + .../v1AzureFilePersistentVolumeSource.d.ts | 43 + .../v1AzureFilePersistentVolumeSource.js | 46 + .../v1AzureFilePersistentVolumeSource.js.map | 1 + dist/gen/model/v1AzureFileVolumeSource.d.ts | 39 + dist/gen/model/v1AzureFileVolumeSource.js | 41 + dist/gen/model/v1AzureFileVolumeSource.js.map | 1 + dist/gen/model/v1Binding.d.ts | 39 + dist/gen/model/v1Binding.js | 46 + dist/gen/model/v1Binding.js.map | 1 + .../model/v1CSIPersistentVolumeSource.d.ts | 54 + dist/gen/model/v1CSIPersistentVolumeSource.js | 71 + .../model/v1CSIPersistentVolumeSource.js.map | 1 + dist/gen/model/v1CSIVolumeSource.d.ts | 47 + dist/gen/model/v1CSIVolumeSource.js | 51 + dist/gen/model/v1CSIVolumeSource.js.map | 1 + dist/gen/model/v1Capabilities.d.ts | 35 + dist/gen/model/v1Capabilities.js | 36 + dist/gen/model/v1Capabilities.js.map | 1 + .../model/v1CephFSPersistentVolumeSource.d.ts | 49 + .../model/v1CephFSPersistentVolumeSource.js | 56 + .../v1CephFSPersistentVolumeSource.js.map | 1 + dist/gen/model/v1CephFSVolumeSource.d.ts | 49 + dist/gen/model/v1CephFSVolumeSource.js | 56 + dist/gen/model/v1CephFSVolumeSource.js.map | 1 + .../model/v1CinderPersistentVolumeSource.d.ts | 41 + .../model/v1CinderPersistentVolumeSource.js | 46 + .../v1CinderPersistentVolumeSource.js.map | 1 + dist/gen/model/v1CinderVolumeSource.d.ts | 41 + dist/gen/model/v1CinderVolumeSource.js | 46 + dist/gen/model/v1CinderVolumeSource.js.map | 1 + dist/gen/model/v1ClientIPConfig.d.ts | 31 + dist/gen/model/v1ClientIPConfig.js | 31 + dist/gen/model/v1ClientIPConfig.js.map | 1 + dist/gen/model/v1ClusterRole.d.ts | 44 + dist/gen/model/v1ClusterRole.js | 51 + dist/gen/model/v1ClusterRole.js.map | 1 + dist/gen/model/v1ClusterRoleBinding.d.ts | 44 + dist/gen/model/v1ClusterRoleBinding.js | 51 + dist/gen/model/v1ClusterRoleBinding.js.map | 1 + dist/gen/model/v1ClusterRoleBindingList.d.ts | 42 + dist/gen/model/v1ClusterRoleBindingList.js | 46 + .../gen/model/v1ClusterRoleBindingList.js.map | 1 + dist/gen/model/v1ClusterRoleList.d.ts | 42 + dist/gen/model/v1ClusterRoleList.js | 46 + dist/gen/model/v1ClusterRoleList.js.map | 1 + dist/gen/model/v1ComponentCondition.d.ts | 43 + dist/gen/model/v1ComponentCondition.js | 46 + dist/gen/model/v1ComponentCondition.js.map | 1 + dist/gen/model/v1ComponentStatus.d.ts | 42 + dist/gen/model/v1ComponentStatus.js | 46 + dist/gen/model/v1ComponentStatus.js.map | 1 + dist/gen/model/v1ComponentStatusList.d.ts | 42 + dist/gen/model/v1ComponentStatusList.js | 46 + dist/gen/model/v1ComponentStatusList.js.map | 1 + dist/gen/model/v1ConfigMap.d.ts | 49 + dist/gen/model/v1ConfigMap.js | 51 + dist/gen/model/v1ConfigMap.js.map | 1 + dist/gen/model/v1ConfigMapEnvSource.d.ts | 35 + dist/gen/model/v1ConfigMapEnvSource.js | 36 + dist/gen/model/v1ConfigMapEnvSource.js.map | 1 + dist/gen/model/v1ConfigMapKeySelector.d.ts | 39 + dist/gen/model/v1ConfigMapKeySelector.js | 41 + dist/gen/model/v1ConfigMapKeySelector.js.map | 1 + dist/gen/model/v1ConfigMapList.d.ts | 42 + dist/gen/model/v1ConfigMapList.js | 46 + dist/gen/model/v1ConfigMapList.js.map | 1 + .../model/v1ConfigMapNodeConfigSource.d.ts | 47 + dist/gen/model/v1ConfigMapNodeConfigSource.js | 51 + .../model/v1ConfigMapNodeConfigSource.js.map | 1 + dist/gen/model/v1ConfigMapProjection.d.ts | 40 + dist/gen/model/v1ConfigMapProjection.js | 41 + dist/gen/model/v1ConfigMapProjection.js.map | 1 + dist/gen/model/v1ConfigMapVolumeSource.d.ts | 44 + dist/gen/model/v1ConfigMapVolumeSource.js | 46 + dist/gen/model/v1ConfigMapVolumeSource.js.map | 1 + dist/gen/model/v1Container.d.ts | 105 + dist/gen/model/v1Container.js | 131 + dist/gen/model/v1Container.js.map | 1 + dist/gen/model/v1ContainerImage.d.ts | 35 + dist/gen/model/v1ContainerImage.js | 36 + dist/gen/model/v1ContainerImage.js.map | 1 + dist/gen/model/v1ContainerPort.d.ts | 47 + dist/gen/model/v1ContainerPort.js | 51 + dist/gen/model/v1ContainerPort.js.map | 1 + dist/gen/model/v1ContainerState.d.ts | 33 + dist/gen/model/v1ContainerState.js | 41 + dist/gen/model/v1ContainerState.js.map | 1 + dist/gen/model/v1ContainerStateRunning.d.ts | 31 + dist/gen/model/v1ContainerStateRunning.js | 31 + dist/gen/model/v1ContainerStateRunning.js.map | 1 + .../gen/model/v1ContainerStateTerminated.d.ts | 55 + dist/gen/model/v1ContainerStateTerminated.js | 61 + .../model/v1ContainerStateTerminated.js.map | 1 + dist/gen/model/v1ContainerStateWaiting.d.ts | 35 + dist/gen/model/v1ContainerStateWaiting.js | 36 + dist/gen/model/v1ContainerStateWaiting.js.map | 1 + dist/gen/model/v1ContainerStatus.d.ts | 54 + dist/gen/model/v1ContainerStatus.js | 66 + dist/gen/model/v1ContainerStatus.js.map | 1 + dist/gen/model/v1ControllerRevision.d.ts | 43 + dist/gen/model/v1ControllerRevision.js | 51 + dist/gen/model/v1ControllerRevision.js.map | 1 + dist/gen/model/v1ControllerRevisionList.d.ts | 42 + dist/gen/model/v1ControllerRevisionList.js | 46 + .../gen/model/v1ControllerRevisionList.js.map | 1 + .../model/v1CrossVersionObjectReference.d.ts | 39 + .../model/v1CrossVersionObjectReference.js | 41 + .../v1CrossVersionObjectReference.js.map | 1 + dist/gen/model/v1DaemonEndpoint.d.ts | 31 + dist/gen/model/v1DaemonEndpoint.js | 31 + dist/gen/model/v1DaemonEndpoint.js.map | 1 + dist/gen/model/v1DaemonSet.d.ts | 41 + dist/gen/model/v1DaemonSet.js | 51 + dist/gen/model/v1DaemonSet.js.map | 1 + dist/gen/model/v1DaemonSetCondition.d.ts | 47 + dist/gen/model/v1DaemonSetCondition.js | 51 + dist/gen/model/v1DaemonSetCondition.js.map | 1 + dist/gen/model/v1DaemonSetList.d.ts | 42 + dist/gen/model/v1DaemonSetList.js | 46 + dist/gen/model/v1DaemonSetList.js.map | 1 + dist/gen/model/v1DaemonSetSpec.d.ts | 41 + dist/gen/model/v1DaemonSetSpec.js | 51 + dist/gen/model/v1DaemonSetSpec.js.map | 1 + dist/gen/model/v1DaemonSetStatus.d.ts | 68 + dist/gen/model/v1DaemonSetStatus.js | 76 + dist/gen/model/v1DaemonSetStatus.js.map | 1 + dist/gen/model/v1DaemonSetUpdateStrategy.d.ts | 33 + dist/gen/model/v1DaemonSetUpdateStrategy.js | 36 + .../model/v1DaemonSetUpdateStrategy.js.map | 1 + dist/gen/model/v1DeleteOptions.d.ts | 53 + dist/gen/model/v1DeleteOptions.js | 61 + dist/gen/model/v1DeleteOptions.js.map | 1 + dist/gen/model/v1Deployment.d.ts | 41 + dist/gen/model/v1Deployment.js | 51 + dist/gen/model/v1Deployment.js.map | 1 + dist/gen/model/v1DeploymentCondition.d.ts | 51 + dist/gen/model/v1DeploymentCondition.js | 56 + dist/gen/model/v1DeploymentCondition.js.map | 1 + dist/gen/model/v1DeploymentList.d.ts | 42 + dist/gen/model/v1DeploymentList.js | 46 + dist/gen/model/v1DeploymentList.js.map | 1 + dist/gen/model/v1DeploymentSpec.d.ts | 53 + dist/gen/model/v1DeploymentSpec.js | 66 + dist/gen/model/v1DeploymentSpec.js.map | 1 + dist/gen/model/v1DeploymentStatus.d.ts | 60 + dist/gen/model/v1DeploymentStatus.js | 66 + dist/gen/model/v1DeploymentStatus.js.map | 1 + dist/gen/model/v1DeploymentStrategy.d.ts | 33 + dist/gen/model/v1DeploymentStrategy.js | 36 + dist/gen/model/v1DeploymentStrategy.js.map | 1 + dist/gen/model/v1DownwardAPIProjection.d.ts | 32 + dist/gen/model/v1DownwardAPIProjection.js | 31 + dist/gen/model/v1DownwardAPIProjection.js.map | 1 + dist/gen/model/v1DownwardAPIVolumeFile.d.ts | 39 + dist/gen/model/v1DownwardAPIVolumeFile.js | 46 + dist/gen/model/v1DownwardAPIVolumeFile.js.map | 1 + dist/gen/model/v1DownwardAPIVolumeSource.d.ts | 36 + dist/gen/model/v1DownwardAPIVolumeSource.js | 36 + .../model/v1DownwardAPIVolumeSource.js.map | 1 + dist/gen/model/v1EmptyDirVolumeSource.d.ts | 35 + dist/gen/model/v1EmptyDirVolumeSource.js | 36 + dist/gen/model/v1EmptyDirVolumeSource.js.map | 1 + dist/gen/model/v1EndpointAddress.d.ts | 41 + dist/gen/model/v1EndpointAddress.js | 46 + dist/gen/model/v1EndpointAddress.js.map | 1 + dist/gen/model/v1EndpointPort.d.ts | 39 + dist/gen/model/v1EndpointPort.js | 41 + dist/gen/model/v1EndpointPort.js.map | 1 + dist/gen/model/v1EndpointSubset.d.ts | 41 + dist/gen/model/v1EndpointSubset.js | 41 + dist/gen/model/v1EndpointSubset.js.map | 1 + dist/gen/model/v1Endpoints.d.ts | 42 + dist/gen/model/v1Endpoints.js | 46 + dist/gen/model/v1Endpoints.js.map | 1 + dist/gen/model/v1EndpointsList.d.ts | 42 + dist/gen/model/v1EndpointsList.js | 46 + dist/gen/model/v1EndpointsList.js.map | 1 + dist/gen/model/v1EnvFromSource.d.ts | 35 + dist/gen/model/v1EnvFromSource.js | 41 + dist/gen/model/v1EnvFromSource.js.map | 1 + dist/gen/model/v1EnvVar.d.ts | 37 + dist/gen/model/v1EnvVar.js | 41 + dist/gen/model/v1EnvVar.js.map | 1 + dist/gen/model/v1EnvVarSource.d.ts | 35 + dist/gen/model/v1EnvVarSource.js | 46 + dist/gen/model/v1EnvVarSource.js.map | 1 + dist/gen/model/v1Event.d.ts | 84 + dist/gen/model/v1Event.js | 111 + dist/gen/model/v1Event.js.map | 1 + dist/gen/model/v1EventList.d.ts | 42 + dist/gen/model/v1EventList.js | 46 + dist/gen/model/v1EventList.js.map | 1 + dist/gen/model/v1EventSeries.d.ts | 39 + dist/gen/model/v1EventSeries.js | 41 + dist/gen/model/v1EventSeries.js.map | 1 + dist/gen/model/v1EventSource.d.ts | 35 + dist/gen/model/v1EventSource.js | 36 + dist/gen/model/v1EventSource.js.map | 1 + dist/gen/model/v1ExecAction.d.ts | 31 + dist/gen/model/v1ExecAction.js | 31 + dist/gen/model/v1ExecAction.js.map | 1 + dist/gen/model/v1FCVolumeSource.d.ts | 47 + dist/gen/model/v1FCVolumeSource.js | 51 + dist/gen/model/v1FCVolumeSource.js.map | 1 + .../model/v1FlexPersistentVolumeSource.d.ts | 47 + .../gen/model/v1FlexPersistentVolumeSource.js | 51 + .../model/v1FlexPersistentVolumeSource.js.map | 1 + dist/gen/model/v1FlexVolumeSource.d.ts | 47 + dist/gen/model/v1FlexVolumeSource.js | 51 + dist/gen/model/v1FlexVolumeSource.js.map | 1 + dist/gen/model/v1FlockerVolumeSource.d.ts | 35 + dist/gen/model/v1FlockerVolumeSource.js | 36 + dist/gen/model/v1FlockerVolumeSource.js.map | 1 + .../v1GCEPersistentDiskVolumeSource.d.ts | 43 + .../model/v1GCEPersistentDiskVolumeSource.js | 46 + .../v1GCEPersistentDiskVolumeSource.js.map | 1 + dist/gen/model/v1GitRepoVolumeSource.d.ts | 39 + dist/gen/model/v1GitRepoVolumeSource.js | 41 + dist/gen/model/v1GitRepoVolumeSource.js.map | 1 + .../v1GlusterfsPersistentVolumeSource.d.ts | 43 + .../v1GlusterfsPersistentVolumeSource.js | 46 + .../v1GlusterfsPersistentVolumeSource.js.map | 1 + dist/gen/model/v1GlusterfsVolumeSource.d.ts | 39 + dist/gen/model/v1GlusterfsVolumeSource.js | 41 + dist/gen/model/v1GlusterfsVolumeSource.js.map | 1 + .../gen/model/v1GroupVersionForDiscovery.d.ts | 35 + dist/gen/model/v1GroupVersionForDiscovery.js | 36 + .../model/v1GroupVersionForDiscovery.js.map | 1 + dist/gen/model/v1HTTPGetAction.d.ts | 48 + dist/gen/model/v1HTTPGetAction.js | 51 + dist/gen/model/v1HTTPGetAction.js.map | 1 + dist/gen/model/v1HTTPHeader.d.ts | 35 + dist/gen/model/v1HTTPHeader.js | 36 + dist/gen/model/v1HTTPHeader.js.map | 1 + dist/gen/model/v1Handler.d.ts | 33 + dist/gen/model/v1Handler.js | 41 + dist/gen/model/v1Handler.js.map | 1 + dist/gen/model/v1HorizontalPodAutoscaler.d.ts | 41 + dist/gen/model/v1HorizontalPodAutoscaler.js | 51 + .../model/v1HorizontalPodAutoscaler.js.map | 1 + .../model/v1HorizontalPodAutoscalerList.d.ts | 42 + .../model/v1HorizontalPodAutoscalerList.js | 46 + .../v1HorizontalPodAutoscalerList.js.map | 1 + .../model/v1HorizontalPodAutoscalerSpec.d.ts | 41 + .../model/v1HorizontalPodAutoscalerSpec.js | 46 + .../v1HorizontalPodAutoscalerSpec.js.map | 1 + .../v1HorizontalPodAutoscalerStatus.d.ts | 47 + .../model/v1HorizontalPodAutoscalerStatus.js | 51 + .../v1HorizontalPodAutoscalerStatus.js.map | 1 + dist/gen/model/v1HostAlias.d.ts | 35 + dist/gen/model/v1HostAlias.js | 36 + dist/gen/model/v1HostAlias.js.map | 1 + dist/gen/model/v1HostPathVolumeSource.d.ts | 35 + dist/gen/model/v1HostPathVolumeSource.js | 36 + dist/gen/model/v1HostPathVolumeSource.js.map | 1 + dist/gen/model/v1IPBlock.d.ts | 35 + dist/gen/model/v1IPBlock.js | 36 + dist/gen/model/v1IPBlock.js.map | 1 + .../model/v1ISCSIPersistentVolumeSource.d.ts | 69 + .../model/v1ISCSIPersistentVolumeSource.js | 81 + .../v1ISCSIPersistentVolumeSource.js.map | 1 + dist/gen/model/v1ISCSIVolumeSource.d.ts | 69 + dist/gen/model/v1ISCSIVolumeSource.js | 81 + dist/gen/model/v1ISCSIVolumeSource.js.map | 1 + dist/gen/model/v1Initializer.d.ts | 31 + dist/gen/model/v1Initializer.js | 31 + dist/gen/model/v1Initializer.js.map | 1 + dist/gen/model/v1Initializers.d.ts | 34 + dist/gen/model/v1Initializers.js | 36 + dist/gen/model/v1Initializers.js.map | 1 + dist/gen/model/v1Job.d.ts | 41 + dist/gen/model/v1Job.js | 51 + dist/gen/model/v1Job.js.map | 1 + dist/gen/model/v1JobCondition.d.ts | 51 + dist/gen/model/v1JobCondition.js | 56 + dist/gen/model/v1JobCondition.js.map | 1 + dist/gen/model/v1JobList.d.ts | 42 + dist/gen/model/v1JobList.js | 46 + dist/gen/model/v1JobList.js.map | 1 + dist/gen/model/v1JobSpec.d.ts | 55 + dist/gen/model/v1JobSpec.js | 66 + dist/gen/model/v1JobSpec.js.map | 1 + dist/gen/model/v1JobStatus.d.ts | 52 + dist/gen/model/v1JobStatus.js | 56 + dist/gen/model/v1JobStatus.js.map | 1 + dist/gen/model/v1KeyToPath.d.ts | 39 + dist/gen/model/v1KeyToPath.js | 41 + dist/gen/model/v1KeyToPath.js.map | 1 + dist/gen/model/v1LabelSelector.d.ts | 38 + dist/gen/model/v1LabelSelector.js | 36 + dist/gen/model/v1LabelSelector.js.map | 1 + .../gen/model/v1LabelSelectorRequirement.d.ts | 39 + dist/gen/model/v1LabelSelectorRequirement.js | 41 + .../model/v1LabelSelectorRequirement.js.map | 1 + dist/gen/model/v1Lease.d.ts | 39 + dist/gen/model/v1Lease.js | 46 + dist/gen/model/v1Lease.js.map | 1 + dist/gen/model/v1LeaseList.d.ts | 42 + dist/gen/model/v1LeaseList.js | 46 + dist/gen/model/v1LeaseList.js.map | 1 + dist/gen/model/v1LeaseSpec.d.ts | 47 + dist/gen/model/v1LeaseSpec.js | 51 + dist/gen/model/v1LeaseSpec.js.map | 1 + dist/gen/model/v1Lifecycle.d.ts | 30 + dist/gen/model/v1Lifecycle.js | 36 + dist/gen/model/v1Lifecycle.js.map | 1 + dist/gen/model/v1LimitRange.d.ts | 39 + dist/gen/model/v1LimitRange.js | 46 + dist/gen/model/v1LimitRange.js.map | 1 + dist/gen/model/v1LimitRangeItem.d.ts | 61 + dist/gen/model/v1LimitRangeItem.js | 56 + dist/gen/model/v1LimitRangeItem.js.map | 1 + dist/gen/model/v1LimitRangeList.d.ts | 42 + dist/gen/model/v1LimitRangeList.js | 46 + dist/gen/model/v1LimitRangeList.js.map | 1 + dist/gen/model/v1LimitRangeSpec.d.ts | 32 + dist/gen/model/v1LimitRangeSpec.js | 31 + dist/gen/model/v1LimitRangeSpec.js.map | 1 + dist/gen/model/v1ListMeta.d.ts | 43 + dist/gen/model/v1ListMeta.js | 46 + dist/gen/model/v1ListMeta.js.map | 1 + dist/gen/model/v1LoadBalancerIngress.d.ts | 35 + dist/gen/model/v1LoadBalancerIngress.js | 36 + dist/gen/model/v1LoadBalancerIngress.js.map | 1 + dist/gen/model/v1LoadBalancerStatus.d.ts | 32 + dist/gen/model/v1LoadBalancerStatus.js | 31 + dist/gen/model/v1LoadBalancerStatus.js.map | 1 + dist/gen/model/v1LocalObjectReference.d.ts | 31 + dist/gen/model/v1LocalObjectReference.js | 31 + dist/gen/model/v1LocalObjectReference.js.map | 1 + .../gen/model/v1LocalSubjectAccessReview.d.ts | 41 + dist/gen/model/v1LocalSubjectAccessReview.js | 51 + .../model/v1LocalSubjectAccessReview.js.map | 1 + dist/gen/model/v1LocalVolumeSource.d.ts | 35 + dist/gen/model/v1LocalVolumeSource.js | 36 + dist/gen/model/v1LocalVolumeSource.js.map | 1 + dist/gen/model/v1ManagedFieldsEntry.d.ts | 47 + dist/gen/model/v1ManagedFieldsEntry.js | 51 + dist/gen/model/v1ManagedFieldsEntry.js.map | 1 + dist/gen/model/v1NFSVolumeSource.d.ts | 39 + dist/gen/model/v1NFSVolumeSource.js | 41 + dist/gen/model/v1NFSVolumeSource.js.map | 1 + dist/gen/model/v1Namespace.d.ts | 41 + dist/gen/model/v1Namespace.js | 51 + dist/gen/model/v1Namespace.js.map | 1 + dist/gen/model/v1NamespaceList.d.ts | 42 + dist/gen/model/v1NamespaceList.js | 46 + dist/gen/model/v1NamespaceList.js.map | 1 + dist/gen/model/v1NamespaceSpec.d.ts | 31 + dist/gen/model/v1NamespaceSpec.js | 31 + dist/gen/model/v1NamespaceSpec.js.map | 1 + dist/gen/model/v1NamespaceStatus.d.ts | 31 + dist/gen/model/v1NamespaceStatus.js | 31 + dist/gen/model/v1NamespaceStatus.js.map | 1 + dist/gen/model/v1NetworkPolicy.d.ts | 39 + dist/gen/model/v1NetworkPolicy.js | 46 + dist/gen/model/v1NetworkPolicy.js.map | 1 + dist/gen/model/v1NetworkPolicyEgressRule.d.ts | 37 + dist/gen/model/v1NetworkPolicyEgressRule.js | 36 + .../model/v1NetworkPolicyEgressRule.js.map | 1 + .../gen/model/v1NetworkPolicyIngressRule.d.ts | 37 + dist/gen/model/v1NetworkPolicyIngressRule.js | 36 + .../model/v1NetworkPolicyIngressRule.js.map | 1 + dist/gen/model/v1NetworkPolicyList.d.ts | 42 + dist/gen/model/v1NetworkPolicyList.js | 46 + dist/gen/model/v1NetworkPolicyList.js.map | 1 + dist/gen/model/v1NetworkPolicyPeer.d.ts | 32 + dist/gen/model/v1NetworkPolicyPeer.js | 41 + dist/gen/model/v1NetworkPolicyPeer.js.map | 1 + dist/gen/model/v1NetworkPolicyPort.d.ts | 35 + dist/gen/model/v1NetworkPolicyPort.js | 36 + dist/gen/model/v1NetworkPolicyPort.js.map | 1 + dist/gen/model/v1NetworkPolicySpec.d.ts | 43 + dist/gen/model/v1NetworkPolicySpec.js | 46 + dist/gen/model/v1NetworkPolicySpec.js.map | 1 + dist/gen/model/v1Node.d.ts | 41 + dist/gen/model/v1Node.js | 51 + dist/gen/model/v1Node.js.map | 1 + dist/gen/model/v1NodeAddress.d.ts | 35 + dist/gen/model/v1NodeAddress.js | 36 + dist/gen/model/v1NodeAddress.js.map | 1 + dist/gen/model/v1NodeAffinity.d.ts | 34 + dist/gen/model/v1NodeAffinity.js | 36 + dist/gen/model/v1NodeAffinity.js.map | 1 + dist/gen/model/v1NodeCondition.d.ts | 51 + dist/gen/model/v1NodeCondition.js | 56 + dist/gen/model/v1NodeCondition.js.map | 1 + dist/gen/model/v1NodeConfigSource.d.ts | 29 + dist/gen/model/v1NodeConfigSource.js | 31 + dist/gen/model/v1NodeConfigSource.js.map | 1 + dist/gen/model/v1NodeConfigStatus.d.ts | 35 + dist/gen/model/v1NodeConfigStatus.js | 46 + dist/gen/model/v1NodeConfigStatus.js.map | 1 + dist/gen/model/v1NodeDaemonEndpoints.d.ts | 29 + dist/gen/model/v1NodeDaemonEndpoints.js | 31 + dist/gen/model/v1NodeDaemonEndpoints.js.map | 1 + dist/gen/model/v1NodeList.d.ts | 42 + dist/gen/model/v1NodeList.js | 46 + dist/gen/model/v1NodeList.js.map | 1 + dist/gen/model/v1NodeSelector.d.ts | 32 + dist/gen/model/v1NodeSelector.js | 31 + dist/gen/model/v1NodeSelector.js.map | 1 + dist/gen/model/v1NodeSelectorRequirement.d.ts | 39 + dist/gen/model/v1NodeSelectorRequirement.js | 41 + .../model/v1NodeSelectorRequirement.js.map | 1 + dist/gen/model/v1NodeSelectorTerm.d.ts | 36 + dist/gen/model/v1NodeSelectorTerm.js | 36 + dist/gen/model/v1NodeSelectorTerm.js.map | 1 + dist/gen/model/v1NodeSpec.d.ts | 50 + dist/gen/model/v1NodeSpec.js | 56 + dist/gen/model/v1NodeSpec.js.map | 1 + dist/gen/model/v1NodeStatus.d.ts | 73 + dist/gen/model/v1NodeStatus.js | 81 + dist/gen/model/v1NodeStatus.js.map | 1 + dist/gen/model/v1NodeSystemInfo.d.ts | 67 + dist/gen/model/v1NodeSystemInfo.js | 76 + dist/gen/model/v1NodeSystemInfo.js.map | 1 + dist/gen/model/v1NonResourceAttributes.d.ts | 35 + dist/gen/model/v1NonResourceAttributes.js | 36 + dist/gen/model/v1NonResourceAttributes.js.map | 1 + dist/gen/model/v1NonResourceRule.d.ts | 35 + dist/gen/model/v1NonResourceRule.js | 36 + dist/gen/model/v1NonResourceRule.js.map | 1 + dist/gen/model/v1ObjectFieldSelector.d.ts | 35 + dist/gen/model/v1ObjectFieldSelector.js | 36 + dist/gen/model/v1ObjectFieldSelector.js.map | 1 + dist/gen/model/v1ObjectMeta.d.ts | 99 + dist/gen/model/v1ObjectMeta.js | 111 + dist/gen/model/v1ObjectMeta.js.map | 1 + dist/gen/model/v1ObjectReference.d.ts | 55 + dist/gen/model/v1ObjectReference.js | 61 + dist/gen/model/v1ObjectReference.js.map | 1 + dist/gen/model/v1OwnerReference.d.ts | 51 + dist/gen/model/v1OwnerReference.js | 56 + dist/gen/model/v1OwnerReference.js.map | 1 + dist/gen/model/v1PersistentVolume.d.ts | 41 + dist/gen/model/v1PersistentVolume.js | 51 + dist/gen/model/v1PersistentVolume.js.map | 1 + dist/gen/model/v1PersistentVolumeClaim.d.ts | 41 + dist/gen/model/v1PersistentVolumeClaim.js | 51 + dist/gen/model/v1PersistentVolumeClaim.js.map | 1 + .../v1PersistentVolumeClaimCondition.d.ts | 45 + .../model/v1PersistentVolumeClaimCondition.js | 56 + .../v1PersistentVolumeClaimCondition.js.map | 1 + .../model/v1PersistentVolumeClaimList.d.ts | 42 + dist/gen/model/v1PersistentVolumeClaimList.js | 46 + .../model/v1PersistentVolumeClaimList.js.map | 1 + .../model/v1PersistentVolumeClaimSpec.d.ts | 49 + dist/gen/model/v1PersistentVolumeClaimSpec.js | 61 + .../model/v1PersistentVolumeClaimSpec.js.map | 1 + .../model/v1PersistentVolumeClaimStatus.d.ts | 46 + .../model/v1PersistentVolumeClaimStatus.js | 46 + .../v1PersistentVolumeClaimStatus.js.map | 1 + .../v1PersistentVolumeClaimVolumeSource.d.ts | 35 + .../v1PersistentVolumeClaimVolumeSource.js | 36 + ...v1PersistentVolumeClaimVolumeSource.js.map | 1 + dist/gen/model/v1PersistentVolumeList.d.ts | 42 + dist/gen/model/v1PersistentVolumeList.js | 46 + dist/gen/model/v1PersistentVolumeList.js.map | 1 + dist/gen/model/v1PersistentVolumeSpec.d.ts | 101 + dist/gen/model/v1PersistentVolumeSpec.js | 176 + dist/gen/model/v1PersistentVolumeSpec.js.map | 1 + dist/gen/model/v1PersistentVolumeStatus.d.ts | 39 + dist/gen/model/v1PersistentVolumeStatus.js | 41 + .../gen/model/v1PersistentVolumeStatus.js.map | 1 + .../v1PhotonPersistentDiskVolumeSource.d.ts | 35 + .../v1PhotonPersistentDiskVolumeSource.js | 36 + .../v1PhotonPersistentDiskVolumeSource.js.map | 1 + dist/gen/model/v1Pod.d.ts | 41 + dist/gen/model/v1Pod.js | 51 + dist/gen/model/v1Pod.js.map | 1 + dist/gen/model/v1PodAffinity.d.ts | 37 + dist/gen/model/v1PodAffinity.js | 36 + dist/gen/model/v1PodAffinity.js.map | 1 + dist/gen/model/v1PodAffinityTerm.d.ts | 37 + dist/gen/model/v1PodAffinityTerm.js | 41 + dist/gen/model/v1PodAffinityTerm.js.map | 1 + dist/gen/model/v1PodAntiAffinity.d.ts | 37 + dist/gen/model/v1PodAntiAffinity.js | 36 + dist/gen/model/v1PodAntiAffinity.js.map | 1 + dist/gen/model/v1PodCondition.d.ts | 51 + dist/gen/model/v1PodCondition.js | 56 + dist/gen/model/v1PodCondition.js.map | 1 + dist/gen/model/v1PodDNSConfig.d.ts | 40 + dist/gen/model/v1PodDNSConfig.js | 41 + dist/gen/model/v1PodDNSConfig.js.map | 1 + dist/gen/model/v1PodDNSConfigOption.d.ts | 32 + dist/gen/model/v1PodDNSConfigOption.js | 36 + dist/gen/model/v1PodDNSConfigOption.js.map | 1 + dist/gen/model/v1PodList.d.ts | 42 + dist/gen/model/v1PodList.js | 46 + dist/gen/model/v1PodList.js.map | 1 + dist/gen/model/v1PodReadinessGate.d.ts | 31 + dist/gen/model/v1PodReadinessGate.js | 31 + dist/gen/model/v1PodReadinessGate.js.map | 1 + dist/gen/model/v1PodSecurityContext.d.ts | 56 + dist/gen/model/v1PodSecurityContext.js | 66 + dist/gen/model/v1PodSecurityContext.js.map | 1 + dist/gen/model/v1PodSpec.d.ts | 153 + dist/gen/model/v1PodSpec.js | 181 + dist/gen/model/v1PodSpec.js.map | 1 + dist/gen/model/v1PodStatus.d.ts | 73 + dist/gen/model/v1PodStatus.js | 81 + dist/gen/model/v1PodStatus.js.map | 1 + dist/gen/model/v1PodTemplate.d.ts | 39 + dist/gen/model/v1PodTemplate.js | 46 + dist/gen/model/v1PodTemplate.js.map | 1 + dist/gen/model/v1PodTemplateList.d.ts | 42 + dist/gen/model/v1PodTemplateList.js | 46 + dist/gen/model/v1PodTemplateList.js.map | 1 + dist/gen/model/v1PodTemplateSpec.d.ts | 31 + dist/gen/model/v1PodTemplateSpec.js | 36 + dist/gen/model/v1PodTemplateSpec.js.map | 1 + dist/gen/model/v1PolicyRule.d.ts | 47 + dist/gen/model/v1PolicyRule.js | 51 + dist/gen/model/v1PolicyRule.js.map | 1 + dist/gen/model/v1PortworxVolumeSource.d.ts | 39 + dist/gen/model/v1PortworxVolumeSource.js | 41 + dist/gen/model/v1PortworxVolumeSource.js.map | 1 + dist/gen/model/v1Preconditions.d.ts | 35 + dist/gen/model/v1Preconditions.js | 36 + dist/gen/model/v1Preconditions.js.map | 1 + dist/gen/model/v1PreferredSchedulingTerm.d.ts | 33 + dist/gen/model/v1PreferredSchedulingTerm.js | 36 + .../model/v1PreferredSchedulingTerm.js.map | 1 + dist/gen/model/v1PriorityClass.d.ts | 53 + dist/gen/model/v1PriorityClass.js | 61 + dist/gen/model/v1PriorityClass.js.map | 1 + dist/gen/model/v1PriorityClassList.d.ts | 42 + dist/gen/model/v1PriorityClassList.js | 46 + dist/gen/model/v1PriorityClassList.js.map | 1 + dist/gen/model/v1Probe.d.ts | 53 + dist/gen/model/v1Probe.js | 66 + dist/gen/model/v1Probe.js.map | 1 + dist/gen/model/v1ProjectedVolumeSource.d.ts | 36 + dist/gen/model/v1ProjectedVolumeSource.js | 36 + dist/gen/model/v1ProjectedVolumeSource.js.map | 1 + dist/gen/model/v1QuobyteVolumeSource.d.ts | 51 + dist/gen/model/v1QuobyteVolumeSource.js | 56 + dist/gen/model/v1QuobyteVolumeSource.js.map | 1 + .../model/v1RBDPersistentVolumeSource.d.ts | 57 + dist/gen/model/v1RBDPersistentVolumeSource.js | 66 + .../model/v1RBDPersistentVolumeSource.js.map | 1 + dist/gen/model/v1RBDVolumeSource.d.ts | 57 + dist/gen/model/v1RBDVolumeSource.js | 66 + dist/gen/model/v1RBDVolumeSource.js.map | 1 + dist/gen/model/v1ReplicaSet.d.ts | 41 + dist/gen/model/v1ReplicaSet.js | 51 + dist/gen/model/v1ReplicaSet.js.map | 1 + dist/gen/model/v1ReplicaSetCondition.d.ts | 47 + dist/gen/model/v1ReplicaSetCondition.js | 51 + dist/gen/model/v1ReplicaSetCondition.js.map | 1 + dist/gen/model/v1ReplicaSetList.d.ts | 42 + dist/gen/model/v1ReplicaSetList.js | 46 + dist/gen/model/v1ReplicaSetList.js.map | 1 + dist/gen/model/v1ReplicaSetSpec.d.ts | 39 + dist/gen/model/v1ReplicaSetSpec.js | 46 + dist/gen/model/v1ReplicaSetSpec.js.map | 1 + dist/gen/model/v1ReplicaSetStatus.d.ts | 52 + dist/gen/model/v1ReplicaSetStatus.js | 56 + dist/gen/model/v1ReplicaSetStatus.js.map | 1 + dist/gen/model/v1ReplicationController.d.ts | 41 + dist/gen/model/v1ReplicationController.js | 51 + dist/gen/model/v1ReplicationController.js.map | 1 + .../v1ReplicationControllerCondition.d.ts | 47 + .../model/v1ReplicationControllerCondition.js | 51 + .../v1ReplicationControllerCondition.js.map | 1 + .../model/v1ReplicationControllerList.d.ts | 42 + dist/gen/model/v1ReplicationControllerList.js | 46 + .../model/v1ReplicationControllerList.js.map | 1 + .../model/v1ReplicationControllerSpec.d.ts | 43 + dist/gen/model/v1ReplicationControllerSpec.js | 46 + .../model/v1ReplicationControllerSpec.js.map | 1 + .../model/v1ReplicationControllerStatus.d.ts | 52 + .../model/v1ReplicationControllerStatus.js | 56 + .../v1ReplicationControllerStatus.js.map | 1 + dist/gen/model/v1ResourceAttributes.d.ts | 55 + dist/gen/model/v1ResourceAttributes.js | 61 + dist/gen/model/v1ResourceAttributes.js.map | 1 + dist/gen/model/v1ResourceFieldSelector.d.ts | 39 + dist/gen/model/v1ResourceFieldSelector.js | 41 + dist/gen/model/v1ResourceFieldSelector.js.map | 1 + dist/gen/model/v1ResourceQuota.d.ts | 41 + dist/gen/model/v1ResourceQuota.js | 51 + dist/gen/model/v1ResourceQuota.js.map | 1 + dist/gen/model/v1ResourceQuotaList.d.ts | 42 + dist/gen/model/v1ResourceQuotaList.js | 46 + dist/gen/model/v1ResourceQuotaList.js.map | 1 + dist/gen/model/v1ResourceQuotaSpec.d.ts | 39 + dist/gen/model/v1ResourceQuotaSpec.js | 41 + dist/gen/model/v1ResourceQuotaSpec.js.map | 1 + dist/gen/model/v1ResourceQuotaStatus.d.ts | 39 + dist/gen/model/v1ResourceQuotaStatus.js | 36 + dist/gen/model/v1ResourceQuotaStatus.js.map | 1 + dist/gen/model/v1ResourceRequirements.d.ts | 39 + dist/gen/model/v1ResourceRequirements.js | 36 + dist/gen/model/v1ResourceRequirements.js.map | 1 + dist/gen/model/v1ResourceRule.d.ts | 43 + dist/gen/model/v1ResourceRule.js | 46 + dist/gen/model/v1ResourceRule.js.map | 1 + dist/gen/model/v1Role.d.ts | 42 + dist/gen/model/v1Role.js | 46 + dist/gen/model/v1Role.js.map | 1 + dist/gen/model/v1RoleBinding.d.ts | 44 + dist/gen/model/v1RoleBinding.js | 51 + dist/gen/model/v1RoleBinding.js.map | 1 + dist/gen/model/v1RoleBindingList.d.ts | 42 + dist/gen/model/v1RoleBindingList.js | 46 + dist/gen/model/v1RoleBindingList.js.map | 1 + dist/gen/model/v1RoleList.d.ts | 42 + dist/gen/model/v1RoleList.js | 46 + dist/gen/model/v1RoleList.js.map | 1 + dist/gen/model/v1RoleRef.d.ts | 39 + dist/gen/model/v1RoleRef.js | 41 + dist/gen/model/v1RoleRef.js.map | 1 + dist/gen/model/v1RollingUpdateDaemonSet.d.ts | 31 + dist/gen/model/v1RollingUpdateDaemonSet.js | 31 + .../gen/model/v1RollingUpdateDaemonSet.js.map | 1 + dist/gen/model/v1RollingUpdateDeployment.d.ts | 35 + dist/gen/model/v1RollingUpdateDeployment.js | 36 + .../model/v1RollingUpdateDeployment.js.map | 1 + .../v1RollingUpdateStatefulSetStrategy.d.ts | 31 + .../v1RollingUpdateStatefulSetStrategy.js | 31 + .../v1RollingUpdateStatefulSetStrategy.js.map | 1 + dist/gen/model/v1SELinuxOptions.d.ts | 43 + dist/gen/model/v1SELinuxOptions.js | 46 + dist/gen/model/v1SELinuxOptions.js.map | 1 + dist/gen/model/v1Scale.d.ts | 41 + dist/gen/model/v1Scale.js | 51 + dist/gen/model/v1Scale.js.map | 1 + .../v1ScaleIOPersistentVolumeSource.d.ts | 65 + .../model/v1ScaleIOPersistentVolumeSource.js | 76 + .../v1ScaleIOPersistentVolumeSource.js.map | 1 + dist/gen/model/v1ScaleIOVolumeSource.d.ts | 65 + dist/gen/model/v1ScaleIOVolumeSource.js | 76 + dist/gen/model/v1ScaleIOVolumeSource.js.map | 1 + dist/gen/model/v1ScaleSpec.d.ts | 31 + dist/gen/model/v1ScaleSpec.js | 31 + dist/gen/model/v1ScaleSpec.js.map | 1 + dist/gen/model/v1ScaleStatus.d.ts | 35 + dist/gen/model/v1ScaleStatus.js | 36 + dist/gen/model/v1ScaleStatus.js.map | 1 + dist/gen/model/v1ScopeSelector.d.ts | 32 + dist/gen/model/v1ScopeSelector.js | 31 + dist/gen/model/v1ScopeSelector.js.map | 1 + .../v1ScopedResourceSelectorRequirement.d.ts | 39 + .../v1ScopedResourceSelectorRequirement.js | 41 + ...v1ScopedResourceSelectorRequirement.js.map | 1 + dist/gen/model/v1Secret.d.ts | 53 + dist/gen/model/v1Secret.js | 56 + dist/gen/model/v1Secret.js.map | 1 + dist/gen/model/v1SecretEnvSource.d.ts | 35 + dist/gen/model/v1SecretEnvSource.js | 36 + dist/gen/model/v1SecretEnvSource.js.map | 1 + dist/gen/model/v1SecretKeySelector.d.ts | 39 + dist/gen/model/v1SecretKeySelector.js | 41 + dist/gen/model/v1SecretKeySelector.js.map | 1 + dist/gen/model/v1SecretList.d.ts | 42 + dist/gen/model/v1SecretList.js | 46 + dist/gen/model/v1SecretList.js.map | 1 + dist/gen/model/v1SecretProjection.d.ts | 40 + dist/gen/model/v1SecretProjection.js | 41 + dist/gen/model/v1SecretProjection.js.map | 1 + dist/gen/model/v1SecretReference.d.ts | 35 + dist/gen/model/v1SecretReference.js | 36 + dist/gen/model/v1SecretReference.js.map | 1 + dist/gen/model/v1SecretVolumeSource.d.ts | 44 + dist/gen/model/v1SecretVolumeSource.js | 46 + dist/gen/model/v1SecretVolumeSource.js.map | 1 + dist/gen/model/v1SecurityContext.d.ts | 61 + dist/gen/model/v1SecurityContext.js | 76 + dist/gen/model/v1SecurityContext.js.map | 1 + dist/gen/model/v1SelfSubjectAccessReview.d.ts | 41 + dist/gen/model/v1SelfSubjectAccessReview.js | 51 + .../model/v1SelfSubjectAccessReview.js.map | 1 + .../model/v1SelfSubjectAccessReviewSpec.d.ts | 31 + .../model/v1SelfSubjectAccessReviewSpec.js | 36 + .../v1SelfSubjectAccessReviewSpec.js.map | 1 + dist/gen/model/v1SelfSubjectRulesReview.d.ts | 41 + dist/gen/model/v1SelfSubjectRulesReview.js | 51 + .../gen/model/v1SelfSubjectRulesReview.js.map | 1 + .../model/v1SelfSubjectRulesReviewSpec.d.ts | 28 + .../gen/model/v1SelfSubjectRulesReviewSpec.js | 28 + .../model/v1SelfSubjectRulesReviewSpec.js.map | 1 + .../model/v1ServerAddressByClientCIDR.d.ts | 35 + dist/gen/model/v1ServerAddressByClientCIDR.js | 36 + .../model/v1ServerAddressByClientCIDR.js.map | 1 + dist/gen/model/v1Service.d.ts | 41 + dist/gen/model/v1Service.js | 51 + dist/gen/model/v1Service.js.map | 1 + dist/gen/model/v1ServiceAccount.d.ts | 51 + dist/gen/model/v1ServiceAccount.js | 56 + dist/gen/model/v1ServiceAccount.js.map | 1 + dist/gen/model/v1ServiceAccountList.d.ts | 42 + dist/gen/model/v1ServiceAccountList.js | 46 + dist/gen/model/v1ServiceAccountList.js.map | 1 + .../v1ServiceAccountTokenProjection.d.ts | 39 + .../model/v1ServiceAccountTokenProjection.js | 41 + .../v1ServiceAccountTokenProjection.js.map | 1 + dist/gen/model/v1ServiceList.d.ts | 42 + dist/gen/model/v1ServiceList.js | 46 + dist/gen/model/v1ServiceList.js.map | 1 + dist/gen/model/v1ServicePort.d.ts | 47 + dist/gen/model/v1ServicePort.js | 51 + dist/gen/model/v1ServicePort.js.map | 1 + dist/gen/model/v1ServiceReference.d.ts | 39 + dist/gen/model/v1ServiceReference.js | 41 + dist/gen/model/v1ServiceReference.js.map | 1 + dist/gen/model/v1ServiceSpec.d.ts | 80 + dist/gen/model/v1ServiceSpec.js | 91 + dist/gen/model/v1ServiceSpec.js.map | 1 + dist/gen/model/v1ServiceStatus.d.ts | 29 + dist/gen/model/v1ServiceStatus.js | 31 + dist/gen/model/v1ServiceStatus.js.map | 1 + dist/gen/model/v1SessionAffinityConfig.d.ts | 29 + dist/gen/model/v1SessionAffinityConfig.js | 31 + dist/gen/model/v1SessionAffinityConfig.js.map | 1 + dist/gen/model/v1StatefulSet.d.ts | 41 + dist/gen/model/v1StatefulSet.js | 51 + dist/gen/model/v1StatefulSet.js.map | 1 + dist/gen/model/v1StatefulSetCondition.d.ts | 47 + dist/gen/model/v1StatefulSetCondition.js | 51 + dist/gen/model/v1StatefulSetCondition.js.map | 1 + dist/gen/model/v1StatefulSetList.d.ts | 39 + dist/gen/model/v1StatefulSetList.js | 46 + dist/gen/model/v1StatefulSetList.js.map | 1 + dist/gen/model/v1StatefulSetSpec.d.ts | 54 + dist/gen/model/v1StatefulSetSpec.js | 66 + dist/gen/model/v1StatefulSetSpec.js.map | 1 + dist/gen/model/v1StatefulSetStatus.d.ts | 64 + dist/gen/model/v1StatefulSetStatus.js | 71 + dist/gen/model/v1StatefulSetStatus.js.map | 1 + .../model/v1StatefulSetUpdateStrategy.d.ts | 33 + dist/gen/model/v1StatefulSetUpdateStrategy.js | 36 + .../model/v1StatefulSetUpdateStrategy.js.map | 1 + dist/gen/model/v1Status.d.ts | 55 + dist/gen/model/v1Status.js | 66 + dist/gen/model/v1Status.js.map | 1 + dist/gen/model/v1StatusCause.d.ts | 39 + dist/gen/model/v1StatusCause.js | 41 + dist/gen/model/v1StatusCause.js.map | 1 + dist/gen/model/v1StatusDetails.d.ts | 52 + dist/gen/model/v1StatusDetails.js | 56 + dist/gen/model/v1StatusDetails.js.map | 1 + dist/gen/model/v1StorageClass.d.ts | 68 + dist/gen/model/v1StorageClass.js | 76 + dist/gen/model/v1StorageClass.js.map | 1 + dist/gen/model/v1StorageClassList.d.ts | 42 + dist/gen/model/v1StorageClassList.js | 46 + dist/gen/model/v1StorageClassList.js.map | 1 + .../v1StorageOSPersistentVolumeSource.d.ts | 45 + .../v1StorageOSPersistentVolumeSource.js | 51 + .../v1StorageOSPersistentVolumeSource.js.map | 1 + dist/gen/model/v1StorageOSVolumeSource.d.ts | 45 + dist/gen/model/v1StorageOSVolumeSource.js | 51 + dist/gen/model/v1StorageOSVolumeSource.js.map | 1 + dist/gen/model/v1Subject.d.ts | 43 + dist/gen/model/v1Subject.js | 46 + dist/gen/model/v1Subject.js.map | 1 + dist/gen/model/v1SubjectAccessReview.d.ts | 41 + dist/gen/model/v1SubjectAccessReview.js | 51 + dist/gen/model/v1SubjectAccessReview.js.map | 1 + dist/gen/model/v1SubjectAccessReviewSpec.d.ts | 49 + dist/gen/model/v1SubjectAccessReviewSpec.js | 56 + .../model/v1SubjectAccessReviewSpec.js.map | 1 + .../model/v1SubjectAccessReviewStatus.d.ts | 43 + dist/gen/model/v1SubjectAccessReviewStatus.js | 46 + .../model/v1SubjectAccessReviewStatus.js.map | 1 + .../gen/model/v1SubjectRulesReviewStatus.d.ts | 45 + dist/gen/model/v1SubjectRulesReviewStatus.js | 46 + .../model/v1SubjectRulesReviewStatus.js.map | 1 + dist/gen/model/v1Sysctl.d.ts | 35 + dist/gen/model/v1Sysctl.js | 36 + dist/gen/model/v1Sysctl.js.map | 1 + dist/gen/model/v1TCPSocketAction.d.ts | 35 + dist/gen/model/v1TCPSocketAction.js | 36 + dist/gen/model/v1TCPSocketAction.js.map | 1 + dist/gen/model/v1Taint.d.ts | 43 + dist/gen/model/v1Taint.js | 46 + dist/gen/model/v1Taint.js.map | 1 + dist/gen/model/v1TokenReview.d.ts | 41 + dist/gen/model/v1TokenReview.js | 51 + dist/gen/model/v1TokenReview.js.map | 1 + dist/gen/model/v1TokenReviewSpec.d.ts | 35 + dist/gen/model/v1TokenReviewSpec.js | 36 + dist/gen/model/v1TokenReviewSpec.js.map | 1 + dist/gen/model/v1TokenReviewStatus.d.ts | 41 + dist/gen/model/v1TokenReviewStatus.js | 46 + dist/gen/model/v1TokenReviewStatus.js.map | 1 + dist/gen/model/v1Toleration.d.ts | 47 + dist/gen/model/v1Toleration.js | 51 + dist/gen/model/v1Toleration.js.map | 1 + .../v1TopologySelectorLabelRequirement.d.ts | 35 + .../v1TopologySelectorLabelRequirement.js | 36 + .../v1TopologySelectorLabelRequirement.js.map | 1 + dist/gen/model/v1TopologySelectorTerm.d.ts | 32 + dist/gen/model/v1TopologySelectorTerm.js | 31 + dist/gen/model/v1TopologySelectorTerm.js.map | 1 + .../model/v1TypedLocalObjectReference.d.ts | 39 + dist/gen/model/v1TypedLocalObjectReference.js | 41 + .../model/v1TypedLocalObjectReference.js.map | 1 + dist/gen/model/v1UserInfo.d.ts | 45 + dist/gen/model/v1UserInfo.js | 46 + dist/gen/model/v1UserInfo.js.map | 1 + dist/gen/model/v1Volume.d.ts | 87 + dist/gen/model/v1Volume.js | 171 + dist/gen/model/v1Volume.js.map | 1 + dist/gen/model/v1VolumeAttachment.d.ts | 41 + dist/gen/model/v1VolumeAttachment.js | 51 + dist/gen/model/v1VolumeAttachment.js.map | 1 + dist/gen/model/v1VolumeAttachmentList.d.ts | 42 + dist/gen/model/v1VolumeAttachmentList.js | 46 + dist/gen/model/v1VolumeAttachmentList.js.map | 1 + dist/gen/model/v1VolumeAttachmentSource.d.ts | 33 + dist/gen/model/v1VolumeAttachmentSource.js | 36 + .../gen/model/v1VolumeAttachmentSource.js.map | 1 + dist/gen/model/v1VolumeAttachmentSpec.d.ts | 37 + dist/gen/model/v1VolumeAttachmentSpec.js | 41 + dist/gen/model/v1VolumeAttachmentSpec.js.map | 1 + dist/gen/model/v1VolumeAttachmentStatus.d.ts | 40 + dist/gen/model/v1VolumeAttachmentStatus.js | 46 + .../gen/model/v1VolumeAttachmentStatus.js.map | 1 + dist/gen/model/v1VolumeDevice.d.ts | 35 + dist/gen/model/v1VolumeDevice.js | 36 + dist/gen/model/v1VolumeDevice.js.map | 1 + dist/gen/model/v1VolumeError.d.ts | 35 + dist/gen/model/v1VolumeError.js | 36 + dist/gen/model/v1VolumeError.js.map | 1 + dist/gen/model/v1VolumeMount.d.ts | 51 + dist/gen/model/v1VolumeMount.js | 56 + dist/gen/model/v1VolumeMount.js.map | 1 + dist/gen/model/v1VolumeNodeAffinity.d.ts | 29 + dist/gen/model/v1VolumeNodeAffinity.js | 31 + dist/gen/model/v1VolumeNodeAffinity.js.map | 1 + dist/gen/model/v1VolumeProjection.d.ts | 35 + dist/gen/model/v1VolumeProjection.js | 46 + dist/gen/model/v1VolumeProjection.js.map | 1 + .../v1VsphereVirtualDiskVolumeSource.d.ts | 43 + .../model/v1VsphereVirtualDiskVolumeSource.js | 46 + .../v1VsphereVirtualDiskVolumeSource.js.map | 1 + dist/gen/model/v1WatchEvent.d.ts | 30 + dist/gen/model/v1WatchEvent.js | 36 + dist/gen/model/v1WatchEvent.js.map | 1 + dist/gen/model/v1WeightedPodAffinityTerm.d.ts | 33 + dist/gen/model/v1WeightedPodAffinityTerm.js | 36 + .../model/v1WeightedPodAffinityTerm.js.map | 1 + .../v1WindowsSecurityContextOptions.d.ts | 35 + .../model/v1WindowsSecurityContextOptions.js | 36 + .../v1WindowsSecurityContextOptions.js.map | 1 + dist/gen/model/v1alpha1AggregationRule.d.ts | 32 + dist/gen/model/v1alpha1AggregationRule.js | 31 + dist/gen/model/v1alpha1AggregationRule.js.map | 1 + dist/gen/model/v1alpha1AuditSink.d.ts | 39 + dist/gen/model/v1alpha1AuditSink.js | 46 + dist/gen/model/v1alpha1AuditSink.js.map | 1 + dist/gen/model/v1alpha1AuditSinkList.d.ts | 42 + dist/gen/model/v1alpha1AuditSinkList.js | 46 + dist/gen/model/v1alpha1AuditSinkList.js.map | 1 + dist/gen/model/v1alpha1AuditSinkSpec.d.ts | 31 + dist/gen/model/v1alpha1AuditSinkSpec.js | 36 + dist/gen/model/v1alpha1AuditSinkSpec.js.map | 1 + dist/gen/model/v1alpha1ClusterRole.d.ts | 44 + dist/gen/model/v1alpha1ClusterRole.js | 51 + dist/gen/model/v1alpha1ClusterRole.js.map | 1 + .../gen/model/v1alpha1ClusterRoleBinding.d.ts | 44 + dist/gen/model/v1alpha1ClusterRoleBinding.js | 51 + .../model/v1alpha1ClusterRoleBinding.js.map | 1 + .../model/v1alpha1ClusterRoleBindingList.d.ts | 42 + .../model/v1alpha1ClusterRoleBindingList.js | 46 + .../v1alpha1ClusterRoleBindingList.js.map | 1 + dist/gen/model/v1alpha1ClusterRoleList.d.ts | 42 + dist/gen/model/v1alpha1ClusterRoleList.js | 46 + dist/gen/model/v1alpha1ClusterRoleList.js.map | 1 + dist/gen/model/v1alpha1PodPreset.d.ts | 39 + dist/gen/model/v1alpha1PodPreset.js | 46 + dist/gen/model/v1alpha1PodPreset.js.map | 1 + dist/gen/model/v1alpha1PodPresetList.d.ts | 42 + dist/gen/model/v1alpha1PodPresetList.js | 46 + dist/gen/model/v1alpha1PodPresetList.js.map | 1 + dist/gen/model/v1alpha1PodPresetSpec.d.ts | 49 + dist/gen/model/v1alpha1PodPresetSpec.js | 51 + dist/gen/model/v1alpha1PodPresetSpec.js.map | 1 + dist/gen/model/v1alpha1Policy.d.ts | 35 + dist/gen/model/v1alpha1Policy.js | 36 + dist/gen/model/v1alpha1Policy.js.map | 1 + dist/gen/model/v1alpha1PolicyRule.d.ts | 47 + dist/gen/model/v1alpha1PolicyRule.js | 51 + dist/gen/model/v1alpha1PolicyRule.js.map | 1 + dist/gen/model/v1alpha1PriorityClass.d.ts | 53 + dist/gen/model/v1alpha1PriorityClass.js | 61 + dist/gen/model/v1alpha1PriorityClass.js.map | 1 + dist/gen/model/v1alpha1PriorityClassList.d.ts | 42 + dist/gen/model/v1alpha1PriorityClassList.js | 46 + .../model/v1alpha1PriorityClassList.js.map | 1 + dist/gen/model/v1alpha1Role.d.ts | 42 + dist/gen/model/v1alpha1Role.js | 46 + dist/gen/model/v1alpha1Role.js.map | 1 + dist/gen/model/v1alpha1RoleBinding.d.ts | 44 + dist/gen/model/v1alpha1RoleBinding.js | 51 + dist/gen/model/v1alpha1RoleBinding.js.map | 1 + dist/gen/model/v1alpha1RoleBindingList.d.ts | 42 + dist/gen/model/v1alpha1RoleBindingList.js | 46 + dist/gen/model/v1alpha1RoleBindingList.js.map | 1 + dist/gen/model/v1alpha1RoleList.d.ts | 42 + dist/gen/model/v1alpha1RoleList.js | 46 + dist/gen/model/v1alpha1RoleList.js.map | 1 + dist/gen/model/v1alpha1RoleRef.d.ts | 39 + dist/gen/model/v1alpha1RoleRef.js | 41 + dist/gen/model/v1alpha1RoleRef.js.map | 1 + dist/gen/model/v1alpha1RuntimeClass.d.ts | 39 + dist/gen/model/v1alpha1RuntimeClass.js | 46 + dist/gen/model/v1alpha1RuntimeClass.js.map | 1 + dist/gen/model/v1alpha1RuntimeClassList.d.ts | 42 + dist/gen/model/v1alpha1RuntimeClassList.js | 46 + .../gen/model/v1alpha1RuntimeClassList.js.map | 1 + dist/gen/model/v1alpha1RuntimeClassSpec.d.ts | 31 + dist/gen/model/v1alpha1RuntimeClassSpec.js | 31 + .../gen/model/v1alpha1RuntimeClassSpec.js.map | 1 + dist/gen/model/v1alpha1ServiceReference.d.ts | 43 + dist/gen/model/v1alpha1ServiceReference.js | 46 + .../gen/model/v1alpha1ServiceReference.js.map | 1 + dist/gen/model/v1alpha1Subject.d.ts | 43 + dist/gen/model/v1alpha1Subject.js | 46 + dist/gen/model/v1alpha1Subject.js.map | 1 + dist/gen/model/v1alpha1VolumeAttachment.d.ts | 41 + dist/gen/model/v1alpha1VolumeAttachment.js | 51 + .../gen/model/v1alpha1VolumeAttachment.js.map | 1 + .../model/v1alpha1VolumeAttachmentList.d.ts | 42 + .../gen/model/v1alpha1VolumeAttachmentList.js | 46 + .../model/v1alpha1VolumeAttachmentList.js.map | 1 + .../model/v1alpha1VolumeAttachmentSource.d.ts | 33 + .../model/v1alpha1VolumeAttachmentSource.js | 36 + .../v1alpha1VolumeAttachmentSource.js.map | 1 + .../model/v1alpha1VolumeAttachmentSpec.d.ts | 37 + .../gen/model/v1alpha1VolumeAttachmentSpec.js | 41 + .../model/v1alpha1VolumeAttachmentSpec.js.map | 1 + .../model/v1alpha1VolumeAttachmentStatus.d.ts | 40 + .../model/v1alpha1VolumeAttachmentStatus.js | 46 + .../v1alpha1VolumeAttachmentStatus.js.map | 1 + dist/gen/model/v1alpha1VolumeError.d.ts | 35 + dist/gen/model/v1alpha1VolumeError.js | 36 + dist/gen/model/v1alpha1VolumeError.js.map | 1 + dist/gen/model/v1alpha1Webhook.d.ts | 31 + dist/gen/model/v1alpha1Webhook.js | 36 + dist/gen/model/v1alpha1Webhook.js.map | 1 + .../model/v1alpha1WebhookClientConfig.d.ts | 37 + dist/gen/model/v1alpha1WebhookClientConfig.js | 41 + .../model/v1alpha1WebhookClientConfig.js.map | 1 + .../model/v1alpha1WebhookThrottleConfig.d.ts | 35 + .../model/v1alpha1WebhookThrottleConfig.js | 36 + .../v1alpha1WebhookThrottleConfig.js.map | 1 + dist/gen/model/v1beta1APIService.d.ts | 41 + dist/gen/model/v1beta1APIService.js | 51 + dist/gen/model/v1beta1APIService.js.map | 1 + .../gen/model/v1beta1APIServiceCondition.d.ts | 47 + dist/gen/model/v1beta1APIServiceCondition.js | 51 + .../model/v1beta1APIServiceCondition.js.map | 1 + dist/gen/model/v1beta1APIServiceList.d.ts | 39 + dist/gen/model/v1beta1APIServiceList.js | 46 + dist/gen/model/v1beta1APIServiceList.js.map | 1 + dist/gen/model/v1beta1APIServiceSpec.d.ts | 53 + dist/gen/model/v1beta1APIServiceSpec.js | 61 + dist/gen/model/v1beta1APIServiceSpec.js.map | 1 + dist/gen/model/v1beta1APIServiceStatus.d.ts | 32 + dist/gen/model/v1beta1APIServiceStatus.js | 31 + dist/gen/model/v1beta1APIServiceStatus.js.map | 1 + dist/gen/model/v1beta1AggregationRule.d.ts | 32 + dist/gen/model/v1beta1AggregationRule.js | 31 + dist/gen/model/v1beta1AggregationRule.js.map | 1 + dist/gen/model/v1beta1CSIDriver.d.ts | 39 + dist/gen/model/v1beta1CSIDriver.js | 46 + dist/gen/model/v1beta1CSIDriver.js.map | 1 + dist/gen/model/v1beta1CSIDriverList.d.ts | 42 + dist/gen/model/v1beta1CSIDriverList.js | 46 + dist/gen/model/v1beta1CSIDriverList.js.map | 1 + dist/gen/model/v1beta1CSIDriverSpec.d.ts | 35 + dist/gen/model/v1beta1CSIDriverSpec.js | 36 + dist/gen/model/v1beta1CSIDriverSpec.js.map | 1 + dist/gen/model/v1beta1CSINode.d.ts | 39 + dist/gen/model/v1beta1CSINode.js | 46 + dist/gen/model/v1beta1CSINode.js.map | 1 + dist/gen/model/v1beta1CSINodeDriver.d.ts | 39 + dist/gen/model/v1beta1CSINodeDriver.js | 41 + dist/gen/model/v1beta1CSINodeDriver.js.map | 1 + dist/gen/model/v1beta1CSINodeList.d.ts | 42 + dist/gen/model/v1beta1CSINodeList.js | 46 + dist/gen/model/v1beta1CSINodeList.js.map | 1 + dist/gen/model/v1beta1CSINodeSpec.d.ts | 32 + dist/gen/model/v1beta1CSINodeSpec.js | 31 + dist/gen/model/v1beta1CSINodeSpec.js.map | 1 + .../v1beta1CertificateSigningRequest.d.ts | 41 + .../model/v1beta1CertificateSigningRequest.js | 51 + .../v1beta1CertificateSigningRequest.js.map | 1 + ...ta1CertificateSigningRequestCondition.d.ts | 40 + ...beta1CertificateSigningRequestCondition.js | 43 + ...1CertificateSigningRequestCondition.js.map | 1 + .../v1beta1CertificateSigningRequestList.d.ts | 36 + .../v1beta1CertificateSigningRequestList.js | 43 + ...1beta1CertificateSigningRequestList.js.map | 1 + .../v1beta1CertificateSigningRequestSpec.d.ts | 53 + .../v1beta1CertificateSigningRequestSpec.js | 56 + ...1beta1CertificateSigningRequestSpec.js.map | 1 + ...1beta1CertificateSigningRequestStatus.d.ts | 33 + .../v1beta1CertificateSigningRequestStatus.js | 33 + ...eta1CertificateSigningRequestStatus.js.map | 1 + dist/gen/model/v1beta1ClusterRole.d.ts | 44 + dist/gen/model/v1beta1ClusterRole.js | 51 + dist/gen/model/v1beta1ClusterRole.js.map | 1 + dist/gen/model/v1beta1ClusterRoleBinding.d.ts | 44 + dist/gen/model/v1beta1ClusterRoleBinding.js | 51 + .../model/v1beta1ClusterRoleBinding.js.map | 1 + .../model/v1beta1ClusterRoleBindingList.d.ts | 42 + .../model/v1beta1ClusterRoleBindingList.js | 46 + .../v1beta1ClusterRoleBindingList.js.map | 1 + dist/gen/model/v1beta1ClusterRoleList.d.ts | 42 + dist/gen/model/v1beta1ClusterRoleList.js | 46 + dist/gen/model/v1beta1ClusterRoleList.js.map | 1 + dist/gen/model/v1beta1ControllerRevision.d.ts | 43 + dist/gen/model/v1beta1ControllerRevision.js | 51 + .../model/v1beta1ControllerRevision.js.map | 1 + .../model/v1beta1ControllerRevisionList.d.ts | 42 + .../model/v1beta1ControllerRevisionList.js | 46 + .../v1beta1ControllerRevisionList.js.map | 1 + dist/gen/model/v1beta1CronJob.d.ts | 41 + dist/gen/model/v1beta1CronJob.js | 51 + dist/gen/model/v1beta1CronJob.js.map | 1 + dist/gen/model/v1beta1CronJobList.d.ts | 42 + dist/gen/model/v1beta1CronJobList.js | 46 + dist/gen/model/v1beta1CronJobList.js.map | 1 + dist/gen/model/v1beta1CronJobSpec.d.ts | 53 + dist/gen/model/v1beta1CronJobSpec.js | 61 + dist/gen/model/v1beta1CronJobSpec.js.map | 1 + dist/gen/model/v1beta1CronJobStatus.d.ts | 36 + dist/gen/model/v1beta1CronJobStatus.js | 36 + dist/gen/model/v1beta1CronJobStatus.js.map | 1 + ...v1beta1CustomResourceColumnDefinition.d.ts | 51 + .../v1beta1CustomResourceColumnDefinition.js | 56 + ...beta1CustomResourceColumnDefinition.js.map | 1 + .../v1beta1CustomResourceConversion.d.ts | 37 + .../model/v1beta1CustomResourceConversion.js | 41 + .../v1beta1CustomResourceConversion.js.map | 1 + .../v1beta1CustomResourceDefinition.d.ts | 41 + .../model/v1beta1CustomResourceDefinition.js | 51 + .../v1beta1CustomResourceDefinition.js.map | 1 + ...eta1CustomResourceDefinitionCondition.d.ts | 47 + ...1beta1CustomResourceDefinitionCondition.js | 51 + ...a1CustomResourceDefinitionCondition.js.map | 1 + .../v1beta1CustomResourceDefinitionList.d.ts | 42 + .../v1beta1CustomResourceDefinitionList.js | 46 + ...v1beta1CustomResourceDefinitionList.js.map | 1 + .../v1beta1CustomResourceDefinitionNames.d.ts | 51 + .../v1beta1CustomResourceDefinitionNames.js | 56 + ...1beta1CustomResourceDefinitionNames.js.map | 1 + .../v1beta1CustomResourceDefinitionSpec.d.ts | 61 + .../v1beta1CustomResourceDefinitionSpec.js | 76 + ...v1beta1CustomResourceDefinitionSpec.js.map | 1 + ...v1beta1CustomResourceDefinitionStatus.d.ts | 38 + .../v1beta1CustomResourceDefinitionStatus.js | 41 + ...beta1CustomResourceDefinitionStatus.js.map | 1 + ...1beta1CustomResourceDefinitionVersion.d.ts | 48 + .../v1beta1CustomResourceDefinitionVersion.js | 56 + ...eta1CustomResourceDefinitionVersion.js.map | 1 + ...v1beta1CustomResourceSubresourceScale.d.ts | 39 + .../v1beta1CustomResourceSubresourceScale.js | 41 + ...beta1CustomResourceSubresourceScale.js.map | 1 + .../v1beta1CustomResourceSubresources.d.ts | 33 + .../v1beta1CustomResourceSubresources.js | 36 + .../v1beta1CustomResourceSubresources.js.map | 1 + .../v1beta1CustomResourceValidation.d.ts | 29 + .../model/v1beta1CustomResourceValidation.js | 31 + .../v1beta1CustomResourceValidation.js.map | 1 + dist/gen/model/v1beta1DaemonSet.d.ts | 41 + dist/gen/model/v1beta1DaemonSet.js | 51 + dist/gen/model/v1beta1DaemonSet.js.map | 1 + dist/gen/model/v1beta1DaemonSetCondition.d.ts | 47 + dist/gen/model/v1beta1DaemonSetCondition.js | 51 + .../model/v1beta1DaemonSetCondition.js.map | 1 + dist/gen/model/v1beta1DaemonSetList.d.ts | 42 + dist/gen/model/v1beta1DaemonSetList.js | 46 + dist/gen/model/v1beta1DaemonSetList.js.map | 1 + dist/gen/model/v1beta1DaemonSetSpec.d.ts | 45 + dist/gen/model/v1beta1DaemonSetSpec.js | 56 + dist/gen/model/v1beta1DaemonSetSpec.js.map | 1 + dist/gen/model/v1beta1DaemonSetStatus.d.ts | 68 + dist/gen/model/v1beta1DaemonSetStatus.js | 76 + dist/gen/model/v1beta1DaemonSetStatus.js.map | 1 + .../model/v1beta1DaemonSetUpdateStrategy.d.ts | 30 + .../model/v1beta1DaemonSetUpdateStrategy.js | 33 + .../v1beta1DaemonSetUpdateStrategy.js.map | 1 + dist/gen/model/v1beta1Event.d.ts | 84 + dist/gen/model/v1beta1Event.js | 111 + dist/gen/model/v1beta1Event.js.map | 1 + dist/gen/model/v1beta1EventList.d.ts | 42 + dist/gen/model/v1beta1EventList.js | 46 + dist/gen/model/v1beta1EventList.js.map | 1 + dist/gen/model/v1beta1EventSeries.d.ts | 39 + dist/gen/model/v1beta1EventSeries.js | 41 + dist/gen/model/v1beta1EventSeries.js.map | 1 + dist/gen/model/v1beta1Eviction.d.ts | 39 + dist/gen/model/v1beta1Eviction.js | 46 + dist/gen/model/v1beta1Eviction.js.map | 1 + .../model/v1beta1ExternalDocumentation.d.ts | 29 + .../gen/model/v1beta1ExternalDocumentation.js | 36 + .../model/v1beta1ExternalDocumentation.js.map | 1 + dist/gen/model/v1beta1IPBlock.d.ts | 35 + dist/gen/model/v1beta1IPBlock.js | 36 + dist/gen/model/v1beta1IPBlock.js.map | 1 + dist/gen/model/v1beta1JSONSchemaProps.d.ts | 100 + dist/gen/model/v1beta1JSONSchemaProps.js | 226 + dist/gen/model/v1beta1JSONSchemaProps.js.map | 1 + dist/gen/model/v1beta1JobTemplateSpec.d.ts | 31 + dist/gen/model/v1beta1JobTemplateSpec.js | 36 + dist/gen/model/v1beta1JobTemplateSpec.js.map | 1 + dist/gen/model/v1beta1Lease.d.ts | 39 + dist/gen/model/v1beta1Lease.js | 46 + dist/gen/model/v1beta1Lease.js.map | 1 + dist/gen/model/v1beta1LeaseList.d.ts | 42 + dist/gen/model/v1beta1LeaseList.js | 46 + dist/gen/model/v1beta1LeaseList.js.map | 1 + dist/gen/model/v1beta1LeaseSpec.d.ts | 47 + dist/gen/model/v1beta1LeaseSpec.js | 51 + dist/gen/model/v1beta1LeaseSpec.js.map | 1 + .../v1beta1LocalSubjectAccessReview.d.ts | 41 + .../model/v1beta1LocalSubjectAccessReview.js | 51 + .../v1beta1LocalSubjectAccessReview.js.map | 1 + dist/gen/model/v1beta1MutatingWebhook.d.ts | 65 + dist/gen/model/v1beta1MutatingWebhook.js | 81 + dist/gen/model/v1beta1MutatingWebhook.js.map | 1 + .../v1beta1MutatingWebhookConfiguration.d.ts | 42 + .../v1beta1MutatingWebhookConfiguration.js | 46 + ...v1beta1MutatingWebhookConfiguration.js.map | 1 + ...beta1MutatingWebhookConfigurationList.d.ts | 42 + ...v1beta1MutatingWebhookConfigurationList.js | 46 + ...ta1MutatingWebhookConfigurationList.js.map | 1 + dist/gen/model/v1beta1NetworkPolicy.d.ts | 39 + dist/gen/model/v1beta1NetworkPolicy.js | 46 + dist/gen/model/v1beta1NetworkPolicy.js.map | 1 + .../model/v1beta1NetworkPolicyEgressRule.d.ts | 37 + .../model/v1beta1NetworkPolicyEgressRule.js | 36 + .../v1beta1NetworkPolicyEgressRule.js.map | 1 + .../v1beta1NetworkPolicyIngressRule.d.ts | 37 + .../model/v1beta1NetworkPolicyIngressRule.js | 36 + .../v1beta1NetworkPolicyIngressRule.js.map | 1 + dist/gen/model/v1beta1NetworkPolicyList.d.ts | 42 + dist/gen/model/v1beta1NetworkPolicyList.js | 46 + .../gen/model/v1beta1NetworkPolicyList.js.map | 1 + dist/gen/model/v1beta1NetworkPolicyPeer.d.ts | 32 + dist/gen/model/v1beta1NetworkPolicyPeer.js | 41 + .../gen/model/v1beta1NetworkPolicyPeer.js.map | 1 + dist/gen/model/v1beta1NetworkPolicyPort.d.ts | 35 + dist/gen/model/v1beta1NetworkPolicyPort.js | 36 + .../gen/model/v1beta1NetworkPolicyPort.js.map | 1 + dist/gen/model/v1beta1NetworkPolicySpec.d.ts | 43 + dist/gen/model/v1beta1NetworkPolicySpec.js | 46 + .../gen/model/v1beta1NetworkPolicySpec.js.map | 1 + .../model/v1beta1NonResourceAttributes.d.ts | 35 + .../gen/model/v1beta1NonResourceAttributes.js | 36 + .../model/v1beta1NonResourceAttributes.js.map | 1 + dist/gen/model/v1beta1NonResourceRule.d.ts | 35 + dist/gen/model/v1beta1NonResourceRule.js | 36 + dist/gen/model/v1beta1NonResourceRule.js.map | 1 + .../gen/model/v1beta1PodDisruptionBudget.d.ts | 41 + dist/gen/model/v1beta1PodDisruptionBudget.js | 51 + .../model/v1beta1PodDisruptionBudget.js.map | 1 + .../model/v1beta1PodDisruptionBudgetList.d.ts | 39 + .../model/v1beta1PodDisruptionBudgetList.js | 46 + .../v1beta1PodDisruptionBudgetList.js.map | 1 + .../model/v1beta1PodDisruptionBudgetSpec.d.ts | 37 + .../model/v1beta1PodDisruptionBudgetSpec.js | 41 + .../v1beta1PodDisruptionBudgetSpec.js.map | 1 + .../v1beta1PodDisruptionBudgetStatus.d.ts | 53 + .../model/v1beta1PodDisruptionBudgetStatus.js | 56 + .../v1beta1PodDisruptionBudgetStatus.js.map | 1 + dist/gen/model/v1beta1PolicyRule.d.ts | 47 + dist/gen/model/v1beta1PolicyRule.js | 51 + dist/gen/model/v1beta1PolicyRule.js.map | 1 + dist/gen/model/v1beta1PriorityClass.d.ts | 53 + dist/gen/model/v1beta1PriorityClass.js | 61 + dist/gen/model/v1beta1PriorityClass.js.map | 1 + dist/gen/model/v1beta1PriorityClassList.d.ts | 42 + dist/gen/model/v1beta1PriorityClassList.js | 46 + .../gen/model/v1beta1PriorityClassList.js.map | 1 + dist/gen/model/v1beta1ReplicaSet.d.ts | 41 + dist/gen/model/v1beta1ReplicaSet.js | 51 + dist/gen/model/v1beta1ReplicaSet.js.map | 1 + .../gen/model/v1beta1ReplicaSetCondition.d.ts | 47 + dist/gen/model/v1beta1ReplicaSetCondition.js | 51 + .../model/v1beta1ReplicaSetCondition.js.map | 1 + dist/gen/model/v1beta1ReplicaSetList.d.ts | 42 + dist/gen/model/v1beta1ReplicaSetList.js | 46 + dist/gen/model/v1beta1ReplicaSetList.js.map | 1 + dist/gen/model/v1beta1ReplicaSetSpec.d.ts | 39 + dist/gen/model/v1beta1ReplicaSetSpec.js | 46 + dist/gen/model/v1beta1ReplicaSetSpec.js.map | 1 + dist/gen/model/v1beta1ReplicaSetStatus.d.ts | 52 + dist/gen/model/v1beta1ReplicaSetStatus.js | 56 + dist/gen/model/v1beta1ReplicaSetStatus.js.map | 1 + dist/gen/model/v1beta1ResourceAttributes.d.ts | 55 + dist/gen/model/v1beta1ResourceAttributes.js | 61 + .../model/v1beta1ResourceAttributes.js.map | 1 + dist/gen/model/v1beta1ResourceRule.d.ts | 43 + dist/gen/model/v1beta1ResourceRule.js | 46 + dist/gen/model/v1beta1ResourceRule.js.map | 1 + dist/gen/model/v1beta1Role.d.ts | 42 + dist/gen/model/v1beta1Role.js | 46 + dist/gen/model/v1beta1Role.js.map | 1 + dist/gen/model/v1beta1RoleBinding.d.ts | 44 + dist/gen/model/v1beta1RoleBinding.js | 51 + dist/gen/model/v1beta1RoleBinding.js.map | 1 + dist/gen/model/v1beta1RoleBindingList.d.ts | 42 + dist/gen/model/v1beta1RoleBindingList.js | 46 + dist/gen/model/v1beta1RoleBindingList.js.map | 1 + dist/gen/model/v1beta1RoleList.d.ts | 42 + dist/gen/model/v1beta1RoleList.js | 46 + dist/gen/model/v1beta1RoleList.js.map | 1 + dist/gen/model/v1beta1RoleRef.d.ts | 39 + dist/gen/model/v1beta1RoleRef.js | 41 + dist/gen/model/v1beta1RoleRef.js.map | 1 + .../model/v1beta1RollingUpdateDaemonSet.d.ts | 31 + .../model/v1beta1RollingUpdateDaemonSet.js | 31 + .../v1beta1RollingUpdateDaemonSet.js.map | 1 + ...beta1RollingUpdateStatefulSetStrategy.d.ts | 31 + ...v1beta1RollingUpdateStatefulSetStrategy.js | 31 + ...ta1RollingUpdateStatefulSetStrategy.js.map | 1 + dist/gen/model/v1beta1RuleWithOperations.d.ts | 47 + dist/gen/model/v1beta1RuleWithOperations.js | 51 + .../model/v1beta1RuleWithOperations.js.map | 1 + dist/gen/model/v1beta1RuntimeClass.d.ts | 41 + dist/gen/model/v1beta1RuntimeClass.js | 46 + dist/gen/model/v1beta1RuntimeClass.js.map | 1 + dist/gen/model/v1beta1RuntimeClassList.d.ts | 42 + dist/gen/model/v1beta1RuntimeClassList.js | 46 + dist/gen/model/v1beta1RuntimeClassList.js.map | 1 + .../model/v1beta1SelfSubjectAccessReview.d.ts | 41 + .../model/v1beta1SelfSubjectAccessReview.js | 51 + .../v1beta1SelfSubjectAccessReview.js.map | 1 + .../v1beta1SelfSubjectAccessReviewSpec.d.ts | 31 + .../v1beta1SelfSubjectAccessReviewSpec.js | 36 + .../v1beta1SelfSubjectAccessReviewSpec.js.map | 1 + .../model/v1beta1SelfSubjectRulesReview.d.ts | 41 + .../model/v1beta1SelfSubjectRulesReview.js | 51 + .../v1beta1SelfSubjectRulesReview.js.map | 1 + .../v1beta1SelfSubjectRulesReviewSpec.d.ts | 28 + .../v1beta1SelfSubjectRulesReviewSpec.js | 28 + .../v1beta1SelfSubjectRulesReviewSpec.js.map | 1 + dist/gen/model/v1beta1StatefulSet.d.ts | 41 + dist/gen/model/v1beta1StatefulSet.js | 51 + dist/gen/model/v1beta1StatefulSet.js.map | 1 + .../model/v1beta1StatefulSetCondition.d.ts | 47 + dist/gen/model/v1beta1StatefulSetCondition.js | 51 + .../model/v1beta1StatefulSetCondition.js.map | 1 + dist/gen/model/v1beta1StatefulSetList.d.ts | 39 + dist/gen/model/v1beta1StatefulSetList.js | 46 + dist/gen/model/v1beta1StatefulSetList.js.map | 1 + dist/gen/model/v1beta1StatefulSetSpec.d.ts | 54 + dist/gen/model/v1beta1StatefulSetSpec.js | 66 + dist/gen/model/v1beta1StatefulSetSpec.js.map | 1 + dist/gen/model/v1beta1StatefulSetStatus.d.ts | 64 + dist/gen/model/v1beta1StatefulSetStatus.js | 71 + .../gen/model/v1beta1StatefulSetStatus.js.map | 1 + .../v1beta1StatefulSetUpdateStrategy.d.ts | 33 + .../model/v1beta1StatefulSetUpdateStrategy.js | 36 + .../v1beta1StatefulSetUpdateStrategy.js.map | 1 + dist/gen/model/v1beta1StorageClass.d.ts | 68 + dist/gen/model/v1beta1StorageClass.js | 76 + dist/gen/model/v1beta1StorageClass.js.map | 1 + dist/gen/model/v1beta1StorageClassList.d.ts | 42 + dist/gen/model/v1beta1StorageClassList.js | 46 + dist/gen/model/v1beta1StorageClassList.js.map | 1 + dist/gen/model/v1beta1Subject.d.ts | 43 + dist/gen/model/v1beta1Subject.js | 46 + dist/gen/model/v1beta1Subject.js.map | 1 + .../gen/model/v1beta1SubjectAccessReview.d.ts | 41 + dist/gen/model/v1beta1SubjectAccessReview.js | 51 + .../model/v1beta1SubjectAccessReview.js.map | 1 + .../model/v1beta1SubjectAccessReviewSpec.d.ts | 49 + .../model/v1beta1SubjectAccessReviewSpec.js | 56 + .../v1beta1SubjectAccessReviewSpec.js.map | 1 + .../v1beta1SubjectAccessReviewStatus.d.ts | 43 + .../model/v1beta1SubjectAccessReviewStatus.js | 46 + .../v1beta1SubjectAccessReviewStatus.js.map | 1 + .../v1beta1SubjectRulesReviewStatus.d.ts | 45 + .../model/v1beta1SubjectRulesReviewStatus.js | 46 + .../v1beta1SubjectRulesReviewStatus.js.map | 1 + dist/gen/model/v1beta1TokenReview.d.ts | 41 + dist/gen/model/v1beta1TokenReview.js | 51 + dist/gen/model/v1beta1TokenReview.js.map | 1 + dist/gen/model/v1beta1TokenReviewSpec.d.ts | 35 + dist/gen/model/v1beta1TokenReviewSpec.js | 36 + dist/gen/model/v1beta1TokenReviewSpec.js.map | 1 + dist/gen/model/v1beta1TokenReviewStatus.d.ts | 41 + dist/gen/model/v1beta1TokenReviewStatus.js | 46 + .../gen/model/v1beta1TokenReviewStatus.js.map | 1 + dist/gen/model/v1beta1UserInfo.d.ts | 45 + dist/gen/model/v1beta1UserInfo.js | 46 + dist/gen/model/v1beta1UserInfo.js.map | 1 + dist/gen/model/v1beta1ValidatingWebhook.d.ts | 61 + dist/gen/model/v1beta1ValidatingWebhook.js | 76 + .../gen/model/v1beta1ValidatingWebhook.js.map | 1 + ...v1beta1ValidatingWebhookConfiguration.d.ts | 42 + .../v1beta1ValidatingWebhookConfiguration.js | 46 + ...beta1ValidatingWebhookConfiguration.js.map | 1 + ...ta1ValidatingWebhookConfigurationList.d.ts | 42 + ...beta1ValidatingWebhookConfigurationList.js | 46 + ...1ValidatingWebhookConfigurationList.js.map | 1 + dist/gen/model/v1beta1VolumeAttachment.d.ts | 41 + dist/gen/model/v1beta1VolumeAttachment.js | 51 + dist/gen/model/v1beta1VolumeAttachment.js.map | 1 + .../model/v1beta1VolumeAttachmentList.d.ts | 42 + dist/gen/model/v1beta1VolumeAttachmentList.js | 46 + .../model/v1beta1VolumeAttachmentList.js.map | 1 + .../model/v1beta1VolumeAttachmentSource.d.ts | 33 + .../model/v1beta1VolumeAttachmentSource.js | 36 + .../v1beta1VolumeAttachmentSource.js.map | 1 + .../model/v1beta1VolumeAttachmentSpec.d.ts | 37 + dist/gen/model/v1beta1VolumeAttachmentSpec.js | 41 + .../model/v1beta1VolumeAttachmentSpec.js.map | 1 + .../model/v1beta1VolumeAttachmentStatus.d.ts | 40 + .../model/v1beta1VolumeAttachmentStatus.js | 46 + .../v1beta1VolumeAttachmentStatus.js.map | 1 + dist/gen/model/v1beta1VolumeError.d.ts | 35 + dist/gen/model/v1beta1VolumeError.js | 36 + dist/gen/model/v1beta1VolumeError.js.map | 1 + dist/gen/model/v1beta2ControllerRevision.d.ts | 43 + dist/gen/model/v1beta2ControllerRevision.js | 51 + .../model/v1beta2ControllerRevision.js.map | 1 + .../model/v1beta2ControllerRevisionList.d.ts | 42 + .../model/v1beta2ControllerRevisionList.js | 46 + .../v1beta2ControllerRevisionList.js.map | 1 + dist/gen/model/v1beta2DaemonSet.d.ts | 41 + dist/gen/model/v1beta2DaemonSet.js | 51 + dist/gen/model/v1beta2DaemonSet.js.map | 1 + dist/gen/model/v1beta2DaemonSetCondition.d.ts | 47 + dist/gen/model/v1beta2DaemonSetCondition.js | 51 + .../model/v1beta2DaemonSetCondition.js.map | 1 + dist/gen/model/v1beta2DaemonSetList.d.ts | 42 + dist/gen/model/v1beta2DaemonSetList.js | 46 + dist/gen/model/v1beta2DaemonSetList.js.map | 1 + dist/gen/model/v1beta2DaemonSetSpec.d.ts | 41 + dist/gen/model/v1beta2DaemonSetSpec.js | 51 + dist/gen/model/v1beta2DaemonSetSpec.js.map | 1 + dist/gen/model/v1beta2DaemonSetStatus.d.ts | 68 + dist/gen/model/v1beta2DaemonSetStatus.js | 76 + dist/gen/model/v1beta2DaemonSetStatus.js.map | 1 + .../model/v1beta2DaemonSetUpdateStrategy.d.ts | 33 + .../model/v1beta2DaemonSetUpdateStrategy.js | 36 + .../v1beta2DaemonSetUpdateStrategy.js.map | 1 + dist/gen/model/v1beta2Deployment.d.ts | 41 + dist/gen/model/v1beta2Deployment.js | 51 + dist/gen/model/v1beta2Deployment.js.map | 1 + .../gen/model/v1beta2DeploymentCondition.d.ts | 51 + dist/gen/model/v1beta2DeploymentCondition.js | 56 + .../model/v1beta2DeploymentCondition.js.map | 1 + dist/gen/model/v1beta2DeploymentList.d.ts | 42 + dist/gen/model/v1beta2DeploymentList.js | 46 + dist/gen/model/v1beta2DeploymentList.js.map | 1 + dist/gen/model/v1beta2DeploymentSpec.d.ts | 53 + dist/gen/model/v1beta2DeploymentSpec.js | 66 + dist/gen/model/v1beta2DeploymentSpec.js.map | 1 + dist/gen/model/v1beta2DeploymentStatus.d.ts | 60 + dist/gen/model/v1beta2DeploymentStatus.js | 66 + dist/gen/model/v1beta2DeploymentStatus.js.map | 1 + dist/gen/model/v1beta2DeploymentStrategy.d.ts | 33 + dist/gen/model/v1beta2DeploymentStrategy.js | 36 + .../model/v1beta2DeploymentStrategy.js.map | 1 + dist/gen/model/v1beta2ReplicaSet.d.ts | 41 + dist/gen/model/v1beta2ReplicaSet.js | 51 + dist/gen/model/v1beta2ReplicaSet.js.map | 1 + .../gen/model/v1beta2ReplicaSetCondition.d.ts | 47 + dist/gen/model/v1beta2ReplicaSetCondition.js | 51 + .../model/v1beta2ReplicaSetCondition.js.map | 1 + dist/gen/model/v1beta2ReplicaSetList.d.ts | 42 + dist/gen/model/v1beta2ReplicaSetList.js | 46 + dist/gen/model/v1beta2ReplicaSetList.js.map | 1 + dist/gen/model/v1beta2ReplicaSetSpec.d.ts | 39 + dist/gen/model/v1beta2ReplicaSetSpec.js | 46 + dist/gen/model/v1beta2ReplicaSetSpec.js.map | 1 + dist/gen/model/v1beta2ReplicaSetStatus.d.ts | 52 + dist/gen/model/v1beta2ReplicaSetStatus.js | 56 + dist/gen/model/v1beta2ReplicaSetStatus.js.map | 1 + .../model/v1beta2RollingUpdateDaemonSet.d.ts | 31 + .../model/v1beta2RollingUpdateDaemonSet.js | 31 + .../v1beta2RollingUpdateDaemonSet.js.map | 1 + .../model/v1beta2RollingUpdateDeployment.d.ts | 35 + .../model/v1beta2RollingUpdateDeployment.js | 36 + .../v1beta2RollingUpdateDeployment.js.map | 1 + ...beta2RollingUpdateStatefulSetStrategy.d.ts | 31 + ...v1beta2RollingUpdateStatefulSetStrategy.js | 31 + ...ta2RollingUpdateStatefulSetStrategy.js.map | 1 + dist/gen/model/v1beta2Scale.d.ts | 41 + dist/gen/model/v1beta2Scale.js | 51 + dist/gen/model/v1beta2Scale.js.map | 1 + dist/gen/model/v1beta2ScaleSpec.d.ts | 31 + dist/gen/model/v1beta2ScaleSpec.js | 31 + dist/gen/model/v1beta2ScaleSpec.js.map | 1 + dist/gen/model/v1beta2ScaleStatus.d.ts | 41 + dist/gen/model/v1beta2ScaleStatus.js | 41 + dist/gen/model/v1beta2ScaleStatus.js.map | 1 + dist/gen/model/v1beta2StatefulSet.d.ts | 41 + dist/gen/model/v1beta2StatefulSet.js | 51 + dist/gen/model/v1beta2StatefulSet.js.map | 1 + .../model/v1beta2StatefulSetCondition.d.ts | 47 + dist/gen/model/v1beta2StatefulSetCondition.js | 51 + .../model/v1beta2StatefulSetCondition.js.map | 1 + dist/gen/model/v1beta2StatefulSetList.d.ts | 39 + dist/gen/model/v1beta2StatefulSetList.js | 46 + dist/gen/model/v1beta2StatefulSetList.js.map | 1 + dist/gen/model/v1beta2StatefulSetSpec.d.ts | 54 + dist/gen/model/v1beta2StatefulSetSpec.js | 66 + dist/gen/model/v1beta2StatefulSetSpec.js.map | 1 + dist/gen/model/v1beta2StatefulSetStatus.d.ts | 64 + dist/gen/model/v1beta2StatefulSetStatus.js | 71 + .../gen/model/v1beta2StatefulSetStatus.js.map | 1 + .../v1beta2StatefulSetUpdateStrategy.d.ts | 33 + .../model/v1beta2StatefulSetUpdateStrategy.js | 36 + .../v1beta2StatefulSetUpdateStrategy.js.map | 1 + dist/gen/model/v2alpha1CronJob.d.ts | 41 + dist/gen/model/v2alpha1CronJob.js | 51 + dist/gen/model/v2alpha1CronJob.js.map | 1 + dist/gen/model/v2alpha1CronJobList.d.ts | 42 + dist/gen/model/v2alpha1CronJobList.js | 46 + dist/gen/model/v2alpha1CronJobList.js.map | 1 + dist/gen/model/v2alpha1CronJobSpec.d.ts | 53 + dist/gen/model/v2alpha1CronJobSpec.js | 61 + dist/gen/model/v2alpha1CronJobSpec.js.map | 1 + dist/gen/model/v2alpha1CronJobStatus.d.ts | 36 + dist/gen/model/v2alpha1CronJobStatus.js | 36 + dist/gen/model/v2alpha1CronJobStatus.js.map | 1 + dist/gen/model/v2alpha1JobTemplateSpec.d.ts | 31 + dist/gen/model/v2alpha1JobTemplateSpec.js | 36 + dist/gen/model/v2alpha1JobTemplateSpec.js.map | 1 + .../v2beta1CrossVersionObjectReference.d.ts | 39 + .../v2beta1CrossVersionObjectReference.js | 41 + .../v2beta1CrossVersionObjectReference.js.map | 1 + .../model/v2beta1ExternalMetricSource.d.ts | 41 + dist/gen/model/v2beta1ExternalMetricSource.js | 46 + .../model/v2beta1ExternalMetricSource.js.map | 1 + .../model/v2beta1ExternalMetricStatus.d.ts | 41 + dist/gen/model/v2beta1ExternalMetricStatus.js | 46 + .../model/v2beta1ExternalMetricStatus.js.map | 1 + .../model/v2beta1HorizontalPodAutoscaler.d.ts | 41 + .../model/v2beta1HorizontalPodAutoscaler.js | 51 + .../v2beta1HorizontalPodAutoscaler.js.map | 1 + ...beta1HorizontalPodAutoscalerCondition.d.ts | 47 + ...v2beta1HorizontalPodAutoscalerCondition.js | 51 + ...ta1HorizontalPodAutoscalerCondition.js.map | 1 + .../v2beta1HorizontalPodAutoscalerList.d.ts | 42 + .../v2beta1HorizontalPodAutoscalerList.js | 46 + .../v2beta1HorizontalPodAutoscalerList.js.map | 1 + .../v2beta1HorizontalPodAutoscalerSpec.d.ts | 42 + .../v2beta1HorizontalPodAutoscalerSpec.js | 46 + .../v2beta1HorizontalPodAutoscalerSpec.js.map | 1 + .../v2beta1HorizontalPodAutoscalerStatus.d.ts | 53 + .../v2beta1HorizontalPodAutoscalerStatus.js | 56 + ...2beta1HorizontalPodAutoscalerStatus.js.map | 1 + dist/gen/model/v2beta1MetricSpec.d.ts | 39 + dist/gen/model/v2beta1MetricSpec.js | 51 + dist/gen/model/v2beta1MetricSpec.js.map | 1 + dist/gen/model/v2beta1MetricStatus.d.ts | 39 + dist/gen/model/v2beta1MetricStatus.js | 51 + dist/gen/model/v2beta1MetricStatus.js.map | 1 + dist/gen/model/v2beta1ObjectMetricSource.d.ts | 43 + dist/gen/model/v2beta1ObjectMetricSource.js | 51 + .../model/v2beta1ObjectMetricSource.js.map | 1 + dist/gen/model/v2beta1ObjectMetricStatus.d.ts | 43 + dist/gen/model/v2beta1ObjectMetricStatus.js | 51 + .../model/v2beta1ObjectMetricStatus.js.map | 1 + dist/gen/model/v2beta1PodsMetricSource.d.ts | 37 + dist/gen/model/v2beta1PodsMetricSource.js | 41 + dist/gen/model/v2beta1PodsMetricSource.js.map | 1 + dist/gen/model/v2beta1PodsMetricStatus.d.ts | 37 + dist/gen/model/v2beta1PodsMetricStatus.js | 41 + dist/gen/model/v2beta1PodsMetricStatus.js.map | 1 + .../model/v2beta1ResourceMetricSource.d.ts | 39 + dist/gen/model/v2beta1ResourceMetricSource.js | 41 + .../model/v2beta1ResourceMetricSource.js.map | 1 + .../model/v2beta1ResourceMetricStatus.d.ts | 39 + dist/gen/model/v2beta1ResourceMetricStatus.js | 41 + .../model/v2beta1ResourceMetricStatus.js.map | 1 + .../v2beta2CrossVersionObjectReference.d.ts | 39 + .../v2beta2CrossVersionObjectReference.js | 41 + .../v2beta2CrossVersionObjectReference.js.map | 1 + .../model/v2beta2ExternalMetricSource.d.ts | 31 + dist/gen/model/v2beta2ExternalMetricSource.js | 36 + .../model/v2beta2ExternalMetricSource.js.map | 1 + .../model/v2beta2ExternalMetricStatus.d.ts | 31 + dist/gen/model/v2beta2ExternalMetricStatus.js | 36 + .../model/v2beta2ExternalMetricStatus.js.map | 1 + .../model/v2beta2HorizontalPodAutoscaler.d.ts | 41 + .../model/v2beta2HorizontalPodAutoscaler.js | 51 + .../v2beta2HorizontalPodAutoscaler.js.map | 1 + ...beta2HorizontalPodAutoscalerCondition.d.ts | 47 + ...v2beta2HorizontalPodAutoscalerCondition.js | 51 + ...ta2HorizontalPodAutoscalerCondition.js.map | 1 + .../v2beta2HorizontalPodAutoscalerList.d.ts | 42 + .../v2beta2HorizontalPodAutoscalerList.js | 46 + .../v2beta2HorizontalPodAutoscalerList.js.map | 1 + .../v2beta2HorizontalPodAutoscalerSpec.d.ts | 42 + .../v2beta2HorizontalPodAutoscalerSpec.js | 46 + .../v2beta2HorizontalPodAutoscalerSpec.js.map | 1 + .../v2beta2HorizontalPodAutoscalerStatus.d.ts | 53 + .../v2beta2HorizontalPodAutoscalerStatus.js | 56 + ...2beta2HorizontalPodAutoscalerStatus.js.map | 1 + dist/gen/model/v2beta2MetricIdentifier.d.ts | 33 + dist/gen/model/v2beta2MetricIdentifier.js | 36 + dist/gen/model/v2beta2MetricIdentifier.js.map | 1 + dist/gen/model/v2beta2MetricSpec.d.ts | 39 + dist/gen/model/v2beta2MetricSpec.js | 51 + dist/gen/model/v2beta2MetricSpec.js.map | 1 + dist/gen/model/v2beta2MetricStatus.d.ts | 39 + dist/gen/model/v2beta2MetricStatus.js | 51 + dist/gen/model/v2beta2MetricStatus.js.map | 1 + dist/gen/model/v2beta2MetricTarget.d.ts | 43 + dist/gen/model/v2beta2MetricTarget.js | 46 + dist/gen/model/v2beta2MetricTarget.js.map | 1 + dist/gen/model/v2beta2MetricValueStatus.d.ts | 39 + dist/gen/model/v2beta2MetricValueStatus.js | 41 + .../gen/model/v2beta2MetricValueStatus.js.map | 1 + dist/gen/model/v2beta2ObjectMetricSource.d.ts | 33 + dist/gen/model/v2beta2ObjectMetricSource.js | 41 + .../model/v2beta2ObjectMetricSource.js.map | 1 + dist/gen/model/v2beta2ObjectMetricStatus.d.ts | 33 + dist/gen/model/v2beta2ObjectMetricStatus.js | 41 + .../model/v2beta2ObjectMetricStatus.js.map | 1 + dist/gen/model/v2beta2PodsMetricSource.d.ts | 31 + dist/gen/model/v2beta2PodsMetricSource.js | 36 + dist/gen/model/v2beta2PodsMetricSource.js.map | 1 + dist/gen/model/v2beta2PodsMetricStatus.d.ts | 31 + dist/gen/model/v2beta2PodsMetricStatus.js | 36 + dist/gen/model/v2beta2PodsMetricStatus.js.map | 1 + .../model/v2beta2ResourceMetricSource.d.ts | 33 + dist/gen/model/v2beta2ResourceMetricSource.js | 36 + .../model/v2beta2ResourceMetricSource.js.map | 1 + .../model/v2beta2ResourceMetricStatus.d.ts | 33 + dist/gen/model/v2beta2ResourceMetricStatus.js | 36 + .../model/v2beta2ResourceMetricStatus.js.map | 1 + dist/gen/model/versionInfo.d.ts | 36 + dist/gen/model/versionInfo.js | 71 + dist/gen/model/versionInfo.js.map | 1 + dist/index.d.ts | 11 + dist/index.js | 14 + dist/index.js.map | 1 + dist/informer.d.ts | 19 + dist/informer.js | 13 + dist/informer.js.map | 1 + dist/log.d.ts | 43 + dist/log.js | 40 + dist/log.js.map | 1 + dist/oidc_auth.d.ts | 19 + dist/oidc_auth.js | 71 + dist/oidc_auth.js.map | 1 + dist/portforward.d.ts | 12 + dist/portforward.js | 63 + dist/portforward.js.map | 1 + dist/proto-client.d.ts | 5 + dist/proto-client.js | 37 + dist/proto-client.js.map | 1 + dist/terminal-size-queue.d.ts | 17 + dist/terminal-size-queue.js | 34 + dist/terminal-size-queue.js.map | 1 + dist/types.d.ts | 12 + dist/types.js | 3 + dist/types.js.map | 1 + dist/watch.d.ts | 21 + dist/watch.js | 69 + dist/watch.js.map | 1 + dist/web-socket-handler.d.ts | 31 + dist/web-socket-handler.js | 155 + dist/web-socket-handler.js.map | 1 + dist/yaml.d.ts | 4 + dist/yaml.js | 16 + dist/yaml.js.map | 1 + 2076 files changed, 152262 insertions(+) create mode 100644 dist/api.d.ts create mode 100644 dist/api.js create mode 100644 dist/api.js.map create mode 100644 dist/attach.d.ts create mode 100644 dist/attach.js create mode 100644 dist/attach.js.map create mode 100644 dist/auth.d.ts create mode 100644 dist/auth.js create mode 100644 dist/auth.js.map create mode 100644 dist/cache.d.ts create mode 100644 dist/cache.js create mode 100644 dist/cache.js.map create mode 100644 dist/cloud_auth.d.ts create mode 100644 dist/cloud_auth.js create mode 100644 dist/cloud_auth.js.map create mode 100644 dist/config.d.ts create mode 100644 dist/config.js create mode 100644 dist/config.js.map create mode 100644 dist/config_types.d.ts create mode 100644 dist/config_types.js create mode 100644 dist/config_types.js.map create mode 100644 dist/exec.d.ts create mode 100644 dist/exec.js create mode 100644 dist/exec.js.map create mode 100644 dist/exec_auth.d.ts create mode 100644 dist/exec_auth.js create mode 100644 dist/exec_auth.js.map create mode 100644 dist/file_auth.d.ts create mode 100644 dist/file_auth.js create mode 100644 dist/file_auth.js.map create mode 100644 dist/gen/api.d.ts create mode 100644 dist/gen/api.js create mode 100644 dist/gen/api.js.map create mode 100644 dist/gen/api/admissionregistrationApi.d.ts create mode 100644 dist/gen/api/admissionregistrationApi.js create mode 100644 dist/gen/api/admissionregistrationApi.js.map create mode 100644 dist/gen/api/admissionregistrationV1beta1Api.d.ts create mode 100644 dist/gen/api/admissionregistrationV1beta1Api.js create mode 100644 dist/gen/api/admissionregistrationV1beta1Api.js.map create mode 100644 dist/gen/api/apiextensionsApi.d.ts create mode 100644 dist/gen/api/apiextensionsApi.js create mode 100644 dist/gen/api/apiextensionsApi.js.map create mode 100644 dist/gen/api/apiextensionsV1beta1Api.d.ts create mode 100644 dist/gen/api/apiextensionsV1beta1Api.js create mode 100644 dist/gen/api/apiextensionsV1beta1Api.js.map create mode 100644 dist/gen/api/apiregistrationApi.d.ts create mode 100644 dist/gen/api/apiregistrationApi.js create mode 100644 dist/gen/api/apiregistrationApi.js.map create mode 100644 dist/gen/api/apiregistrationV1Api.d.ts create mode 100644 dist/gen/api/apiregistrationV1Api.js create mode 100644 dist/gen/api/apiregistrationV1Api.js.map create mode 100644 dist/gen/api/apiregistrationV1beta1Api.d.ts create mode 100644 dist/gen/api/apiregistrationV1beta1Api.js create mode 100644 dist/gen/api/apiregistrationV1beta1Api.js.map create mode 100644 dist/gen/api/apis.d.ts create mode 100644 dist/gen/api/apis.js create mode 100644 dist/gen/api/apis.js.map create mode 100644 dist/gen/api/apisApi.d.ts create mode 100644 dist/gen/api/apisApi.js create mode 100644 dist/gen/api/apisApi.js.map create mode 100644 dist/gen/api/appsApi.d.ts create mode 100644 dist/gen/api/appsApi.js create mode 100644 dist/gen/api/appsApi.js.map create mode 100644 dist/gen/api/appsV1Api.d.ts create mode 100644 dist/gen/api/appsV1Api.js create mode 100644 dist/gen/api/appsV1Api.js.map create mode 100644 dist/gen/api/appsV1beta1Api.d.ts create mode 100644 dist/gen/api/appsV1beta1Api.js create mode 100644 dist/gen/api/appsV1beta1Api.js.map create mode 100644 dist/gen/api/appsV1beta2Api.d.ts create mode 100644 dist/gen/api/appsV1beta2Api.js create mode 100644 dist/gen/api/appsV1beta2Api.js.map create mode 100644 dist/gen/api/auditregistrationApi.d.ts create mode 100644 dist/gen/api/auditregistrationApi.js create mode 100644 dist/gen/api/auditregistrationApi.js.map create mode 100644 dist/gen/api/auditregistrationV1alpha1Api.d.ts create mode 100644 dist/gen/api/auditregistrationV1alpha1Api.js create mode 100644 dist/gen/api/auditregistrationV1alpha1Api.js.map create mode 100644 dist/gen/api/authenticationApi.d.ts create mode 100644 dist/gen/api/authenticationApi.js create mode 100644 dist/gen/api/authenticationApi.js.map create mode 100644 dist/gen/api/authenticationV1Api.d.ts create mode 100644 dist/gen/api/authenticationV1Api.js create mode 100644 dist/gen/api/authenticationV1Api.js.map create mode 100644 dist/gen/api/authenticationV1beta1Api.d.ts create mode 100644 dist/gen/api/authenticationV1beta1Api.js create mode 100644 dist/gen/api/authenticationV1beta1Api.js.map create mode 100644 dist/gen/api/authorizationApi.d.ts create mode 100644 dist/gen/api/authorizationApi.js create mode 100644 dist/gen/api/authorizationApi.js.map create mode 100644 dist/gen/api/authorizationV1Api.d.ts create mode 100644 dist/gen/api/authorizationV1Api.js create mode 100644 dist/gen/api/authorizationV1Api.js.map create mode 100644 dist/gen/api/authorizationV1beta1Api.d.ts create mode 100644 dist/gen/api/authorizationV1beta1Api.js create mode 100644 dist/gen/api/authorizationV1beta1Api.js.map create mode 100644 dist/gen/api/autoscalingApi.d.ts create mode 100644 dist/gen/api/autoscalingApi.js create mode 100644 dist/gen/api/autoscalingApi.js.map create mode 100644 dist/gen/api/autoscalingV1Api.d.ts create mode 100644 dist/gen/api/autoscalingV1Api.js create mode 100644 dist/gen/api/autoscalingV1Api.js.map create mode 100644 dist/gen/api/autoscalingV2beta1Api.d.ts create mode 100644 dist/gen/api/autoscalingV2beta1Api.js create mode 100644 dist/gen/api/autoscalingV2beta1Api.js.map create mode 100644 dist/gen/api/autoscalingV2beta2Api.d.ts create mode 100644 dist/gen/api/autoscalingV2beta2Api.js create mode 100644 dist/gen/api/autoscalingV2beta2Api.js.map create mode 100644 dist/gen/api/batchApi.d.ts create mode 100644 dist/gen/api/batchApi.js create mode 100644 dist/gen/api/batchApi.js.map create mode 100644 dist/gen/api/batchV1Api.d.ts create mode 100644 dist/gen/api/batchV1Api.js create mode 100644 dist/gen/api/batchV1Api.js.map create mode 100644 dist/gen/api/batchV1beta1Api.d.ts create mode 100644 dist/gen/api/batchV1beta1Api.js create mode 100644 dist/gen/api/batchV1beta1Api.js.map create mode 100644 dist/gen/api/batchV2alpha1Api.d.ts create mode 100644 dist/gen/api/batchV2alpha1Api.js create mode 100644 dist/gen/api/batchV2alpha1Api.js.map create mode 100644 dist/gen/api/certificatesApi.d.ts create mode 100644 dist/gen/api/certificatesApi.js create mode 100644 dist/gen/api/certificatesApi.js.map create mode 100644 dist/gen/api/certificatesV1beta1Api.d.ts create mode 100644 dist/gen/api/certificatesV1beta1Api.js create mode 100644 dist/gen/api/certificatesV1beta1Api.js.map create mode 100644 dist/gen/api/coordinationApi.d.ts create mode 100644 dist/gen/api/coordinationApi.js create mode 100644 dist/gen/api/coordinationApi.js.map create mode 100644 dist/gen/api/coordinationV1Api.d.ts create mode 100644 dist/gen/api/coordinationV1Api.js create mode 100644 dist/gen/api/coordinationV1Api.js.map create mode 100644 dist/gen/api/coordinationV1beta1Api.d.ts create mode 100644 dist/gen/api/coordinationV1beta1Api.js create mode 100644 dist/gen/api/coordinationV1beta1Api.js.map create mode 100644 dist/gen/api/coreApi.d.ts create mode 100644 dist/gen/api/coreApi.js create mode 100644 dist/gen/api/coreApi.js.map create mode 100644 dist/gen/api/coreV1Api.d.ts create mode 100644 dist/gen/api/coreV1Api.js create mode 100644 dist/gen/api/coreV1Api.js.map create mode 100644 dist/gen/api/customObjectsApi.d.ts create mode 100644 dist/gen/api/customObjectsApi.js create mode 100644 dist/gen/api/customObjectsApi.js.map create mode 100644 dist/gen/api/eventsApi.d.ts create mode 100644 dist/gen/api/eventsApi.js create mode 100644 dist/gen/api/eventsApi.js.map create mode 100644 dist/gen/api/eventsV1beta1Api.d.ts create mode 100644 dist/gen/api/eventsV1beta1Api.js create mode 100644 dist/gen/api/eventsV1beta1Api.js.map create mode 100644 dist/gen/api/extensionsApi.d.ts create mode 100644 dist/gen/api/extensionsApi.js create mode 100644 dist/gen/api/extensionsApi.js.map create mode 100644 dist/gen/api/extensionsV1beta1Api.d.ts create mode 100644 dist/gen/api/extensionsV1beta1Api.js create mode 100644 dist/gen/api/extensionsV1beta1Api.js.map create mode 100644 dist/gen/api/logsApi.d.ts create mode 100644 dist/gen/api/logsApi.js create mode 100644 dist/gen/api/logsApi.js.map create mode 100644 dist/gen/api/networkingApi.d.ts create mode 100644 dist/gen/api/networkingApi.js create mode 100644 dist/gen/api/networkingApi.js.map create mode 100644 dist/gen/api/networkingV1Api.d.ts create mode 100644 dist/gen/api/networkingV1Api.js create mode 100644 dist/gen/api/networkingV1Api.js.map create mode 100644 dist/gen/api/networkingV1beta1Api.d.ts create mode 100644 dist/gen/api/networkingV1beta1Api.js create mode 100644 dist/gen/api/networkingV1beta1Api.js.map create mode 100644 dist/gen/api/nodeApi.d.ts create mode 100644 dist/gen/api/nodeApi.js create mode 100644 dist/gen/api/nodeApi.js.map create mode 100644 dist/gen/api/nodeV1alpha1Api.d.ts create mode 100644 dist/gen/api/nodeV1alpha1Api.js create mode 100644 dist/gen/api/nodeV1alpha1Api.js.map create mode 100644 dist/gen/api/nodeV1beta1Api.d.ts create mode 100644 dist/gen/api/nodeV1beta1Api.js create mode 100644 dist/gen/api/nodeV1beta1Api.js.map create mode 100644 dist/gen/api/policyApi.d.ts create mode 100644 dist/gen/api/policyApi.js create mode 100644 dist/gen/api/policyApi.js.map create mode 100644 dist/gen/api/policyV1beta1Api.d.ts create mode 100644 dist/gen/api/policyV1beta1Api.js create mode 100644 dist/gen/api/policyV1beta1Api.js.map create mode 100644 dist/gen/api/rbacAuthorizationApi.d.ts create mode 100644 dist/gen/api/rbacAuthorizationApi.js create mode 100644 dist/gen/api/rbacAuthorizationApi.js.map create mode 100644 dist/gen/api/rbacAuthorizationV1Api.d.ts create mode 100644 dist/gen/api/rbacAuthorizationV1Api.js create mode 100644 dist/gen/api/rbacAuthorizationV1Api.js.map create mode 100644 dist/gen/api/rbacAuthorizationV1alpha1Api.d.ts create mode 100644 dist/gen/api/rbacAuthorizationV1alpha1Api.js create mode 100644 dist/gen/api/rbacAuthorizationV1alpha1Api.js.map create mode 100644 dist/gen/api/rbacAuthorizationV1beta1Api.d.ts create mode 100644 dist/gen/api/rbacAuthorizationV1beta1Api.js create mode 100644 dist/gen/api/rbacAuthorizationV1beta1Api.js.map create mode 100644 dist/gen/api/schedulingApi.d.ts create mode 100644 dist/gen/api/schedulingApi.js create mode 100644 dist/gen/api/schedulingApi.js.map create mode 100644 dist/gen/api/schedulingV1Api.d.ts create mode 100644 dist/gen/api/schedulingV1Api.js create mode 100644 dist/gen/api/schedulingV1Api.js.map create mode 100644 dist/gen/api/schedulingV1alpha1Api.d.ts create mode 100644 dist/gen/api/schedulingV1alpha1Api.js create mode 100644 dist/gen/api/schedulingV1alpha1Api.js.map create mode 100644 dist/gen/api/schedulingV1beta1Api.d.ts create mode 100644 dist/gen/api/schedulingV1beta1Api.js create mode 100644 dist/gen/api/schedulingV1beta1Api.js.map create mode 100644 dist/gen/api/settingsApi.d.ts create mode 100644 dist/gen/api/settingsApi.js create mode 100644 dist/gen/api/settingsApi.js.map create mode 100644 dist/gen/api/settingsV1alpha1Api.d.ts create mode 100644 dist/gen/api/settingsV1alpha1Api.js create mode 100644 dist/gen/api/settingsV1alpha1Api.js.map create mode 100644 dist/gen/api/storageApi.d.ts create mode 100644 dist/gen/api/storageApi.js create mode 100644 dist/gen/api/storageApi.js.map create mode 100644 dist/gen/api/storageV1Api.d.ts create mode 100644 dist/gen/api/storageV1Api.js create mode 100644 dist/gen/api/storageV1Api.js.map create mode 100644 dist/gen/api/storageV1alpha1Api.d.ts create mode 100644 dist/gen/api/storageV1alpha1Api.js create mode 100644 dist/gen/api/storageV1alpha1Api.js.map create mode 100644 dist/gen/api/storageV1beta1Api.d.ts create mode 100644 dist/gen/api/storageV1beta1Api.js create mode 100644 dist/gen/api/storageV1beta1Api.js.map create mode 100644 dist/gen/api/versionApi.d.ts create mode 100644 dist/gen/api/versionApi.js create mode 100644 dist/gen/api/versionApi.js.map create mode 100644 dist/gen/model/admissionregistrationV1beta1ServiceReference.d.ts create mode 100644 dist/gen/model/admissionregistrationV1beta1ServiceReference.js create mode 100644 dist/gen/model/admissionregistrationV1beta1ServiceReference.js.map create mode 100644 dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.d.ts create mode 100644 dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js create mode 100644 dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js.map create mode 100644 dist/gen/model/apiextensionsV1beta1ServiceReference.d.ts create mode 100644 dist/gen/model/apiextensionsV1beta1ServiceReference.js create mode 100644 dist/gen/model/apiextensionsV1beta1ServiceReference.js.map create mode 100644 dist/gen/model/apiextensionsV1beta1WebhookClientConfig.d.ts create mode 100644 dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js create mode 100644 dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js.map create mode 100644 dist/gen/model/apiregistrationV1beta1ServiceReference.d.ts create mode 100644 dist/gen/model/apiregistrationV1beta1ServiceReference.js create mode 100644 dist/gen/model/apiregistrationV1beta1ServiceReference.js.map create mode 100644 dist/gen/model/appsV1beta1Deployment.d.ts create mode 100644 dist/gen/model/appsV1beta1Deployment.js create mode 100644 dist/gen/model/appsV1beta1Deployment.js.map create mode 100644 dist/gen/model/appsV1beta1DeploymentCondition.d.ts create mode 100644 dist/gen/model/appsV1beta1DeploymentCondition.js create mode 100644 dist/gen/model/appsV1beta1DeploymentCondition.js.map create mode 100644 dist/gen/model/appsV1beta1DeploymentList.d.ts create mode 100644 dist/gen/model/appsV1beta1DeploymentList.js create mode 100644 dist/gen/model/appsV1beta1DeploymentList.js.map create mode 100644 dist/gen/model/appsV1beta1DeploymentRollback.d.ts create mode 100644 dist/gen/model/appsV1beta1DeploymentRollback.js create mode 100644 dist/gen/model/appsV1beta1DeploymentRollback.js.map create mode 100644 dist/gen/model/appsV1beta1DeploymentSpec.d.ts create mode 100644 dist/gen/model/appsV1beta1DeploymentSpec.js create mode 100644 dist/gen/model/appsV1beta1DeploymentSpec.js.map create mode 100644 dist/gen/model/appsV1beta1DeploymentStatus.d.ts create mode 100644 dist/gen/model/appsV1beta1DeploymentStatus.js create mode 100644 dist/gen/model/appsV1beta1DeploymentStatus.js.map create mode 100644 dist/gen/model/appsV1beta1DeploymentStrategy.d.ts create mode 100644 dist/gen/model/appsV1beta1DeploymentStrategy.js create mode 100644 dist/gen/model/appsV1beta1DeploymentStrategy.js.map create mode 100644 dist/gen/model/appsV1beta1RollbackConfig.d.ts create mode 100644 dist/gen/model/appsV1beta1RollbackConfig.js create mode 100644 dist/gen/model/appsV1beta1RollbackConfig.js.map create mode 100644 dist/gen/model/appsV1beta1RollingUpdateDeployment.d.ts create mode 100644 dist/gen/model/appsV1beta1RollingUpdateDeployment.js create mode 100644 dist/gen/model/appsV1beta1RollingUpdateDeployment.js.map create mode 100644 dist/gen/model/appsV1beta1Scale.d.ts create mode 100644 dist/gen/model/appsV1beta1Scale.js create mode 100644 dist/gen/model/appsV1beta1Scale.js.map create mode 100644 dist/gen/model/appsV1beta1ScaleSpec.d.ts create mode 100644 dist/gen/model/appsV1beta1ScaleSpec.js create mode 100644 dist/gen/model/appsV1beta1ScaleSpec.js.map create mode 100644 dist/gen/model/appsV1beta1ScaleStatus.d.ts create mode 100644 dist/gen/model/appsV1beta1ScaleStatus.js create mode 100644 dist/gen/model/appsV1beta1ScaleStatus.js.map create mode 100644 dist/gen/model/extensionsV1beta1AllowedCSIDriver.d.ts create mode 100644 dist/gen/model/extensionsV1beta1AllowedCSIDriver.js create mode 100644 dist/gen/model/extensionsV1beta1AllowedCSIDriver.js.map create mode 100644 dist/gen/model/extensionsV1beta1AllowedFlexVolume.d.ts create mode 100644 dist/gen/model/extensionsV1beta1AllowedFlexVolume.js create mode 100644 dist/gen/model/extensionsV1beta1AllowedFlexVolume.js.map create mode 100644 dist/gen/model/extensionsV1beta1AllowedHostPath.d.ts create mode 100644 dist/gen/model/extensionsV1beta1AllowedHostPath.js create mode 100644 dist/gen/model/extensionsV1beta1AllowedHostPath.js.map create mode 100644 dist/gen/model/extensionsV1beta1Deployment.d.ts create mode 100644 dist/gen/model/extensionsV1beta1Deployment.js create mode 100644 dist/gen/model/extensionsV1beta1Deployment.js.map create mode 100644 dist/gen/model/extensionsV1beta1DeploymentCondition.d.ts create mode 100644 dist/gen/model/extensionsV1beta1DeploymentCondition.js create mode 100644 dist/gen/model/extensionsV1beta1DeploymentCondition.js.map create mode 100644 dist/gen/model/extensionsV1beta1DeploymentList.d.ts create mode 100644 dist/gen/model/extensionsV1beta1DeploymentList.js create mode 100644 dist/gen/model/extensionsV1beta1DeploymentList.js.map create mode 100644 dist/gen/model/extensionsV1beta1DeploymentRollback.d.ts create mode 100644 dist/gen/model/extensionsV1beta1DeploymentRollback.js create mode 100644 dist/gen/model/extensionsV1beta1DeploymentRollback.js.map create mode 100644 dist/gen/model/extensionsV1beta1DeploymentSpec.d.ts create mode 100644 dist/gen/model/extensionsV1beta1DeploymentSpec.js create mode 100644 dist/gen/model/extensionsV1beta1DeploymentSpec.js.map create mode 100644 dist/gen/model/extensionsV1beta1DeploymentStatus.d.ts create mode 100644 dist/gen/model/extensionsV1beta1DeploymentStatus.js create mode 100644 dist/gen/model/extensionsV1beta1DeploymentStatus.js.map create mode 100644 dist/gen/model/extensionsV1beta1DeploymentStrategy.d.ts create mode 100644 dist/gen/model/extensionsV1beta1DeploymentStrategy.js create mode 100644 dist/gen/model/extensionsV1beta1DeploymentStrategy.js.map create mode 100644 dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.d.ts create mode 100644 dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js create mode 100644 dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js.map create mode 100644 dist/gen/model/extensionsV1beta1HTTPIngressPath.d.ts create mode 100644 dist/gen/model/extensionsV1beta1HTTPIngressPath.js create mode 100644 dist/gen/model/extensionsV1beta1HTTPIngressPath.js.map create mode 100644 dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.d.ts create mode 100644 dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js create mode 100644 dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js.map create mode 100644 dist/gen/model/extensionsV1beta1HostPortRange.d.ts create mode 100644 dist/gen/model/extensionsV1beta1HostPortRange.js create mode 100644 dist/gen/model/extensionsV1beta1HostPortRange.js.map create mode 100644 dist/gen/model/extensionsV1beta1IDRange.d.ts create mode 100644 dist/gen/model/extensionsV1beta1IDRange.js create mode 100644 dist/gen/model/extensionsV1beta1IDRange.js.map create mode 100644 dist/gen/model/extensionsV1beta1Ingress.d.ts create mode 100644 dist/gen/model/extensionsV1beta1Ingress.js create mode 100644 dist/gen/model/extensionsV1beta1Ingress.js.map create mode 100644 dist/gen/model/extensionsV1beta1IngressBackend.d.ts create mode 100644 dist/gen/model/extensionsV1beta1IngressBackend.js create mode 100644 dist/gen/model/extensionsV1beta1IngressBackend.js.map create mode 100644 dist/gen/model/extensionsV1beta1IngressList.d.ts create mode 100644 dist/gen/model/extensionsV1beta1IngressList.js create mode 100644 dist/gen/model/extensionsV1beta1IngressList.js.map create mode 100644 dist/gen/model/extensionsV1beta1IngressRule.d.ts create mode 100644 dist/gen/model/extensionsV1beta1IngressRule.js create mode 100644 dist/gen/model/extensionsV1beta1IngressRule.js.map create mode 100644 dist/gen/model/extensionsV1beta1IngressSpec.d.ts create mode 100644 dist/gen/model/extensionsV1beta1IngressSpec.js create mode 100644 dist/gen/model/extensionsV1beta1IngressSpec.js.map create mode 100644 dist/gen/model/extensionsV1beta1IngressStatus.d.ts create mode 100644 dist/gen/model/extensionsV1beta1IngressStatus.js create mode 100644 dist/gen/model/extensionsV1beta1IngressStatus.js.map create mode 100644 dist/gen/model/extensionsV1beta1IngressTLS.d.ts create mode 100644 dist/gen/model/extensionsV1beta1IngressTLS.js create mode 100644 dist/gen/model/extensionsV1beta1IngressTLS.js.map create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicy.d.ts create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicy.js create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicy.js.map create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicyList.d.ts create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js.map create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.d.ts create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js create mode 100644 dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js.map create mode 100644 dist/gen/model/extensionsV1beta1RollbackConfig.d.ts create mode 100644 dist/gen/model/extensionsV1beta1RollbackConfig.js create mode 100644 dist/gen/model/extensionsV1beta1RollbackConfig.js.map create mode 100644 dist/gen/model/extensionsV1beta1RollingUpdateDeployment.d.ts create mode 100644 dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js create mode 100644 dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js.map create mode 100644 dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.d.ts create mode 100644 dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js create mode 100644 dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js.map create mode 100644 dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.d.ts create mode 100644 dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js create mode 100644 dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js.map create mode 100644 dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.d.ts create mode 100644 dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js create mode 100644 dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js.map create mode 100644 dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.d.ts create mode 100644 dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js create mode 100644 dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js.map create mode 100644 dist/gen/model/extensionsV1beta1Scale.d.ts create mode 100644 dist/gen/model/extensionsV1beta1Scale.js create mode 100644 dist/gen/model/extensionsV1beta1Scale.js.map create mode 100644 dist/gen/model/extensionsV1beta1ScaleSpec.d.ts create mode 100644 dist/gen/model/extensionsV1beta1ScaleSpec.js create mode 100644 dist/gen/model/extensionsV1beta1ScaleSpec.js.map create mode 100644 dist/gen/model/extensionsV1beta1ScaleStatus.d.ts create mode 100644 dist/gen/model/extensionsV1beta1ScaleStatus.js create mode 100644 dist/gen/model/extensionsV1beta1ScaleStatus.js.map create mode 100644 dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.d.ts create mode 100644 dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js create mode 100644 dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js.map create mode 100644 dist/gen/model/models.d.ts create mode 100644 dist/gen/model/models.js create mode 100644 dist/gen/model/models.js.map create mode 100644 dist/gen/model/networkingV1beta1HTTPIngressPath.d.ts create mode 100644 dist/gen/model/networkingV1beta1HTTPIngressPath.js create mode 100644 dist/gen/model/networkingV1beta1HTTPIngressPath.js.map create mode 100644 dist/gen/model/networkingV1beta1HTTPIngressRuleValue.d.ts create mode 100644 dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js create mode 100644 dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js.map create mode 100644 dist/gen/model/networkingV1beta1Ingress.d.ts create mode 100644 dist/gen/model/networkingV1beta1Ingress.js create mode 100644 dist/gen/model/networkingV1beta1Ingress.js.map create mode 100644 dist/gen/model/networkingV1beta1IngressBackend.d.ts create mode 100644 dist/gen/model/networkingV1beta1IngressBackend.js create mode 100644 dist/gen/model/networkingV1beta1IngressBackend.js.map create mode 100644 dist/gen/model/networkingV1beta1IngressList.d.ts create mode 100644 dist/gen/model/networkingV1beta1IngressList.js create mode 100644 dist/gen/model/networkingV1beta1IngressList.js.map create mode 100644 dist/gen/model/networkingV1beta1IngressRule.d.ts create mode 100644 dist/gen/model/networkingV1beta1IngressRule.js create mode 100644 dist/gen/model/networkingV1beta1IngressRule.js.map create mode 100644 dist/gen/model/networkingV1beta1IngressSpec.d.ts create mode 100644 dist/gen/model/networkingV1beta1IngressSpec.js create mode 100644 dist/gen/model/networkingV1beta1IngressSpec.js.map create mode 100644 dist/gen/model/networkingV1beta1IngressStatus.d.ts create mode 100644 dist/gen/model/networkingV1beta1IngressStatus.js create mode 100644 dist/gen/model/networkingV1beta1IngressStatus.js.map create mode 100644 dist/gen/model/networkingV1beta1IngressTLS.d.ts create mode 100644 dist/gen/model/networkingV1beta1IngressTLS.js create mode 100644 dist/gen/model/networkingV1beta1IngressTLS.js.map create mode 100644 dist/gen/model/policyV1beta1AllowedCSIDriver.d.ts create mode 100644 dist/gen/model/policyV1beta1AllowedCSIDriver.js create mode 100644 dist/gen/model/policyV1beta1AllowedCSIDriver.js.map create mode 100644 dist/gen/model/policyV1beta1AllowedFlexVolume.d.ts create mode 100644 dist/gen/model/policyV1beta1AllowedFlexVolume.js create mode 100644 dist/gen/model/policyV1beta1AllowedFlexVolume.js.map create mode 100644 dist/gen/model/policyV1beta1AllowedHostPath.d.ts create mode 100644 dist/gen/model/policyV1beta1AllowedHostPath.js create mode 100644 dist/gen/model/policyV1beta1AllowedHostPath.js.map create mode 100644 dist/gen/model/policyV1beta1FSGroupStrategyOptions.d.ts create mode 100644 dist/gen/model/policyV1beta1FSGroupStrategyOptions.js create mode 100644 dist/gen/model/policyV1beta1FSGroupStrategyOptions.js.map create mode 100644 dist/gen/model/policyV1beta1HostPortRange.d.ts create mode 100644 dist/gen/model/policyV1beta1HostPortRange.js create mode 100644 dist/gen/model/policyV1beta1HostPortRange.js.map create mode 100644 dist/gen/model/policyV1beta1IDRange.d.ts create mode 100644 dist/gen/model/policyV1beta1IDRange.js create mode 100644 dist/gen/model/policyV1beta1IDRange.js.map create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicy.d.ts create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicy.js create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicy.js.map create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicyList.d.ts create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicyList.js create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicyList.js.map create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicySpec.d.ts create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicySpec.js create mode 100644 dist/gen/model/policyV1beta1PodSecurityPolicySpec.js.map create mode 100644 dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.d.ts create mode 100644 dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js create mode 100644 dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js.map create mode 100644 dist/gen/model/policyV1beta1RunAsUserStrategyOptions.d.ts create mode 100644 dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js create mode 100644 dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js.map create mode 100644 dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.d.ts create mode 100644 dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js create mode 100644 dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js.map create mode 100644 dist/gen/model/policyV1beta1SELinuxStrategyOptions.d.ts create mode 100644 dist/gen/model/policyV1beta1SELinuxStrategyOptions.js create mode 100644 dist/gen/model/policyV1beta1SELinuxStrategyOptions.js.map create mode 100644 dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.d.ts create mode 100644 dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js create mode 100644 dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js.map create mode 100644 dist/gen/model/runtimeRawExtension.d.ts create mode 100644 dist/gen/model/runtimeRawExtension.js create mode 100644 dist/gen/model/runtimeRawExtension.js.map create mode 100644 dist/gen/model/v1APIGroup.d.ts create mode 100644 dist/gen/model/v1APIGroup.js create mode 100644 dist/gen/model/v1APIGroup.js.map create mode 100644 dist/gen/model/v1APIGroupList.d.ts create mode 100644 dist/gen/model/v1APIGroupList.js create mode 100644 dist/gen/model/v1APIGroupList.js.map create mode 100644 dist/gen/model/v1APIResource.d.ts create mode 100644 dist/gen/model/v1APIResource.js create mode 100644 dist/gen/model/v1APIResource.js.map create mode 100644 dist/gen/model/v1APIResourceList.d.ts create mode 100644 dist/gen/model/v1APIResourceList.js create mode 100644 dist/gen/model/v1APIResourceList.js.map create mode 100644 dist/gen/model/v1APIService.d.ts create mode 100644 dist/gen/model/v1APIService.js create mode 100644 dist/gen/model/v1APIService.js.map create mode 100644 dist/gen/model/v1APIServiceCondition.d.ts create mode 100644 dist/gen/model/v1APIServiceCondition.js create mode 100644 dist/gen/model/v1APIServiceCondition.js.map create mode 100644 dist/gen/model/v1APIServiceList.d.ts create mode 100644 dist/gen/model/v1APIServiceList.js create mode 100644 dist/gen/model/v1APIServiceList.js.map create mode 100644 dist/gen/model/v1APIServiceSpec.d.ts create mode 100644 dist/gen/model/v1APIServiceSpec.js create mode 100644 dist/gen/model/v1APIServiceSpec.js.map create mode 100644 dist/gen/model/v1APIServiceStatus.d.ts create mode 100644 dist/gen/model/v1APIServiceStatus.js create mode 100644 dist/gen/model/v1APIServiceStatus.js.map create mode 100644 dist/gen/model/v1APIVersions.d.ts create mode 100644 dist/gen/model/v1APIVersions.js create mode 100644 dist/gen/model/v1APIVersions.js.map create mode 100644 dist/gen/model/v1AWSElasticBlockStoreVolumeSource.d.ts create mode 100644 dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js create mode 100644 dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js.map create mode 100644 dist/gen/model/v1Affinity.d.ts create mode 100644 dist/gen/model/v1Affinity.js create mode 100644 dist/gen/model/v1Affinity.js.map create mode 100644 dist/gen/model/v1AggregationRule.d.ts create mode 100644 dist/gen/model/v1AggregationRule.js create mode 100644 dist/gen/model/v1AggregationRule.js.map create mode 100644 dist/gen/model/v1AttachedVolume.d.ts create mode 100644 dist/gen/model/v1AttachedVolume.js create mode 100644 dist/gen/model/v1AttachedVolume.js.map create mode 100644 dist/gen/model/v1AzureDiskVolumeSource.d.ts create mode 100644 dist/gen/model/v1AzureDiskVolumeSource.js create mode 100644 dist/gen/model/v1AzureDiskVolumeSource.js.map create mode 100644 dist/gen/model/v1AzureFilePersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1AzureFilePersistentVolumeSource.js create mode 100644 dist/gen/model/v1AzureFilePersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1AzureFileVolumeSource.d.ts create mode 100644 dist/gen/model/v1AzureFileVolumeSource.js create mode 100644 dist/gen/model/v1AzureFileVolumeSource.js.map create mode 100644 dist/gen/model/v1Binding.d.ts create mode 100644 dist/gen/model/v1Binding.js create mode 100644 dist/gen/model/v1Binding.js.map create mode 100644 dist/gen/model/v1CSIPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1CSIPersistentVolumeSource.js create mode 100644 dist/gen/model/v1CSIPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1CSIVolumeSource.d.ts create mode 100644 dist/gen/model/v1CSIVolumeSource.js create mode 100644 dist/gen/model/v1CSIVolumeSource.js.map create mode 100644 dist/gen/model/v1Capabilities.d.ts create mode 100644 dist/gen/model/v1Capabilities.js create mode 100644 dist/gen/model/v1Capabilities.js.map create mode 100644 dist/gen/model/v1CephFSPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1CephFSPersistentVolumeSource.js create mode 100644 dist/gen/model/v1CephFSPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1CephFSVolumeSource.d.ts create mode 100644 dist/gen/model/v1CephFSVolumeSource.js create mode 100644 dist/gen/model/v1CephFSVolumeSource.js.map create mode 100644 dist/gen/model/v1CinderPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1CinderPersistentVolumeSource.js create mode 100644 dist/gen/model/v1CinderPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1CinderVolumeSource.d.ts create mode 100644 dist/gen/model/v1CinderVolumeSource.js create mode 100644 dist/gen/model/v1CinderVolumeSource.js.map create mode 100644 dist/gen/model/v1ClientIPConfig.d.ts create mode 100644 dist/gen/model/v1ClientIPConfig.js create mode 100644 dist/gen/model/v1ClientIPConfig.js.map create mode 100644 dist/gen/model/v1ClusterRole.d.ts create mode 100644 dist/gen/model/v1ClusterRole.js create mode 100644 dist/gen/model/v1ClusterRole.js.map create mode 100644 dist/gen/model/v1ClusterRoleBinding.d.ts create mode 100644 dist/gen/model/v1ClusterRoleBinding.js create mode 100644 dist/gen/model/v1ClusterRoleBinding.js.map create mode 100644 dist/gen/model/v1ClusterRoleBindingList.d.ts create mode 100644 dist/gen/model/v1ClusterRoleBindingList.js create mode 100644 dist/gen/model/v1ClusterRoleBindingList.js.map create mode 100644 dist/gen/model/v1ClusterRoleList.d.ts create mode 100644 dist/gen/model/v1ClusterRoleList.js create mode 100644 dist/gen/model/v1ClusterRoleList.js.map create mode 100644 dist/gen/model/v1ComponentCondition.d.ts create mode 100644 dist/gen/model/v1ComponentCondition.js create mode 100644 dist/gen/model/v1ComponentCondition.js.map create mode 100644 dist/gen/model/v1ComponentStatus.d.ts create mode 100644 dist/gen/model/v1ComponentStatus.js create mode 100644 dist/gen/model/v1ComponentStatus.js.map create mode 100644 dist/gen/model/v1ComponentStatusList.d.ts create mode 100644 dist/gen/model/v1ComponentStatusList.js create mode 100644 dist/gen/model/v1ComponentStatusList.js.map create mode 100644 dist/gen/model/v1ConfigMap.d.ts create mode 100644 dist/gen/model/v1ConfigMap.js create mode 100644 dist/gen/model/v1ConfigMap.js.map create mode 100644 dist/gen/model/v1ConfigMapEnvSource.d.ts create mode 100644 dist/gen/model/v1ConfigMapEnvSource.js create mode 100644 dist/gen/model/v1ConfigMapEnvSource.js.map create mode 100644 dist/gen/model/v1ConfigMapKeySelector.d.ts create mode 100644 dist/gen/model/v1ConfigMapKeySelector.js create mode 100644 dist/gen/model/v1ConfigMapKeySelector.js.map create mode 100644 dist/gen/model/v1ConfigMapList.d.ts create mode 100644 dist/gen/model/v1ConfigMapList.js create mode 100644 dist/gen/model/v1ConfigMapList.js.map create mode 100644 dist/gen/model/v1ConfigMapNodeConfigSource.d.ts create mode 100644 dist/gen/model/v1ConfigMapNodeConfigSource.js create mode 100644 dist/gen/model/v1ConfigMapNodeConfigSource.js.map create mode 100644 dist/gen/model/v1ConfigMapProjection.d.ts create mode 100644 dist/gen/model/v1ConfigMapProjection.js create mode 100644 dist/gen/model/v1ConfigMapProjection.js.map create mode 100644 dist/gen/model/v1ConfigMapVolumeSource.d.ts create mode 100644 dist/gen/model/v1ConfigMapVolumeSource.js create mode 100644 dist/gen/model/v1ConfigMapVolumeSource.js.map create mode 100644 dist/gen/model/v1Container.d.ts create mode 100644 dist/gen/model/v1Container.js create mode 100644 dist/gen/model/v1Container.js.map create mode 100644 dist/gen/model/v1ContainerImage.d.ts create mode 100644 dist/gen/model/v1ContainerImage.js create mode 100644 dist/gen/model/v1ContainerImage.js.map create mode 100644 dist/gen/model/v1ContainerPort.d.ts create mode 100644 dist/gen/model/v1ContainerPort.js create mode 100644 dist/gen/model/v1ContainerPort.js.map create mode 100644 dist/gen/model/v1ContainerState.d.ts create mode 100644 dist/gen/model/v1ContainerState.js create mode 100644 dist/gen/model/v1ContainerState.js.map create mode 100644 dist/gen/model/v1ContainerStateRunning.d.ts create mode 100644 dist/gen/model/v1ContainerStateRunning.js create mode 100644 dist/gen/model/v1ContainerStateRunning.js.map create mode 100644 dist/gen/model/v1ContainerStateTerminated.d.ts create mode 100644 dist/gen/model/v1ContainerStateTerminated.js create mode 100644 dist/gen/model/v1ContainerStateTerminated.js.map create mode 100644 dist/gen/model/v1ContainerStateWaiting.d.ts create mode 100644 dist/gen/model/v1ContainerStateWaiting.js create mode 100644 dist/gen/model/v1ContainerStateWaiting.js.map create mode 100644 dist/gen/model/v1ContainerStatus.d.ts create mode 100644 dist/gen/model/v1ContainerStatus.js create mode 100644 dist/gen/model/v1ContainerStatus.js.map create mode 100644 dist/gen/model/v1ControllerRevision.d.ts create mode 100644 dist/gen/model/v1ControllerRevision.js create mode 100644 dist/gen/model/v1ControllerRevision.js.map create mode 100644 dist/gen/model/v1ControllerRevisionList.d.ts create mode 100644 dist/gen/model/v1ControllerRevisionList.js create mode 100644 dist/gen/model/v1ControllerRevisionList.js.map create mode 100644 dist/gen/model/v1CrossVersionObjectReference.d.ts create mode 100644 dist/gen/model/v1CrossVersionObjectReference.js create mode 100644 dist/gen/model/v1CrossVersionObjectReference.js.map create mode 100644 dist/gen/model/v1DaemonEndpoint.d.ts create mode 100644 dist/gen/model/v1DaemonEndpoint.js create mode 100644 dist/gen/model/v1DaemonEndpoint.js.map create mode 100644 dist/gen/model/v1DaemonSet.d.ts create mode 100644 dist/gen/model/v1DaemonSet.js create mode 100644 dist/gen/model/v1DaemonSet.js.map create mode 100644 dist/gen/model/v1DaemonSetCondition.d.ts create mode 100644 dist/gen/model/v1DaemonSetCondition.js create mode 100644 dist/gen/model/v1DaemonSetCondition.js.map create mode 100644 dist/gen/model/v1DaemonSetList.d.ts create mode 100644 dist/gen/model/v1DaemonSetList.js create mode 100644 dist/gen/model/v1DaemonSetList.js.map create mode 100644 dist/gen/model/v1DaemonSetSpec.d.ts create mode 100644 dist/gen/model/v1DaemonSetSpec.js create mode 100644 dist/gen/model/v1DaemonSetSpec.js.map create mode 100644 dist/gen/model/v1DaemonSetStatus.d.ts create mode 100644 dist/gen/model/v1DaemonSetStatus.js create mode 100644 dist/gen/model/v1DaemonSetStatus.js.map create mode 100644 dist/gen/model/v1DaemonSetUpdateStrategy.d.ts create mode 100644 dist/gen/model/v1DaemonSetUpdateStrategy.js create mode 100644 dist/gen/model/v1DaemonSetUpdateStrategy.js.map create mode 100644 dist/gen/model/v1DeleteOptions.d.ts create mode 100644 dist/gen/model/v1DeleteOptions.js create mode 100644 dist/gen/model/v1DeleteOptions.js.map create mode 100644 dist/gen/model/v1Deployment.d.ts create mode 100644 dist/gen/model/v1Deployment.js create mode 100644 dist/gen/model/v1Deployment.js.map create mode 100644 dist/gen/model/v1DeploymentCondition.d.ts create mode 100644 dist/gen/model/v1DeploymentCondition.js create mode 100644 dist/gen/model/v1DeploymentCondition.js.map create mode 100644 dist/gen/model/v1DeploymentList.d.ts create mode 100644 dist/gen/model/v1DeploymentList.js create mode 100644 dist/gen/model/v1DeploymentList.js.map create mode 100644 dist/gen/model/v1DeploymentSpec.d.ts create mode 100644 dist/gen/model/v1DeploymentSpec.js create mode 100644 dist/gen/model/v1DeploymentSpec.js.map create mode 100644 dist/gen/model/v1DeploymentStatus.d.ts create mode 100644 dist/gen/model/v1DeploymentStatus.js create mode 100644 dist/gen/model/v1DeploymentStatus.js.map create mode 100644 dist/gen/model/v1DeploymentStrategy.d.ts create mode 100644 dist/gen/model/v1DeploymentStrategy.js create mode 100644 dist/gen/model/v1DeploymentStrategy.js.map create mode 100644 dist/gen/model/v1DownwardAPIProjection.d.ts create mode 100644 dist/gen/model/v1DownwardAPIProjection.js create mode 100644 dist/gen/model/v1DownwardAPIProjection.js.map create mode 100644 dist/gen/model/v1DownwardAPIVolumeFile.d.ts create mode 100644 dist/gen/model/v1DownwardAPIVolumeFile.js create mode 100644 dist/gen/model/v1DownwardAPIVolumeFile.js.map create mode 100644 dist/gen/model/v1DownwardAPIVolumeSource.d.ts create mode 100644 dist/gen/model/v1DownwardAPIVolumeSource.js create mode 100644 dist/gen/model/v1DownwardAPIVolumeSource.js.map create mode 100644 dist/gen/model/v1EmptyDirVolumeSource.d.ts create mode 100644 dist/gen/model/v1EmptyDirVolumeSource.js create mode 100644 dist/gen/model/v1EmptyDirVolumeSource.js.map create mode 100644 dist/gen/model/v1EndpointAddress.d.ts create mode 100644 dist/gen/model/v1EndpointAddress.js create mode 100644 dist/gen/model/v1EndpointAddress.js.map create mode 100644 dist/gen/model/v1EndpointPort.d.ts create mode 100644 dist/gen/model/v1EndpointPort.js create mode 100644 dist/gen/model/v1EndpointPort.js.map create mode 100644 dist/gen/model/v1EndpointSubset.d.ts create mode 100644 dist/gen/model/v1EndpointSubset.js create mode 100644 dist/gen/model/v1EndpointSubset.js.map create mode 100644 dist/gen/model/v1Endpoints.d.ts create mode 100644 dist/gen/model/v1Endpoints.js create mode 100644 dist/gen/model/v1Endpoints.js.map create mode 100644 dist/gen/model/v1EndpointsList.d.ts create mode 100644 dist/gen/model/v1EndpointsList.js create mode 100644 dist/gen/model/v1EndpointsList.js.map create mode 100644 dist/gen/model/v1EnvFromSource.d.ts create mode 100644 dist/gen/model/v1EnvFromSource.js create mode 100644 dist/gen/model/v1EnvFromSource.js.map create mode 100644 dist/gen/model/v1EnvVar.d.ts create mode 100644 dist/gen/model/v1EnvVar.js create mode 100644 dist/gen/model/v1EnvVar.js.map create mode 100644 dist/gen/model/v1EnvVarSource.d.ts create mode 100644 dist/gen/model/v1EnvVarSource.js create mode 100644 dist/gen/model/v1EnvVarSource.js.map create mode 100644 dist/gen/model/v1Event.d.ts create mode 100644 dist/gen/model/v1Event.js create mode 100644 dist/gen/model/v1Event.js.map create mode 100644 dist/gen/model/v1EventList.d.ts create mode 100644 dist/gen/model/v1EventList.js create mode 100644 dist/gen/model/v1EventList.js.map create mode 100644 dist/gen/model/v1EventSeries.d.ts create mode 100644 dist/gen/model/v1EventSeries.js create mode 100644 dist/gen/model/v1EventSeries.js.map create mode 100644 dist/gen/model/v1EventSource.d.ts create mode 100644 dist/gen/model/v1EventSource.js create mode 100644 dist/gen/model/v1EventSource.js.map create mode 100644 dist/gen/model/v1ExecAction.d.ts create mode 100644 dist/gen/model/v1ExecAction.js create mode 100644 dist/gen/model/v1ExecAction.js.map create mode 100644 dist/gen/model/v1FCVolumeSource.d.ts create mode 100644 dist/gen/model/v1FCVolumeSource.js create mode 100644 dist/gen/model/v1FCVolumeSource.js.map create mode 100644 dist/gen/model/v1FlexPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1FlexPersistentVolumeSource.js create mode 100644 dist/gen/model/v1FlexPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1FlexVolumeSource.d.ts create mode 100644 dist/gen/model/v1FlexVolumeSource.js create mode 100644 dist/gen/model/v1FlexVolumeSource.js.map create mode 100644 dist/gen/model/v1FlockerVolumeSource.d.ts create mode 100644 dist/gen/model/v1FlockerVolumeSource.js create mode 100644 dist/gen/model/v1FlockerVolumeSource.js.map create mode 100644 dist/gen/model/v1GCEPersistentDiskVolumeSource.d.ts create mode 100644 dist/gen/model/v1GCEPersistentDiskVolumeSource.js create mode 100644 dist/gen/model/v1GCEPersistentDiskVolumeSource.js.map create mode 100644 dist/gen/model/v1GitRepoVolumeSource.d.ts create mode 100644 dist/gen/model/v1GitRepoVolumeSource.js create mode 100644 dist/gen/model/v1GitRepoVolumeSource.js.map create mode 100644 dist/gen/model/v1GlusterfsPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1GlusterfsPersistentVolumeSource.js create mode 100644 dist/gen/model/v1GlusterfsPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1GlusterfsVolumeSource.d.ts create mode 100644 dist/gen/model/v1GlusterfsVolumeSource.js create mode 100644 dist/gen/model/v1GlusterfsVolumeSource.js.map create mode 100644 dist/gen/model/v1GroupVersionForDiscovery.d.ts create mode 100644 dist/gen/model/v1GroupVersionForDiscovery.js create mode 100644 dist/gen/model/v1GroupVersionForDiscovery.js.map create mode 100644 dist/gen/model/v1HTTPGetAction.d.ts create mode 100644 dist/gen/model/v1HTTPGetAction.js create mode 100644 dist/gen/model/v1HTTPGetAction.js.map create mode 100644 dist/gen/model/v1HTTPHeader.d.ts create mode 100644 dist/gen/model/v1HTTPHeader.js create mode 100644 dist/gen/model/v1HTTPHeader.js.map create mode 100644 dist/gen/model/v1Handler.d.ts create mode 100644 dist/gen/model/v1Handler.js create mode 100644 dist/gen/model/v1Handler.js.map create mode 100644 dist/gen/model/v1HorizontalPodAutoscaler.d.ts create mode 100644 dist/gen/model/v1HorizontalPodAutoscaler.js create mode 100644 dist/gen/model/v1HorizontalPodAutoscaler.js.map create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerList.d.ts create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerList.js create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerList.js.map create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerSpec.d.ts create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerSpec.js create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerSpec.js.map create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerStatus.d.ts create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerStatus.js create mode 100644 dist/gen/model/v1HorizontalPodAutoscalerStatus.js.map create mode 100644 dist/gen/model/v1HostAlias.d.ts create mode 100644 dist/gen/model/v1HostAlias.js create mode 100644 dist/gen/model/v1HostAlias.js.map create mode 100644 dist/gen/model/v1HostPathVolumeSource.d.ts create mode 100644 dist/gen/model/v1HostPathVolumeSource.js create mode 100644 dist/gen/model/v1HostPathVolumeSource.js.map create mode 100644 dist/gen/model/v1IPBlock.d.ts create mode 100644 dist/gen/model/v1IPBlock.js create mode 100644 dist/gen/model/v1IPBlock.js.map create mode 100644 dist/gen/model/v1ISCSIPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1ISCSIPersistentVolumeSource.js create mode 100644 dist/gen/model/v1ISCSIPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1ISCSIVolumeSource.d.ts create mode 100644 dist/gen/model/v1ISCSIVolumeSource.js create mode 100644 dist/gen/model/v1ISCSIVolumeSource.js.map create mode 100644 dist/gen/model/v1Initializer.d.ts create mode 100644 dist/gen/model/v1Initializer.js create mode 100644 dist/gen/model/v1Initializer.js.map create mode 100644 dist/gen/model/v1Initializers.d.ts create mode 100644 dist/gen/model/v1Initializers.js create mode 100644 dist/gen/model/v1Initializers.js.map create mode 100644 dist/gen/model/v1Job.d.ts create mode 100644 dist/gen/model/v1Job.js create mode 100644 dist/gen/model/v1Job.js.map create mode 100644 dist/gen/model/v1JobCondition.d.ts create mode 100644 dist/gen/model/v1JobCondition.js create mode 100644 dist/gen/model/v1JobCondition.js.map create mode 100644 dist/gen/model/v1JobList.d.ts create mode 100644 dist/gen/model/v1JobList.js create mode 100644 dist/gen/model/v1JobList.js.map create mode 100644 dist/gen/model/v1JobSpec.d.ts create mode 100644 dist/gen/model/v1JobSpec.js create mode 100644 dist/gen/model/v1JobSpec.js.map create mode 100644 dist/gen/model/v1JobStatus.d.ts create mode 100644 dist/gen/model/v1JobStatus.js create mode 100644 dist/gen/model/v1JobStatus.js.map create mode 100644 dist/gen/model/v1KeyToPath.d.ts create mode 100644 dist/gen/model/v1KeyToPath.js create mode 100644 dist/gen/model/v1KeyToPath.js.map create mode 100644 dist/gen/model/v1LabelSelector.d.ts create mode 100644 dist/gen/model/v1LabelSelector.js create mode 100644 dist/gen/model/v1LabelSelector.js.map create mode 100644 dist/gen/model/v1LabelSelectorRequirement.d.ts create mode 100644 dist/gen/model/v1LabelSelectorRequirement.js create mode 100644 dist/gen/model/v1LabelSelectorRequirement.js.map create mode 100644 dist/gen/model/v1Lease.d.ts create mode 100644 dist/gen/model/v1Lease.js create mode 100644 dist/gen/model/v1Lease.js.map create mode 100644 dist/gen/model/v1LeaseList.d.ts create mode 100644 dist/gen/model/v1LeaseList.js create mode 100644 dist/gen/model/v1LeaseList.js.map create mode 100644 dist/gen/model/v1LeaseSpec.d.ts create mode 100644 dist/gen/model/v1LeaseSpec.js create mode 100644 dist/gen/model/v1LeaseSpec.js.map create mode 100644 dist/gen/model/v1Lifecycle.d.ts create mode 100644 dist/gen/model/v1Lifecycle.js create mode 100644 dist/gen/model/v1Lifecycle.js.map create mode 100644 dist/gen/model/v1LimitRange.d.ts create mode 100644 dist/gen/model/v1LimitRange.js create mode 100644 dist/gen/model/v1LimitRange.js.map create mode 100644 dist/gen/model/v1LimitRangeItem.d.ts create mode 100644 dist/gen/model/v1LimitRangeItem.js create mode 100644 dist/gen/model/v1LimitRangeItem.js.map create mode 100644 dist/gen/model/v1LimitRangeList.d.ts create mode 100644 dist/gen/model/v1LimitRangeList.js create mode 100644 dist/gen/model/v1LimitRangeList.js.map create mode 100644 dist/gen/model/v1LimitRangeSpec.d.ts create mode 100644 dist/gen/model/v1LimitRangeSpec.js create mode 100644 dist/gen/model/v1LimitRangeSpec.js.map create mode 100644 dist/gen/model/v1ListMeta.d.ts create mode 100644 dist/gen/model/v1ListMeta.js create mode 100644 dist/gen/model/v1ListMeta.js.map create mode 100644 dist/gen/model/v1LoadBalancerIngress.d.ts create mode 100644 dist/gen/model/v1LoadBalancerIngress.js create mode 100644 dist/gen/model/v1LoadBalancerIngress.js.map create mode 100644 dist/gen/model/v1LoadBalancerStatus.d.ts create mode 100644 dist/gen/model/v1LoadBalancerStatus.js create mode 100644 dist/gen/model/v1LoadBalancerStatus.js.map create mode 100644 dist/gen/model/v1LocalObjectReference.d.ts create mode 100644 dist/gen/model/v1LocalObjectReference.js create mode 100644 dist/gen/model/v1LocalObjectReference.js.map create mode 100644 dist/gen/model/v1LocalSubjectAccessReview.d.ts create mode 100644 dist/gen/model/v1LocalSubjectAccessReview.js create mode 100644 dist/gen/model/v1LocalSubjectAccessReview.js.map create mode 100644 dist/gen/model/v1LocalVolumeSource.d.ts create mode 100644 dist/gen/model/v1LocalVolumeSource.js create mode 100644 dist/gen/model/v1LocalVolumeSource.js.map create mode 100644 dist/gen/model/v1ManagedFieldsEntry.d.ts create mode 100644 dist/gen/model/v1ManagedFieldsEntry.js create mode 100644 dist/gen/model/v1ManagedFieldsEntry.js.map create mode 100644 dist/gen/model/v1NFSVolumeSource.d.ts create mode 100644 dist/gen/model/v1NFSVolumeSource.js create mode 100644 dist/gen/model/v1NFSVolumeSource.js.map create mode 100644 dist/gen/model/v1Namespace.d.ts create mode 100644 dist/gen/model/v1Namespace.js create mode 100644 dist/gen/model/v1Namespace.js.map create mode 100644 dist/gen/model/v1NamespaceList.d.ts create mode 100644 dist/gen/model/v1NamespaceList.js create mode 100644 dist/gen/model/v1NamespaceList.js.map create mode 100644 dist/gen/model/v1NamespaceSpec.d.ts create mode 100644 dist/gen/model/v1NamespaceSpec.js create mode 100644 dist/gen/model/v1NamespaceSpec.js.map create mode 100644 dist/gen/model/v1NamespaceStatus.d.ts create mode 100644 dist/gen/model/v1NamespaceStatus.js create mode 100644 dist/gen/model/v1NamespaceStatus.js.map create mode 100644 dist/gen/model/v1NetworkPolicy.d.ts create mode 100644 dist/gen/model/v1NetworkPolicy.js create mode 100644 dist/gen/model/v1NetworkPolicy.js.map create mode 100644 dist/gen/model/v1NetworkPolicyEgressRule.d.ts create mode 100644 dist/gen/model/v1NetworkPolicyEgressRule.js create mode 100644 dist/gen/model/v1NetworkPolicyEgressRule.js.map create mode 100644 dist/gen/model/v1NetworkPolicyIngressRule.d.ts create mode 100644 dist/gen/model/v1NetworkPolicyIngressRule.js create mode 100644 dist/gen/model/v1NetworkPolicyIngressRule.js.map create mode 100644 dist/gen/model/v1NetworkPolicyList.d.ts create mode 100644 dist/gen/model/v1NetworkPolicyList.js create mode 100644 dist/gen/model/v1NetworkPolicyList.js.map create mode 100644 dist/gen/model/v1NetworkPolicyPeer.d.ts create mode 100644 dist/gen/model/v1NetworkPolicyPeer.js create mode 100644 dist/gen/model/v1NetworkPolicyPeer.js.map create mode 100644 dist/gen/model/v1NetworkPolicyPort.d.ts create mode 100644 dist/gen/model/v1NetworkPolicyPort.js create mode 100644 dist/gen/model/v1NetworkPolicyPort.js.map create mode 100644 dist/gen/model/v1NetworkPolicySpec.d.ts create mode 100644 dist/gen/model/v1NetworkPolicySpec.js create mode 100644 dist/gen/model/v1NetworkPolicySpec.js.map create mode 100644 dist/gen/model/v1Node.d.ts create mode 100644 dist/gen/model/v1Node.js create mode 100644 dist/gen/model/v1Node.js.map create mode 100644 dist/gen/model/v1NodeAddress.d.ts create mode 100644 dist/gen/model/v1NodeAddress.js create mode 100644 dist/gen/model/v1NodeAddress.js.map create mode 100644 dist/gen/model/v1NodeAffinity.d.ts create mode 100644 dist/gen/model/v1NodeAffinity.js create mode 100644 dist/gen/model/v1NodeAffinity.js.map create mode 100644 dist/gen/model/v1NodeCondition.d.ts create mode 100644 dist/gen/model/v1NodeCondition.js create mode 100644 dist/gen/model/v1NodeCondition.js.map create mode 100644 dist/gen/model/v1NodeConfigSource.d.ts create mode 100644 dist/gen/model/v1NodeConfigSource.js create mode 100644 dist/gen/model/v1NodeConfigSource.js.map create mode 100644 dist/gen/model/v1NodeConfigStatus.d.ts create mode 100644 dist/gen/model/v1NodeConfigStatus.js create mode 100644 dist/gen/model/v1NodeConfigStatus.js.map create mode 100644 dist/gen/model/v1NodeDaemonEndpoints.d.ts create mode 100644 dist/gen/model/v1NodeDaemonEndpoints.js create mode 100644 dist/gen/model/v1NodeDaemonEndpoints.js.map create mode 100644 dist/gen/model/v1NodeList.d.ts create mode 100644 dist/gen/model/v1NodeList.js create mode 100644 dist/gen/model/v1NodeList.js.map create mode 100644 dist/gen/model/v1NodeSelector.d.ts create mode 100644 dist/gen/model/v1NodeSelector.js create mode 100644 dist/gen/model/v1NodeSelector.js.map create mode 100644 dist/gen/model/v1NodeSelectorRequirement.d.ts create mode 100644 dist/gen/model/v1NodeSelectorRequirement.js create mode 100644 dist/gen/model/v1NodeSelectorRequirement.js.map create mode 100644 dist/gen/model/v1NodeSelectorTerm.d.ts create mode 100644 dist/gen/model/v1NodeSelectorTerm.js create mode 100644 dist/gen/model/v1NodeSelectorTerm.js.map create mode 100644 dist/gen/model/v1NodeSpec.d.ts create mode 100644 dist/gen/model/v1NodeSpec.js create mode 100644 dist/gen/model/v1NodeSpec.js.map create mode 100644 dist/gen/model/v1NodeStatus.d.ts create mode 100644 dist/gen/model/v1NodeStatus.js create mode 100644 dist/gen/model/v1NodeStatus.js.map create mode 100644 dist/gen/model/v1NodeSystemInfo.d.ts create mode 100644 dist/gen/model/v1NodeSystemInfo.js create mode 100644 dist/gen/model/v1NodeSystemInfo.js.map create mode 100644 dist/gen/model/v1NonResourceAttributes.d.ts create mode 100644 dist/gen/model/v1NonResourceAttributes.js create mode 100644 dist/gen/model/v1NonResourceAttributes.js.map create mode 100644 dist/gen/model/v1NonResourceRule.d.ts create mode 100644 dist/gen/model/v1NonResourceRule.js create mode 100644 dist/gen/model/v1NonResourceRule.js.map create mode 100644 dist/gen/model/v1ObjectFieldSelector.d.ts create mode 100644 dist/gen/model/v1ObjectFieldSelector.js create mode 100644 dist/gen/model/v1ObjectFieldSelector.js.map create mode 100644 dist/gen/model/v1ObjectMeta.d.ts create mode 100644 dist/gen/model/v1ObjectMeta.js create mode 100644 dist/gen/model/v1ObjectMeta.js.map create mode 100644 dist/gen/model/v1ObjectReference.d.ts create mode 100644 dist/gen/model/v1ObjectReference.js create mode 100644 dist/gen/model/v1ObjectReference.js.map create mode 100644 dist/gen/model/v1OwnerReference.d.ts create mode 100644 dist/gen/model/v1OwnerReference.js create mode 100644 dist/gen/model/v1OwnerReference.js.map create mode 100644 dist/gen/model/v1PersistentVolume.d.ts create mode 100644 dist/gen/model/v1PersistentVolume.js create mode 100644 dist/gen/model/v1PersistentVolume.js.map create mode 100644 dist/gen/model/v1PersistentVolumeClaim.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeClaim.js create mode 100644 dist/gen/model/v1PersistentVolumeClaim.js.map create mode 100644 dist/gen/model/v1PersistentVolumeClaimCondition.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeClaimCondition.js create mode 100644 dist/gen/model/v1PersistentVolumeClaimCondition.js.map create mode 100644 dist/gen/model/v1PersistentVolumeClaimList.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeClaimList.js create mode 100644 dist/gen/model/v1PersistentVolumeClaimList.js.map create mode 100644 dist/gen/model/v1PersistentVolumeClaimSpec.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeClaimSpec.js create mode 100644 dist/gen/model/v1PersistentVolumeClaimSpec.js.map create mode 100644 dist/gen/model/v1PersistentVolumeClaimStatus.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeClaimStatus.js create mode 100644 dist/gen/model/v1PersistentVolumeClaimStatus.js.map create mode 100644 dist/gen/model/v1PersistentVolumeClaimVolumeSource.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeClaimVolumeSource.js create mode 100644 dist/gen/model/v1PersistentVolumeClaimVolumeSource.js.map create mode 100644 dist/gen/model/v1PersistentVolumeList.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeList.js create mode 100644 dist/gen/model/v1PersistentVolumeList.js.map create mode 100644 dist/gen/model/v1PersistentVolumeSpec.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeSpec.js create mode 100644 dist/gen/model/v1PersistentVolumeSpec.js.map create mode 100644 dist/gen/model/v1PersistentVolumeStatus.d.ts create mode 100644 dist/gen/model/v1PersistentVolumeStatus.js create mode 100644 dist/gen/model/v1PersistentVolumeStatus.js.map create mode 100644 dist/gen/model/v1PhotonPersistentDiskVolumeSource.d.ts create mode 100644 dist/gen/model/v1PhotonPersistentDiskVolumeSource.js create mode 100644 dist/gen/model/v1PhotonPersistentDiskVolumeSource.js.map create mode 100644 dist/gen/model/v1Pod.d.ts create mode 100644 dist/gen/model/v1Pod.js create mode 100644 dist/gen/model/v1Pod.js.map create mode 100644 dist/gen/model/v1PodAffinity.d.ts create mode 100644 dist/gen/model/v1PodAffinity.js create mode 100644 dist/gen/model/v1PodAffinity.js.map create mode 100644 dist/gen/model/v1PodAffinityTerm.d.ts create mode 100644 dist/gen/model/v1PodAffinityTerm.js create mode 100644 dist/gen/model/v1PodAffinityTerm.js.map create mode 100644 dist/gen/model/v1PodAntiAffinity.d.ts create mode 100644 dist/gen/model/v1PodAntiAffinity.js create mode 100644 dist/gen/model/v1PodAntiAffinity.js.map create mode 100644 dist/gen/model/v1PodCondition.d.ts create mode 100644 dist/gen/model/v1PodCondition.js create mode 100644 dist/gen/model/v1PodCondition.js.map create mode 100644 dist/gen/model/v1PodDNSConfig.d.ts create mode 100644 dist/gen/model/v1PodDNSConfig.js create mode 100644 dist/gen/model/v1PodDNSConfig.js.map create mode 100644 dist/gen/model/v1PodDNSConfigOption.d.ts create mode 100644 dist/gen/model/v1PodDNSConfigOption.js create mode 100644 dist/gen/model/v1PodDNSConfigOption.js.map create mode 100644 dist/gen/model/v1PodList.d.ts create mode 100644 dist/gen/model/v1PodList.js create mode 100644 dist/gen/model/v1PodList.js.map create mode 100644 dist/gen/model/v1PodReadinessGate.d.ts create mode 100644 dist/gen/model/v1PodReadinessGate.js create mode 100644 dist/gen/model/v1PodReadinessGate.js.map create mode 100644 dist/gen/model/v1PodSecurityContext.d.ts create mode 100644 dist/gen/model/v1PodSecurityContext.js create mode 100644 dist/gen/model/v1PodSecurityContext.js.map create mode 100644 dist/gen/model/v1PodSpec.d.ts create mode 100644 dist/gen/model/v1PodSpec.js create mode 100644 dist/gen/model/v1PodSpec.js.map create mode 100644 dist/gen/model/v1PodStatus.d.ts create mode 100644 dist/gen/model/v1PodStatus.js create mode 100644 dist/gen/model/v1PodStatus.js.map create mode 100644 dist/gen/model/v1PodTemplate.d.ts create mode 100644 dist/gen/model/v1PodTemplate.js create mode 100644 dist/gen/model/v1PodTemplate.js.map create mode 100644 dist/gen/model/v1PodTemplateList.d.ts create mode 100644 dist/gen/model/v1PodTemplateList.js create mode 100644 dist/gen/model/v1PodTemplateList.js.map create mode 100644 dist/gen/model/v1PodTemplateSpec.d.ts create mode 100644 dist/gen/model/v1PodTemplateSpec.js create mode 100644 dist/gen/model/v1PodTemplateSpec.js.map create mode 100644 dist/gen/model/v1PolicyRule.d.ts create mode 100644 dist/gen/model/v1PolicyRule.js create mode 100644 dist/gen/model/v1PolicyRule.js.map create mode 100644 dist/gen/model/v1PortworxVolumeSource.d.ts create mode 100644 dist/gen/model/v1PortworxVolumeSource.js create mode 100644 dist/gen/model/v1PortworxVolumeSource.js.map create mode 100644 dist/gen/model/v1Preconditions.d.ts create mode 100644 dist/gen/model/v1Preconditions.js create mode 100644 dist/gen/model/v1Preconditions.js.map create mode 100644 dist/gen/model/v1PreferredSchedulingTerm.d.ts create mode 100644 dist/gen/model/v1PreferredSchedulingTerm.js create mode 100644 dist/gen/model/v1PreferredSchedulingTerm.js.map create mode 100644 dist/gen/model/v1PriorityClass.d.ts create mode 100644 dist/gen/model/v1PriorityClass.js create mode 100644 dist/gen/model/v1PriorityClass.js.map create mode 100644 dist/gen/model/v1PriorityClassList.d.ts create mode 100644 dist/gen/model/v1PriorityClassList.js create mode 100644 dist/gen/model/v1PriorityClassList.js.map create mode 100644 dist/gen/model/v1Probe.d.ts create mode 100644 dist/gen/model/v1Probe.js create mode 100644 dist/gen/model/v1Probe.js.map create mode 100644 dist/gen/model/v1ProjectedVolumeSource.d.ts create mode 100644 dist/gen/model/v1ProjectedVolumeSource.js create mode 100644 dist/gen/model/v1ProjectedVolumeSource.js.map create mode 100644 dist/gen/model/v1QuobyteVolumeSource.d.ts create mode 100644 dist/gen/model/v1QuobyteVolumeSource.js create mode 100644 dist/gen/model/v1QuobyteVolumeSource.js.map create mode 100644 dist/gen/model/v1RBDPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1RBDPersistentVolumeSource.js create mode 100644 dist/gen/model/v1RBDPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1RBDVolumeSource.d.ts create mode 100644 dist/gen/model/v1RBDVolumeSource.js create mode 100644 dist/gen/model/v1RBDVolumeSource.js.map create mode 100644 dist/gen/model/v1ReplicaSet.d.ts create mode 100644 dist/gen/model/v1ReplicaSet.js create mode 100644 dist/gen/model/v1ReplicaSet.js.map create mode 100644 dist/gen/model/v1ReplicaSetCondition.d.ts create mode 100644 dist/gen/model/v1ReplicaSetCondition.js create mode 100644 dist/gen/model/v1ReplicaSetCondition.js.map create mode 100644 dist/gen/model/v1ReplicaSetList.d.ts create mode 100644 dist/gen/model/v1ReplicaSetList.js create mode 100644 dist/gen/model/v1ReplicaSetList.js.map create mode 100644 dist/gen/model/v1ReplicaSetSpec.d.ts create mode 100644 dist/gen/model/v1ReplicaSetSpec.js create mode 100644 dist/gen/model/v1ReplicaSetSpec.js.map create mode 100644 dist/gen/model/v1ReplicaSetStatus.d.ts create mode 100644 dist/gen/model/v1ReplicaSetStatus.js create mode 100644 dist/gen/model/v1ReplicaSetStatus.js.map create mode 100644 dist/gen/model/v1ReplicationController.d.ts create mode 100644 dist/gen/model/v1ReplicationController.js create mode 100644 dist/gen/model/v1ReplicationController.js.map create mode 100644 dist/gen/model/v1ReplicationControllerCondition.d.ts create mode 100644 dist/gen/model/v1ReplicationControllerCondition.js create mode 100644 dist/gen/model/v1ReplicationControllerCondition.js.map create mode 100644 dist/gen/model/v1ReplicationControllerList.d.ts create mode 100644 dist/gen/model/v1ReplicationControllerList.js create mode 100644 dist/gen/model/v1ReplicationControllerList.js.map create mode 100644 dist/gen/model/v1ReplicationControllerSpec.d.ts create mode 100644 dist/gen/model/v1ReplicationControllerSpec.js create mode 100644 dist/gen/model/v1ReplicationControllerSpec.js.map create mode 100644 dist/gen/model/v1ReplicationControllerStatus.d.ts create mode 100644 dist/gen/model/v1ReplicationControllerStatus.js create mode 100644 dist/gen/model/v1ReplicationControllerStatus.js.map create mode 100644 dist/gen/model/v1ResourceAttributes.d.ts create mode 100644 dist/gen/model/v1ResourceAttributes.js create mode 100644 dist/gen/model/v1ResourceAttributes.js.map create mode 100644 dist/gen/model/v1ResourceFieldSelector.d.ts create mode 100644 dist/gen/model/v1ResourceFieldSelector.js create mode 100644 dist/gen/model/v1ResourceFieldSelector.js.map create mode 100644 dist/gen/model/v1ResourceQuota.d.ts create mode 100644 dist/gen/model/v1ResourceQuota.js create mode 100644 dist/gen/model/v1ResourceQuota.js.map create mode 100644 dist/gen/model/v1ResourceQuotaList.d.ts create mode 100644 dist/gen/model/v1ResourceQuotaList.js create mode 100644 dist/gen/model/v1ResourceQuotaList.js.map create mode 100644 dist/gen/model/v1ResourceQuotaSpec.d.ts create mode 100644 dist/gen/model/v1ResourceQuotaSpec.js create mode 100644 dist/gen/model/v1ResourceQuotaSpec.js.map create mode 100644 dist/gen/model/v1ResourceQuotaStatus.d.ts create mode 100644 dist/gen/model/v1ResourceQuotaStatus.js create mode 100644 dist/gen/model/v1ResourceQuotaStatus.js.map create mode 100644 dist/gen/model/v1ResourceRequirements.d.ts create mode 100644 dist/gen/model/v1ResourceRequirements.js create mode 100644 dist/gen/model/v1ResourceRequirements.js.map create mode 100644 dist/gen/model/v1ResourceRule.d.ts create mode 100644 dist/gen/model/v1ResourceRule.js create mode 100644 dist/gen/model/v1ResourceRule.js.map create mode 100644 dist/gen/model/v1Role.d.ts create mode 100644 dist/gen/model/v1Role.js create mode 100644 dist/gen/model/v1Role.js.map create mode 100644 dist/gen/model/v1RoleBinding.d.ts create mode 100644 dist/gen/model/v1RoleBinding.js create mode 100644 dist/gen/model/v1RoleBinding.js.map create mode 100644 dist/gen/model/v1RoleBindingList.d.ts create mode 100644 dist/gen/model/v1RoleBindingList.js create mode 100644 dist/gen/model/v1RoleBindingList.js.map create mode 100644 dist/gen/model/v1RoleList.d.ts create mode 100644 dist/gen/model/v1RoleList.js create mode 100644 dist/gen/model/v1RoleList.js.map create mode 100644 dist/gen/model/v1RoleRef.d.ts create mode 100644 dist/gen/model/v1RoleRef.js create mode 100644 dist/gen/model/v1RoleRef.js.map create mode 100644 dist/gen/model/v1RollingUpdateDaemonSet.d.ts create mode 100644 dist/gen/model/v1RollingUpdateDaemonSet.js create mode 100644 dist/gen/model/v1RollingUpdateDaemonSet.js.map create mode 100644 dist/gen/model/v1RollingUpdateDeployment.d.ts create mode 100644 dist/gen/model/v1RollingUpdateDeployment.js create mode 100644 dist/gen/model/v1RollingUpdateDeployment.js.map create mode 100644 dist/gen/model/v1RollingUpdateStatefulSetStrategy.d.ts create mode 100644 dist/gen/model/v1RollingUpdateStatefulSetStrategy.js create mode 100644 dist/gen/model/v1RollingUpdateStatefulSetStrategy.js.map create mode 100644 dist/gen/model/v1SELinuxOptions.d.ts create mode 100644 dist/gen/model/v1SELinuxOptions.js create mode 100644 dist/gen/model/v1SELinuxOptions.js.map create mode 100644 dist/gen/model/v1Scale.d.ts create mode 100644 dist/gen/model/v1Scale.js create mode 100644 dist/gen/model/v1Scale.js.map create mode 100644 dist/gen/model/v1ScaleIOPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1ScaleIOPersistentVolumeSource.js create mode 100644 dist/gen/model/v1ScaleIOPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1ScaleIOVolumeSource.d.ts create mode 100644 dist/gen/model/v1ScaleIOVolumeSource.js create mode 100644 dist/gen/model/v1ScaleIOVolumeSource.js.map create mode 100644 dist/gen/model/v1ScaleSpec.d.ts create mode 100644 dist/gen/model/v1ScaleSpec.js create mode 100644 dist/gen/model/v1ScaleSpec.js.map create mode 100644 dist/gen/model/v1ScaleStatus.d.ts create mode 100644 dist/gen/model/v1ScaleStatus.js create mode 100644 dist/gen/model/v1ScaleStatus.js.map create mode 100644 dist/gen/model/v1ScopeSelector.d.ts create mode 100644 dist/gen/model/v1ScopeSelector.js create mode 100644 dist/gen/model/v1ScopeSelector.js.map create mode 100644 dist/gen/model/v1ScopedResourceSelectorRequirement.d.ts create mode 100644 dist/gen/model/v1ScopedResourceSelectorRequirement.js create mode 100644 dist/gen/model/v1ScopedResourceSelectorRequirement.js.map create mode 100644 dist/gen/model/v1Secret.d.ts create mode 100644 dist/gen/model/v1Secret.js create mode 100644 dist/gen/model/v1Secret.js.map create mode 100644 dist/gen/model/v1SecretEnvSource.d.ts create mode 100644 dist/gen/model/v1SecretEnvSource.js create mode 100644 dist/gen/model/v1SecretEnvSource.js.map create mode 100644 dist/gen/model/v1SecretKeySelector.d.ts create mode 100644 dist/gen/model/v1SecretKeySelector.js create mode 100644 dist/gen/model/v1SecretKeySelector.js.map create mode 100644 dist/gen/model/v1SecretList.d.ts create mode 100644 dist/gen/model/v1SecretList.js create mode 100644 dist/gen/model/v1SecretList.js.map create mode 100644 dist/gen/model/v1SecretProjection.d.ts create mode 100644 dist/gen/model/v1SecretProjection.js create mode 100644 dist/gen/model/v1SecretProjection.js.map create mode 100644 dist/gen/model/v1SecretReference.d.ts create mode 100644 dist/gen/model/v1SecretReference.js create mode 100644 dist/gen/model/v1SecretReference.js.map create mode 100644 dist/gen/model/v1SecretVolumeSource.d.ts create mode 100644 dist/gen/model/v1SecretVolumeSource.js create mode 100644 dist/gen/model/v1SecretVolumeSource.js.map create mode 100644 dist/gen/model/v1SecurityContext.d.ts create mode 100644 dist/gen/model/v1SecurityContext.js create mode 100644 dist/gen/model/v1SecurityContext.js.map create mode 100644 dist/gen/model/v1SelfSubjectAccessReview.d.ts create mode 100644 dist/gen/model/v1SelfSubjectAccessReview.js create mode 100644 dist/gen/model/v1SelfSubjectAccessReview.js.map create mode 100644 dist/gen/model/v1SelfSubjectAccessReviewSpec.d.ts create mode 100644 dist/gen/model/v1SelfSubjectAccessReviewSpec.js create mode 100644 dist/gen/model/v1SelfSubjectAccessReviewSpec.js.map create mode 100644 dist/gen/model/v1SelfSubjectRulesReview.d.ts create mode 100644 dist/gen/model/v1SelfSubjectRulesReview.js create mode 100644 dist/gen/model/v1SelfSubjectRulesReview.js.map create mode 100644 dist/gen/model/v1SelfSubjectRulesReviewSpec.d.ts create mode 100644 dist/gen/model/v1SelfSubjectRulesReviewSpec.js create mode 100644 dist/gen/model/v1SelfSubjectRulesReviewSpec.js.map create mode 100644 dist/gen/model/v1ServerAddressByClientCIDR.d.ts create mode 100644 dist/gen/model/v1ServerAddressByClientCIDR.js create mode 100644 dist/gen/model/v1ServerAddressByClientCIDR.js.map create mode 100644 dist/gen/model/v1Service.d.ts create mode 100644 dist/gen/model/v1Service.js create mode 100644 dist/gen/model/v1Service.js.map create mode 100644 dist/gen/model/v1ServiceAccount.d.ts create mode 100644 dist/gen/model/v1ServiceAccount.js create mode 100644 dist/gen/model/v1ServiceAccount.js.map create mode 100644 dist/gen/model/v1ServiceAccountList.d.ts create mode 100644 dist/gen/model/v1ServiceAccountList.js create mode 100644 dist/gen/model/v1ServiceAccountList.js.map create mode 100644 dist/gen/model/v1ServiceAccountTokenProjection.d.ts create mode 100644 dist/gen/model/v1ServiceAccountTokenProjection.js create mode 100644 dist/gen/model/v1ServiceAccountTokenProjection.js.map create mode 100644 dist/gen/model/v1ServiceList.d.ts create mode 100644 dist/gen/model/v1ServiceList.js create mode 100644 dist/gen/model/v1ServiceList.js.map create mode 100644 dist/gen/model/v1ServicePort.d.ts create mode 100644 dist/gen/model/v1ServicePort.js create mode 100644 dist/gen/model/v1ServicePort.js.map create mode 100644 dist/gen/model/v1ServiceReference.d.ts create mode 100644 dist/gen/model/v1ServiceReference.js create mode 100644 dist/gen/model/v1ServiceReference.js.map create mode 100644 dist/gen/model/v1ServiceSpec.d.ts create mode 100644 dist/gen/model/v1ServiceSpec.js create mode 100644 dist/gen/model/v1ServiceSpec.js.map create mode 100644 dist/gen/model/v1ServiceStatus.d.ts create mode 100644 dist/gen/model/v1ServiceStatus.js create mode 100644 dist/gen/model/v1ServiceStatus.js.map create mode 100644 dist/gen/model/v1SessionAffinityConfig.d.ts create mode 100644 dist/gen/model/v1SessionAffinityConfig.js create mode 100644 dist/gen/model/v1SessionAffinityConfig.js.map create mode 100644 dist/gen/model/v1StatefulSet.d.ts create mode 100644 dist/gen/model/v1StatefulSet.js create mode 100644 dist/gen/model/v1StatefulSet.js.map create mode 100644 dist/gen/model/v1StatefulSetCondition.d.ts create mode 100644 dist/gen/model/v1StatefulSetCondition.js create mode 100644 dist/gen/model/v1StatefulSetCondition.js.map create mode 100644 dist/gen/model/v1StatefulSetList.d.ts create mode 100644 dist/gen/model/v1StatefulSetList.js create mode 100644 dist/gen/model/v1StatefulSetList.js.map create mode 100644 dist/gen/model/v1StatefulSetSpec.d.ts create mode 100644 dist/gen/model/v1StatefulSetSpec.js create mode 100644 dist/gen/model/v1StatefulSetSpec.js.map create mode 100644 dist/gen/model/v1StatefulSetStatus.d.ts create mode 100644 dist/gen/model/v1StatefulSetStatus.js create mode 100644 dist/gen/model/v1StatefulSetStatus.js.map create mode 100644 dist/gen/model/v1StatefulSetUpdateStrategy.d.ts create mode 100644 dist/gen/model/v1StatefulSetUpdateStrategy.js create mode 100644 dist/gen/model/v1StatefulSetUpdateStrategy.js.map create mode 100644 dist/gen/model/v1Status.d.ts create mode 100644 dist/gen/model/v1Status.js create mode 100644 dist/gen/model/v1Status.js.map create mode 100644 dist/gen/model/v1StatusCause.d.ts create mode 100644 dist/gen/model/v1StatusCause.js create mode 100644 dist/gen/model/v1StatusCause.js.map create mode 100644 dist/gen/model/v1StatusDetails.d.ts create mode 100644 dist/gen/model/v1StatusDetails.js create mode 100644 dist/gen/model/v1StatusDetails.js.map create mode 100644 dist/gen/model/v1StorageClass.d.ts create mode 100644 dist/gen/model/v1StorageClass.js create mode 100644 dist/gen/model/v1StorageClass.js.map create mode 100644 dist/gen/model/v1StorageClassList.d.ts create mode 100644 dist/gen/model/v1StorageClassList.js create mode 100644 dist/gen/model/v1StorageClassList.js.map create mode 100644 dist/gen/model/v1StorageOSPersistentVolumeSource.d.ts create mode 100644 dist/gen/model/v1StorageOSPersistentVolumeSource.js create mode 100644 dist/gen/model/v1StorageOSPersistentVolumeSource.js.map create mode 100644 dist/gen/model/v1StorageOSVolumeSource.d.ts create mode 100644 dist/gen/model/v1StorageOSVolumeSource.js create mode 100644 dist/gen/model/v1StorageOSVolumeSource.js.map create mode 100644 dist/gen/model/v1Subject.d.ts create mode 100644 dist/gen/model/v1Subject.js create mode 100644 dist/gen/model/v1Subject.js.map create mode 100644 dist/gen/model/v1SubjectAccessReview.d.ts create mode 100644 dist/gen/model/v1SubjectAccessReview.js create mode 100644 dist/gen/model/v1SubjectAccessReview.js.map create mode 100644 dist/gen/model/v1SubjectAccessReviewSpec.d.ts create mode 100644 dist/gen/model/v1SubjectAccessReviewSpec.js create mode 100644 dist/gen/model/v1SubjectAccessReviewSpec.js.map create mode 100644 dist/gen/model/v1SubjectAccessReviewStatus.d.ts create mode 100644 dist/gen/model/v1SubjectAccessReviewStatus.js create mode 100644 dist/gen/model/v1SubjectAccessReviewStatus.js.map create mode 100644 dist/gen/model/v1SubjectRulesReviewStatus.d.ts create mode 100644 dist/gen/model/v1SubjectRulesReviewStatus.js create mode 100644 dist/gen/model/v1SubjectRulesReviewStatus.js.map create mode 100644 dist/gen/model/v1Sysctl.d.ts create mode 100644 dist/gen/model/v1Sysctl.js create mode 100644 dist/gen/model/v1Sysctl.js.map create mode 100644 dist/gen/model/v1TCPSocketAction.d.ts create mode 100644 dist/gen/model/v1TCPSocketAction.js create mode 100644 dist/gen/model/v1TCPSocketAction.js.map create mode 100644 dist/gen/model/v1Taint.d.ts create mode 100644 dist/gen/model/v1Taint.js create mode 100644 dist/gen/model/v1Taint.js.map create mode 100644 dist/gen/model/v1TokenReview.d.ts create mode 100644 dist/gen/model/v1TokenReview.js create mode 100644 dist/gen/model/v1TokenReview.js.map create mode 100644 dist/gen/model/v1TokenReviewSpec.d.ts create mode 100644 dist/gen/model/v1TokenReviewSpec.js create mode 100644 dist/gen/model/v1TokenReviewSpec.js.map create mode 100644 dist/gen/model/v1TokenReviewStatus.d.ts create mode 100644 dist/gen/model/v1TokenReviewStatus.js create mode 100644 dist/gen/model/v1TokenReviewStatus.js.map create mode 100644 dist/gen/model/v1Toleration.d.ts create mode 100644 dist/gen/model/v1Toleration.js create mode 100644 dist/gen/model/v1Toleration.js.map create mode 100644 dist/gen/model/v1TopologySelectorLabelRequirement.d.ts create mode 100644 dist/gen/model/v1TopologySelectorLabelRequirement.js create mode 100644 dist/gen/model/v1TopologySelectorLabelRequirement.js.map create mode 100644 dist/gen/model/v1TopologySelectorTerm.d.ts create mode 100644 dist/gen/model/v1TopologySelectorTerm.js create mode 100644 dist/gen/model/v1TopologySelectorTerm.js.map create mode 100644 dist/gen/model/v1TypedLocalObjectReference.d.ts create mode 100644 dist/gen/model/v1TypedLocalObjectReference.js create mode 100644 dist/gen/model/v1TypedLocalObjectReference.js.map create mode 100644 dist/gen/model/v1UserInfo.d.ts create mode 100644 dist/gen/model/v1UserInfo.js create mode 100644 dist/gen/model/v1UserInfo.js.map create mode 100644 dist/gen/model/v1Volume.d.ts create mode 100644 dist/gen/model/v1Volume.js create mode 100644 dist/gen/model/v1Volume.js.map create mode 100644 dist/gen/model/v1VolumeAttachment.d.ts create mode 100644 dist/gen/model/v1VolumeAttachment.js create mode 100644 dist/gen/model/v1VolumeAttachment.js.map create mode 100644 dist/gen/model/v1VolumeAttachmentList.d.ts create mode 100644 dist/gen/model/v1VolumeAttachmentList.js create mode 100644 dist/gen/model/v1VolumeAttachmentList.js.map create mode 100644 dist/gen/model/v1VolumeAttachmentSource.d.ts create mode 100644 dist/gen/model/v1VolumeAttachmentSource.js create mode 100644 dist/gen/model/v1VolumeAttachmentSource.js.map create mode 100644 dist/gen/model/v1VolumeAttachmentSpec.d.ts create mode 100644 dist/gen/model/v1VolumeAttachmentSpec.js create mode 100644 dist/gen/model/v1VolumeAttachmentSpec.js.map create mode 100644 dist/gen/model/v1VolumeAttachmentStatus.d.ts create mode 100644 dist/gen/model/v1VolumeAttachmentStatus.js create mode 100644 dist/gen/model/v1VolumeAttachmentStatus.js.map create mode 100644 dist/gen/model/v1VolumeDevice.d.ts create mode 100644 dist/gen/model/v1VolumeDevice.js create mode 100644 dist/gen/model/v1VolumeDevice.js.map create mode 100644 dist/gen/model/v1VolumeError.d.ts create mode 100644 dist/gen/model/v1VolumeError.js create mode 100644 dist/gen/model/v1VolumeError.js.map create mode 100644 dist/gen/model/v1VolumeMount.d.ts create mode 100644 dist/gen/model/v1VolumeMount.js create mode 100644 dist/gen/model/v1VolumeMount.js.map create mode 100644 dist/gen/model/v1VolumeNodeAffinity.d.ts create mode 100644 dist/gen/model/v1VolumeNodeAffinity.js create mode 100644 dist/gen/model/v1VolumeNodeAffinity.js.map create mode 100644 dist/gen/model/v1VolumeProjection.d.ts create mode 100644 dist/gen/model/v1VolumeProjection.js create mode 100644 dist/gen/model/v1VolumeProjection.js.map create mode 100644 dist/gen/model/v1VsphereVirtualDiskVolumeSource.d.ts create mode 100644 dist/gen/model/v1VsphereVirtualDiskVolumeSource.js create mode 100644 dist/gen/model/v1VsphereVirtualDiskVolumeSource.js.map create mode 100644 dist/gen/model/v1WatchEvent.d.ts create mode 100644 dist/gen/model/v1WatchEvent.js create mode 100644 dist/gen/model/v1WatchEvent.js.map create mode 100644 dist/gen/model/v1WeightedPodAffinityTerm.d.ts create mode 100644 dist/gen/model/v1WeightedPodAffinityTerm.js create mode 100644 dist/gen/model/v1WeightedPodAffinityTerm.js.map create mode 100644 dist/gen/model/v1WindowsSecurityContextOptions.d.ts create mode 100644 dist/gen/model/v1WindowsSecurityContextOptions.js create mode 100644 dist/gen/model/v1WindowsSecurityContextOptions.js.map create mode 100644 dist/gen/model/v1alpha1AggregationRule.d.ts create mode 100644 dist/gen/model/v1alpha1AggregationRule.js create mode 100644 dist/gen/model/v1alpha1AggregationRule.js.map create mode 100644 dist/gen/model/v1alpha1AuditSink.d.ts create mode 100644 dist/gen/model/v1alpha1AuditSink.js create mode 100644 dist/gen/model/v1alpha1AuditSink.js.map create mode 100644 dist/gen/model/v1alpha1AuditSinkList.d.ts create mode 100644 dist/gen/model/v1alpha1AuditSinkList.js create mode 100644 dist/gen/model/v1alpha1AuditSinkList.js.map create mode 100644 dist/gen/model/v1alpha1AuditSinkSpec.d.ts create mode 100644 dist/gen/model/v1alpha1AuditSinkSpec.js create mode 100644 dist/gen/model/v1alpha1AuditSinkSpec.js.map create mode 100644 dist/gen/model/v1alpha1ClusterRole.d.ts create mode 100644 dist/gen/model/v1alpha1ClusterRole.js create mode 100644 dist/gen/model/v1alpha1ClusterRole.js.map create mode 100644 dist/gen/model/v1alpha1ClusterRoleBinding.d.ts create mode 100644 dist/gen/model/v1alpha1ClusterRoleBinding.js create mode 100644 dist/gen/model/v1alpha1ClusterRoleBinding.js.map create mode 100644 dist/gen/model/v1alpha1ClusterRoleBindingList.d.ts create mode 100644 dist/gen/model/v1alpha1ClusterRoleBindingList.js create mode 100644 dist/gen/model/v1alpha1ClusterRoleBindingList.js.map create mode 100644 dist/gen/model/v1alpha1ClusterRoleList.d.ts create mode 100644 dist/gen/model/v1alpha1ClusterRoleList.js create mode 100644 dist/gen/model/v1alpha1ClusterRoleList.js.map create mode 100644 dist/gen/model/v1alpha1PodPreset.d.ts create mode 100644 dist/gen/model/v1alpha1PodPreset.js create mode 100644 dist/gen/model/v1alpha1PodPreset.js.map create mode 100644 dist/gen/model/v1alpha1PodPresetList.d.ts create mode 100644 dist/gen/model/v1alpha1PodPresetList.js create mode 100644 dist/gen/model/v1alpha1PodPresetList.js.map create mode 100644 dist/gen/model/v1alpha1PodPresetSpec.d.ts create mode 100644 dist/gen/model/v1alpha1PodPresetSpec.js create mode 100644 dist/gen/model/v1alpha1PodPresetSpec.js.map create mode 100644 dist/gen/model/v1alpha1Policy.d.ts create mode 100644 dist/gen/model/v1alpha1Policy.js create mode 100644 dist/gen/model/v1alpha1Policy.js.map create mode 100644 dist/gen/model/v1alpha1PolicyRule.d.ts create mode 100644 dist/gen/model/v1alpha1PolicyRule.js create mode 100644 dist/gen/model/v1alpha1PolicyRule.js.map create mode 100644 dist/gen/model/v1alpha1PriorityClass.d.ts create mode 100644 dist/gen/model/v1alpha1PriorityClass.js create mode 100644 dist/gen/model/v1alpha1PriorityClass.js.map create mode 100644 dist/gen/model/v1alpha1PriorityClassList.d.ts create mode 100644 dist/gen/model/v1alpha1PriorityClassList.js create mode 100644 dist/gen/model/v1alpha1PriorityClassList.js.map create mode 100644 dist/gen/model/v1alpha1Role.d.ts create mode 100644 dist/gen/model/v1alpha1Role.js create mode 100644 dist/gen/model/v1alpha1Role.js.map create mode 100644 dist/gen/model/v1alpha1RoleBinding.d.ts create mode 100644 dist/gen/model/v1alpha1RoleBinding.js create mode 100644 dist/gen/model/v1alpha1RoleBinding.js.map create mode 100644 dist/gen/model/v1alpha1RoleBindingList.d.ts create mode 100644 dist/gen/model/v1alpha1RoleBindingList.js create mode 100644 dist/gen/model/v1alpha1RoleBindingList.js.map create mode 100644 dist/gen/model/v1alpha1RoleList.d.ts create mode 100644 dist/gen/model/v1alpha1RoleList.js create mode 100644 dist/gen/model/v1alpha1RoleList.js.map create mode 100644 dist/gen/model/v1alpha1RoleRef.d.ts create mode 100644 dist/gen/model/v1alpha1RoleRef.js create mode 100644 dist/gen/model/v1alpha1RoleRef.js.map create mode 100644 dist/gen/model/v1alpha1RuntimeClass.d.ts create mode 100644 dist/gen/model/v1alpha1RuntimeClass.js create mode 100644 dist/gen/model/v1alpha1RuntimeClass.js.map create mode 100644 dist/gen/model/v1alpha1RuntimeClassList.d.ts create mode 100644 dist/gen/model/v1alpha1RuntimeClassList.js create mode 100644 dist/gen/model/v1alpha1RuntimeClassList.js.map create mode 100644 dist/gen/model/v1alpha1RuntimeClassSpec.d.ts create mode 100644 dist/gen/model/v1alpha1RuntimeClassSpec.js create mode 100644 dist/gen/model/v1alpha1RuntimeClassSpec.js.map create mode 100644 dist/gen/model/v1alpha1ServiceReference.d.ts create mode 100644 dist/gen/model/v1alpha1ServiceReference.js create mode 100644 dist/gen/model/v1alpha1ServiceReference.js.map create mode 100644 dist/gen/model/v1alpha1Subject.d.ts create mode 100644 dist/gen/model/v1alpha1Subject.js create mode 100644 dist/gen/model/v1alpha1Subject.js.map create mode 100644 dist/gen/model/v1alpha1VolumeAttachment.d.ts create mode 100644 dist/gen/model/v1alpha1VolumeAttachment.js create mode 100644 dist/gen/model/v1alpha1VolumeAttachment.js.map create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentList.d.ts create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentList.js create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentList.js.map create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentSource.d.ts create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentSource.js create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentSource.js.map create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentSpec.d.ts create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentSpec.js create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentSpec.js.map create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentStatus.d.ts create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentStatus.js create mode 100644 dist/gen/model/v1alpha1VolumeAttachmentStatus.js.map create mode 100644 dist/gen/model/v1alpha1VolumeError.d.ts create mode 100644 dist/gen/model/v1alpha1VolumeError.js create mode 100644 dist/gen/model/v1alpha1VolumeError.js.map create mode 100644 dist/gen/model/v1alpha1Webhook.d.ts create mode 100644 dist/gen/model/v1alpha1Webhook.js create mode 100644 dist/gen/model/v1alpha1Webhook.js.map create mode 100644 dist/gen/model/v1alpha1WebhookClientConfig.d.ts create mode 100644 dist/gen/model/v1alpha1WebhookClientConfig.js create mode 100644 dist/gen/model/v1alpha1WebhookClientConfig.js.map create mode 100644 dist/gen/model/v1alpha1WebhookThrottleConfig.d.ts create mode 100644 dist/gen/model/v1alpha1WebhookThrottleConfig.js create mode 100644 dist/gen/model/v1alpha1WebhookThrottleConfig.js.map create mode 100644 dist/gen/model/v1beta1APIService.d.ts create mode 100644 dist/gen/model/v1beta1APIService.js create mode 100644 dist/gen/model/v1beta1APIService.js.map create mode 100644 dist/gen/model/v1beta1APIServiceCondition.d.ts create mode 100644 dist/gen/model/v1beta1APIServiceCondition.js create mode 100644 dist/gen/model/v1beta1APIServiceCondition.js.map create mode 100644 dist/gen/model/v1beta1APIServiceList.d.ts create mode 100644 dist/gen/model/v1beta1APIServiceList.js create mode 100644 dist/gen/model/v1beta1APIServiceList.js.map create mode 100644 dist/gen/model/v1beta1APIServiceSpec.d.ts create mode 100644 dist/gen/model/v1beta1APIServiceSpec.js create mode 100644 dist/gen/model/v1beta1APIServiceSpec.js.map create mode 100644 dist/gen/model/v1beta1APIServiceStatus.d.ts create mode 100644 dist/gen/model/v1beta1APIServiceStatus.js create mode 100644 dist/gen/model/v1beta1APIServiceStatus.js.map create mode 100644 dist/gen/model/v1beta1AggregationRule.d.ts create mode 100644 dist/gen/model/v1beta1AggregationRule.js create mode 100644 dist/gen/model/v1beta1AggregationRule.js.map create mode 100644 dist/gen/model/v1beta1CSIDriver.d.ts create mode 100644 dist/gen/model/v1beta1CSIDriver.js create mode 100644 dist/gen/model/v1beta1CSIDriver.js.map create mode 100644 dist/gen/model/v1beta1CSIDriverList.d.ts create mode 100644 dist/gen/model/v1beta1CSIDriverList.js create mode 100644 dist/gen/model/v1beta1CSIDriverList.js.map create mode 100644 dist/gen/model/v1beta1CSIDriverSpec.d.ts create mode 100644 dist/gen/model/v1beta1CSIDriverSpec.js create mode 100644 dist/gen/model/v1beta1CSIDriverSpec.js.map create mode 100644 dist/gen/model/v1beta1CSINode.d.ts create mode 100644 dist/gen/model/v1beta1CSINode.js create mode 100644 dist/gen/model/v1beta1CSINode.js.map create mode 100644 dist/gen/model/v1beta1CSINodeDriver.d.ts create mode 100644 dist/gen/model/v1beta1CSINodeDriver.js create mode 100644 dist/gen/model/v1beta1CSINodeDriver.js.map create mode 100644 dist/gen/model/v1beta1CSINodeList.d.ts create mode 100644 dist/gen/model/v1beta1CSINodeList.js create mode 100644 dist/gen/model/v1beta1CSINodeList.js.map create mode 100644 dist/gen/model/v1beta1CSINodeSpec.d.ts create mode 100644 dist/gen/model/v1beta1CSINodeSpec.js create mode 100644 dist/gen/model/v1beta1CSINodeSpec.js.map create mode 100644 dist/gen/model/v1beta1CertificateSigningRequest.d.ts create mode 100644 dist/gen/model/v1beta1CertificateSigningRequest.js create mode 100644 dist/gen/model/v1beta1CertificateSigningRequest.js.map create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestCondition.d.ts create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestCondition.js create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestCondition.js.map create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestList.d.ts create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestList.js create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestList.js.map create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestSpec.d.ts create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestSpec.js create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestSpec.js.map create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestStatus.d.ts create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestStatus.js create mode 100644 dist/gen/model/v1beta1CertificateSigningRequestStatus.js.map create mode 100644 dist/gen/model/v1beta1ClusterRole.d.ts create mode 100644 dist/gen/model/v1beta1ClusterRole.js create mode 100644 dist/gen/model/v1beta1ClusterRole.js.map create mode 100644 dist/gen/model/v1beta1ClusterRoleBinding.d.ts create mode 100644 dist/gen/model/v1beta1ClusterRoleBinding.js create mode 100644 dist/gen/model/v1beta1ClusterRoleBinding.js.map create mode 100644 dist/gen/model/v1beta1ClusterRoleBindingList.d.ts create mode 100644 dist/gen/model/v1beta1ClusterRoleBindingList.js create mode 100644 dist/gen/model/v1beta1ClusterRoleBindingList.js.map create mode 100644 dist/gen/model/v1beta1ClusterRoleList.d.ts create mode 100644 dist/gen/model/v1beta1ClusterRoleList.js create mode 100644 dist/gen/model/v1beta1ClusterRoleList.js.map create mode 100644 dist/gen/model/v1beta1ControllerRevision.d.ts create mode 100644 dist/gen/model/v1beta1ControllerRevision.js create mode 100644 dist/gen/model/v1beta1ControllerRevision.js.map create mode 100644 dist/gen/model/v1beta1ControllerRevisionList.d.ts create mode 100644 dist/gen/model/v1beta1ControllerRevisionList.js create mode 100644 dist/gen/model/v1beta1ControllerRevisionList.js.map create mode 100644 dist/gen/model/v1beta1CronJob.d.ts create mode 100644 dist/gen/model/v1beta1CronJob.js create mode 100644 dist/gen/model/v1beta1CronJob.js.map create mode 100644 dist/gen/model/v1beta1CronJobList.d.ts create mode 100644 dist/gen/model/v1beta1CronJobList.js create mode 100644 dist/gen/model/v1beta1CronJobList.js.map create mode 100644 dist/gen/model/v1beta1CronJobSpec.d.ts create mode 100644 dist/gen/model/v1beta1CronJobSpec.js create mode 100644 dist/gen/model/v1beta1CronJobSpec.js.map create mode 100644 dist/gen/model/v1beta1CronJobStatus.d.ts create mode 100644 dist/gen/model/v1beta1CronJobStatus.js create mode 100644 dist/gen/model/v1beta1CronJobStatus.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceColumnDefinition.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceColumnDefinition.js create mode 100644 dist/gen/model/v1beta1CustomResourceColumnDefinition.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceConversion.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceConversion.js create mode 100644 dist/gen/model/v1beta1CustomResourceConversion.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceDefinition.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceDefinition.js create mode 100644 dist/gen/model/v1beta1CustomResourceDefinition.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionCondition.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionCondition.js create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionCondition.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionList.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionList.js create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionList.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionNames.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionNames.js create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionNames.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionSpec.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionSpec.js create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionSpec.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionStatus.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionStatus.js create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionStatus.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionVersion.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionVersion.js create mode 100644 dist/gen/model/v1beta1CustomResourceDefinitionVersion.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceSubresourceScale.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceSubresourceScale.js create mode 100644 dist/gen/model/v1beta1CustomResourceSubresourceScale.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceSubresources.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceSubresources.js create mode 100644 dist/gen/model/v1beta1CustomResourceSubresources.js.map create mode 100644 dist/gen/model/v1beta1CustomResourceValidation.d.ts create mode 100644 dist/gen/model/v1beta1CustomResourceValidation.js create mode 100644 dist/gen/model/v1beta1CustomResourceValidation.js.map create mode 100644 dist/gen/model/v1beta1DaemonSet.d.ts create mode 100644 dist/gen/model/v1beta1DaemonSet.js create mode 100644 dist/gen/model/v1beta1DaemonSet.js.map create mode 100644 dist/gen/model/v1beta1DaemonSetCondition.d.ts create mode 100644 dist/gen/model/v1beta1DaemonSetCondition.js create mode 100644 dist/gen/model/v1beta1DaemonSetCondition.js.map create mode 100644 dist/gen/model/v1beta1DaemonSetList.d.ts create mode 100644 dist/gen/model/v1beta1DaemonSetList.js create mode 100644 dist/gen/model/v1beta1DaemonSetList.js.map create mode 100644 dist/gen/model/v1beta1DaemonSetSpec.d.ts create mode 100644 dist/gen/model/v1beta1DaemonSetSpec.js create mode 100644 dist/gen/model/v1beta1DaemonSetSpec.js.map create mode 100644 dist/gen/model/v1beta1DaemonSetStatus.d.ts create mode 100644 dist/gen/model/v1beta1DaemonSetStatus.js create mode 100644 dist/gen/model/v1beta1DaemonSetStatus.js.map create mode 100644 dist/gen/model/v1beta1DaemonSetUpdateStrategy.d.ts create mode 100644 dist/gen/model/v1beta1DaemonSetUpdateStrategy.js create mode 100644 dist/gen/model/v1beta1DaemonSetUpdateStrategy.js.map create mode 100644 dist/gen/model/v1beta1Event.d.ts create mode 100644 dist/gen/model/v1beta1Event.js create mode 100644 dist/gen/model/v1beta1Event.js.map create mode 100644 dist/gen/model/v1beta1EventList.d.ts create mode 100644 dist/gen/model/v1beta1EventList.js create mode 100644 dist/gen/model/v1beta1EventList.js.map create mode 100644 dist/gen/model/v1beta1EventSeries.d.ts create mode 100644 dist/gen/model/v1beta1EventSeries.js create mode 100644 dist/gen/model/v1beta1EventSeries.js.map create mode 100644 dist/gen/model/v1beta1Eviction.d.ts create mode 100644 dist/gen/model/v1beta1Eviction.js create mode 100644 dist/gen/model/v1beta1Eviction.js.map create mode 100644 dist/gen/model/v1beta1ExternalDocumentation.d.ts create mode 100644 dist/gen/model/v1beta1ExternalDocumentation.js create mode 100644 dist/gen/model/v1beta1ExternalDocumentation.js.map create mode 100644 dist/gen/model/v1beta1IPBlock.d.ts create mode 100644 dist/gen/model/v1beta1IPBlock.js create mode 100644 dist/gen/model/v1beta1IPBlock.js.map create mode 100644 dist/gen/model/v1beta1JSONSchemaProps.d.ts create mode 100644 dist/gen/model/v1beta1JSONSchemaProps.js create mode 100644 dist/gen/model/v1beta1JSONSchemaProps.js.map create mode 100644 dist/gen/model/v1beta1JobTemplateSpec.d.ts create mode 100644 dist/gen/model/v1beta1JobTemplateSpec.js create mode 100644 dist/gen/model/v1beta1JobTemplateSpec.js.map create mode 100644 dist/gen/model/v1beta1Lease.d.ts create mode 100644 dist/gen/model/v1beta1Lease.js create mode 100644 dist/gen/model/v1beta1Lease.js.map create mode 100644 dist/gen/model/v1beta1LeaseList.d.ts create mode 100644 dist/gen/model/v1beta1LeaseList.js create mode 100644 dist/gen/model/v1beta1LeaseList.js.map create mode 100644 dist/gen/model/v1beta1LeaseSpec.d.ts create mode 100644 dist/gen/model/v1beta1LeaseSpec.js create mode 100644 dist/gen/model/v1beta1LeaseSpec.js.map create mode 100644 dist/gen/model/v1beta1LocalSubjectAccessReview.d.ts create mode 100644 dist/gen/model/v1beta1LocalSubjectAccessReview.js create mode 100644 dist/gen/model/v1beta1LocalSubjectAccessReview.js.map create mode 100644 dist/gen/model/v1beta1MutatingWebhook.d.ts create mode 100644 dist/gen/model/v1beta1MutatingWebhook.js create mode 100644 dist/gen/model/v1beta1MutatingWebhook.js.map create mode 100644 dist/gen/model/v1beta1MutatingWebhookConfiguration.d.ts create mode 100644 dist/gen/model/v1beta1MutatingWebhookConfiguration.js create mode 100644 dist/gen/model/v1beta1MutatingWebhookConfiguration.js.map create mode 100644 dist/gen/model/v1beta1MutatingWebhookConfigurationList.d.ts create mode 100644 dist/gen/model/v1beta1MutatingWebhookConfigurationList.js create mode 100644 dist/gen/model/v1beta1MutatingWebhookConfigurationList.js.map create mode 100644 dist/gen/model/v1beta1NetworkPolicy.d.ts create mode 100644 dist/gen/model/v1beta1NetworkPolicy.js create mode 100644 dist/gen/model/v1beta1NetworkPolicy.js.map create mode 100644 dist/gen/model/v1beta1NetworkPolicyEgressRule.d.ts create mode 100644 dist/gen/model/v1beta1NetworkPolicyEgressRule.js create mode 100644 dist/gen/model/v1beta1NetworkPolicyEgressRule.js.map create mode 100644 dist/gen/model/v1beta1NetworkPolicyIngressRule.d.ts create mode 100644 dist/gen/model/v1beta1NetworkPolicyIngressRule.js create mode 100644 dist/gen/model/v1beta1NetworkPolicyIngressRule.js.map create mode 100644 dist/gen/model/v1beta1NetworkPolicyList.d.ts create mode 100644 dist/gen/model/v1beta1NetworkPolicyList.js create mode 100644 dist/gen/model/v1beta1NetworkPolicyList.js.map create mode 100644 dist/gen/model/v1beta1NetworkPolicyPeer.d.ts create mode 100644 dist/gen/model/v1beta1NetworkPolicyPeer.js create mode 100644 dist/gen/model/v1beta1NetworkPolicyPeer.js.map create mode 100644 dist/gen/model/v1beta1NetworkPolicyPort.d.ts create mode 100644 dist/gen/model/v1beta1NetworkPolicyPort.js create mode 100644 dist/gen/model/v1beta1NetworkPolicyPort.js.map create mode 100644 dist/gen/model/v1beta1NetworkPolicySpec.d.ts create mode 100644 dist/gen/model/v1beta1NetworkPolicySpec.js create mode 100644 dist/gen/model/v1beta1NetworkPolicySpec.js.map create mode 100644 dist/gen/model/v1beta1NonResourceAttributes.d.ts create mode 100644 dist/gen/model/v1beta1NonResourceAttributes.js create mode 100644 dist/gen/model/v1beta1NonResourceAttributes.js.map create mode 100644 dist/gen/model/v1beta1NonResourceRule.d.ts create mode 100644 dist/gen/model/v1beta1NonResourceRule.js create mode 100644 dist/gen/model/v1beta1NonResourceRule.js.map create mode 100644 dist/gen/model/v1beta1PodDisruptionBudget.d.ts create mode 100644 dist/gen/model/v1beta1PodDisruptionBudget.js create mode 100644 dist/gen/model/v1beta1PodDisruptionBudget.js.map create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetList.d.ts create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetList.js create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetList.js.map create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetSpec.d.ts create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetSpec.js create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetSpec.js.map create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetStatus.d.ts create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetStatus.js create mode 100644 dist/gen/model/v1beta1PodDisruptionBudgetStatus.js.map create mode 100644 dist/gen/model/v1beta1PolicyRule.d.ts create mode 100644 dist/gen/model/v1beta1PolicyRule.js create mode 100644 dist/gen/model/v1beta1PolicyRule.js.map create mode 100644 dist/gen/model/v1beta1PriorityClass.d.ts create mode 100644 dist/gen/model/v1beta1PriorityClass.js create mode 100644 dist/gen/model/v1beta1PriorityClass.js.map create mode 100644 dist/gen/model/v1beta1PriorityClassList.d.ts create mode 100644 dist/gen/model/v1beta1PriorityClassList.js create mode 100644 dist/gen/model/v1beta1PriorityClassList.js.map create mode 100644 dist/gen/model/v1beta1ReplicaSet.d.ts create mode 100644 dist/gen/model/v1beta1ReplicaSet.js create mode 100644 dist/gen/model/v1beta1ReplicaSet.js.map create mode 100644 dist/gen/model/v1beta1ReplicaSetCondition.d.ts create mode 100644 dist/gen/model/v1beta1ReplicaSetCondition.js create mode 100644 dist/gen/model/v1beta1ReplicaSetCondition.js.map create mode 100644 dist/gen/model/v1beta1ReplicaSetList.d.ts create mode 100644 dist/gen/model/v1beta1ReplicaSetList.js create mode 100644 dist/gen/model/v1beta1ReplicaSetList.js.map create mode 100644 dist/gen/model/v1beta1ReplicaSetSpec.d.ts create mode 100644 dist/gen/model/v1beta1ReplicaSetSpec.js create mode 100644 dist/gen/model/v1beta1ReplicaSetSpec.js.map create mode 100644 dist/gen/model/v1beta1ReplicaSetStatus.d.ts create mode 100644 dist/gen/model/v1beta1ReplicaSetStatus.js create mode 100644 dist/gen/model/v1beta1ReplicaSetStatus.js.map create mode 100644 dist/gen/model/v1beta1ResourceAttributes.d.ts create mode 100644 dist/gen/model/v1beta1ResourceAttributes.js create mode 100644 dist/gen/model/v1beta1ResourceAttributes.js.map create mode 100644 dist/gen/model/v1beta1ResourceRule.d.ts create mode 100644 dist/gen/model/v1beta1ResourceRule.js create mode 100644 dist/gen/model/v1beta1ResourceRule.js.map create mode 100644 dist/gen/model/v1beta1Role.d.ts create mode 100644 dist/gen/model/v1beta1Role.js create mode 100644 dist/gen/model/v1beta1Role.js.map create mode 100644 dist/gen/model/v1beta1RoleBinding.d.ts create mode 100644 dist/gen/model/v1beta1RoleBinding.js create mode 100644 dist/gen/model/v1beta1RoleBinding.js.map create mode 100644 dist/gen/model/v1beta1RoleBindingList.d.ts create mode 100644 dist/gen/model/v1beta1RoleBindingList.js create mode 100644 dist/gen/model/v1beta1RoleBindingList.js.map create mode 100644 dist/gen/model/v1beta1RoleList.d.ts create mode 100644 dist/gen/model/v1beta1RoleList.js create mode 100644 dist/gen/model/v1beta1RoleList.js.map create mode 100644 dist/gen/model/v1beta1RoleRef.d.ts create mode 100644 dist/gen/model/v1beta1RoleRef.js create mode 100644 dist/gen/model/v1beta1RoleRef.js.map create mode 100644 dist/gen/model/v1beta1RollingUpdateDaemonSet.d.ts create mode 100644 dist/gen/model/v1beta1RollingUpdateDaemonSet.js create mode 100644 dist/gen/model/v1beta1RollingUpdateDaemonSet.js.map create mode 100644 dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.d.ts create mode 100644 dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js create mode 100644 dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js.map create mode 100644 dist/gen/model/v1beta1RuleWithOperations.d.ts create mode 100644 dist/gen/model/v1beta1RuleWithOperations.js create mode 100644 dist/gen/model/v1beta1RuleWithOperations.js.map create mode 100644 dist/gen/model/v1beta1RuntimeClass.d.ts create mode 100644 dist/gen/model/v1beta1RuntimeClass.js create mode 100644 dist/gen/model/v1beta1RuntimeClass.js.map create mode 100644 dist/gen/model/v1beta1RuntimeClassList.d.ts create mode 100644 dist/gen/model/v1beta1RuntimeClassList.js create mode 100644 dist/gen/model/v1beta1RuntimeClassList.js.map create mode 100644 dist/gen/model/v1beta1SelfSubjectAccessReview.d.ts create mode 100644 dist/gen/model/v1beta1SelfSubjectAccessReview.js create mode 100644 dist/gen/model/v1beta1SelfSubjectAccessReview.js.map create mode 100644 dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.d.ts create mode 100644 dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js create mode 100644 dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js.map create mode 100644 dist/gen/model/v1beta1SelfSubjectRulesReview.d.ts create mode 100644 dist/gen/model/v1beta1SelfSubjectRulesReview.js create mode 100644 dist/gen/model/v1beta1SelfSubjectRulesReview.js.map create mode 100644 dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.d.ts create mode 100644 dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js create mode 100644 dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js.map create mode 100644 dist/gen/model/v1beta1StatefulSet.d.ts create mode 100644 dist/gen/model/v1beta1StatefulSet.js create mode 100644 dist/gen/model/v1beta1StatefulSet.js.map create mode 100644 dist/gen/model/v1beta1StatefulSetCondition.d.ts create mode 100644 dist/gen/model/v1beta1StatefulSetCondition.js create mode 100644 dist/gen/model/v1beta1StatefulSetCondition.js.map create mode 100644 dist/gen/model/v1beta1StatefulSetList.d.ts create mode 100644 dist/gen/model/v1beta1StatefulSetList.js create mode 100644 dist/gen/model/v1beta1StatefulSetList.js.map create mode 100644 dist/gen/model/v1beta1StatefulSetSpec.d.ts create mode 100644 dist/gen/model/v1beta1StatefulSetSpec.js create mode 100644 dist/gen/model/v1beta1StatefulSetSpec.js.map create mode 100644 dist/gen/model/v1beta1StatefulSetStatus.d.ts create mode 100644 dist/gen/model/v1beta1StatefulSetStatus.js create mode 100644 dist/gen/model/v1beta1StatefulSetStatus.js.map create mode 100644 dist/gen/model/v1beta1StatefulSetUpdateStrategy.d.ts create mode 100644 dist/gen/model/v1beta1StatefulSetUpdateStrategy.js create mode 100644 dist/gen/model/v1beta1StatefulSetUpdateStrategy.js.map create mode 100644 dist/gen/model/v1beta1StorageClass.d.ts create mode 100644 dist/gen/model/v1beta1StorageClass.js create mode 100644 dist/gen/model/v1beta1StorageClass.js.map create mode 100644 dist/gen/model/v1beta1StorageClassList.d.ts create mode 100644 dist/gen/model/v1beta1StorageClassList.js create mode 100644 dist/gen/model/v1beta1StorageClassList.js.map create mode 100644 dist/gen/model/v1beta1Subject.d.ts create mode 100644 dist/gen/model/v1beta1Subject.js create mode 100644 dist/gen/model/v1beta1Subject.js.map create mode 100644 dist/gen/model/v1beta1SubjectAccessReview.d.ts create mode 100644 dist/gen/model/v1beta1SubjectAccessReview.js create mode 100644 dist/gen/model/v1beta1SubjectAccessReview.js.map create mode 100644 dist/gen/model/v1beta1SubjectAccessReviewSpec.d.ts create mode 100644 dist/gen/model/v1beta1SubjectAccessReviewSpec.js create mode 100644 dist/gen/model/v1beta1SubjectAccessReviewSpec.js.map create mode 100644 dist/gen/model/v1beta1SubjectAccessReviewStatus.d.ts create mode 100644 dist/gen/model/v1beta1SubjectAccessReviewStatus.js create mode 100644 dist/gen/model/v1beta1SubjectAccessReviewStatus.js.map create mode 100644 dist/gen/model/v1beta1SubjectRulesReviewStatus.d.ts create mode 100644 dist/gen/model/v1beta1SubjectRulesReviewStatus.js create mode 100644 dist/gen/model/v1beta1SubjectRulesReviewStatus.js.map create mode 100644 dist/gen/model/v1beta1TokenReview.d.ts create mode 100644 dist/gen/model/v1beta1TokenReview.js create mode 100644 dist/gen/model/v1beta1TokenReview.js.map create mode 100644 dist/gen/model/v1beta1TokenReviewSpec.d.ts create mode 100644 dist/gen/model/v1beta1TokenReviewSpec.js create mode 100644 dist/gen/model/v1beta1TokenReviewSpec.js.map create mode 100644 dist/gen/model/v1beta1TokenReviewStatus.d.ts create mode 100644 dist/gen/model/v1beta1TokenReviewStatus.js create mode 100644 dist/gen/model/v1beta1TokenReviewStatus.js.map create mode 100644 dist/gen/model/v1beta1UserInfo.d.ts create mode 100644 dist/gen/model/v1beta1UserInfo.js create mode 100644 dist/gen/model/v1beta1UserInfo.js.map create mode 100644 dist/gen/model/v1beta1ValidatingWebhook.d.ts create mode 100644 dist/gen/model/v1beta1ValidatingWebhook.js create mode 100644 dist/gen/model/v1beta1ValidatingWebhook.js.map create mode 100644 dist/gen/model/v1beta1ValidatingWebhookConfiguration.d.ts create mode 100644 dist/gen/model/v1beta1ValidatingWebhookConfiguration.js create mode 100644 dist/gen/model/v1beta1ValidatingWebhookConfiguration.js.map create mode 100644 dist/gen/model/v1beta1ValidatingWebhookConfigurationList.d.ts create mode 100644 dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js create mode 100644 dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js.map create mode 100644 dist/gen/model/v1beta1VolumeAttachment.d.ts create mode 100644 dist/gen/model/v1beta1VolumeAttachment.js create mode 100644 dist/gen/model/v1beta1VolumeAttachment.js.map create mode 100644 dist/gen/model/v1beta1VolumeAttachmentList.d.ts create mode 100644 dist/gen/model/v1beta1VolumeAttachmentList.js create mode 100644 dist/gen/model/v1beta1VolumeAttachmentList.js.map create mode 100644 dist/gen/model/v1beta1VolumeAttachmentSource.d.ts create mode 100644 dist/gen/model/v1beta1VolumeAttachmentSource.js create mode 100644 dist/gen/model/v1beta1VolumeAttachmentSource.js.map create mode 100644 dist/gen/model/v1beta1VolumeAttachmentSpec.d.ts create mode 100644 dist/gen/model/v1beta1VolumeAttachmentSpec.js create mode 100644 dist/gen/model/v1beta1VolumeAttachmentSpec.js.map create mode 100644 dist/gen/model/v1beta1VolumeAttachmentStatus.d.ts create mode 100644 dist/gen/model/v1beta1VolumeAttachmentStatus.js create mode 100644 dist/gen/model/v1beta1VolumeAttachmentStatus.js.map create mode 100644 dist/gen/model/v1beta1VolumeError.d.ts create mode 100644 dist/gen/model/v1beta1VolumeError.js create mode 100644 dist/gen/model/v1beta1VolumeError.js.map create mode 100644 dist/gen/model/v1beta2ControllerRevision.d.ts create mode 100644 dist/gen/model/v1beta2ControllerRevision.js create mode 100644 dist/gen/model/v1beta2ControllerRevision.js.map create mode 100644 dist/gen/model/v1beta2ControllerRevisionList.d.ts create mode 100644 dist/gen/model/v1beta2ControllerRevisionList.js create mode 100644 dist/gen/model/v1beta2ControllerRevisionList.js.map create mode 100644 dist/gen/model/v1beta2DaemonSet.d.ts create mode 100644 dist/gen/model/v1beta2DaemonSet.js create mode 100644 dist/gen/model/v1beta2DaemonSet.js.map create mode 100644 dist/gen/model/v1beta2DaemonSetCondition.d.ts create mode 100644 dist/gen/model/v1beta2DaemonSetCondition.js create mode 100644 dist/gen/model/v1beta2DaemonSetCondition.js.map create mode 100644 dist/gen/model/v1beta2DaemonSetList.d.ts create mode 100644 dist/gen/model/v1beta2DaemonSetList.js create mode 100644 dist/gen/model/v1beta2DaemonSetList.js.map create mode 100644 dist/gen/model/v1beta2DaemonSetSpec.d.ts create mode 100644 dist/gen/model/v1beta2DaemonSetSpec.js create mode 100644 dist/gen/model/v1beta2DaemonSetSpec.js.map create mode 100644 dist/gen/model/v1beta2DaemonSetStatus.d.ts create mode 100644 dist/gen/model/v1beta2DaemonSetStatus.js create mode 100644 dist/gen/model/v1beta2DaemonSetStatus.js.map create mode 100644 dist/gen/model/v1beta2DaemonSetUpdateStrategy.d.ts create mode 100644 dist/gen/model/v1beta2DaemonSetUpdateStrategy.js create mode 100644 dist/gen/model/v1beta2DaemonSetUpdateStrategy.js.map create mode 100644 dist/gen/model/v1beta2Deployment.d.ts create mode 100644 dist/gen/model/v1beta2Deployment.js create mode 100644 dist/gen/model/v1beta2Deployment.js.map create mode 100644 dist/gen/model/v1beta2DeploymentCondition.d.ts create mode 100644 dist/gen/model/v1beta2DeploymentCondition.js create mode 100644 dist/gen/model/v1beta2DeploymentCondition.js.map create mode 100644 dist/gen/model/v1beta2DeploymentList.d.ts create mode 100644 dist/gen/model/v1beta2DeploymentList.js create mode 100644 dist/gen/model/v1beta2DeploymentList.js.map create mode 100644 dist/gen/model/v1beta2DeploymentSpec.d.ts create mode 100644 dist/gen/model/v1beta2DeploymentSpec.js create mode 100644 dist/gen/model/v1beta2DeploymentSpec.js.map create mode 100644 dist/gen/model/v1beta2DeploymentStatus.d.ts create mode 100644 dist/gen/model/v1beta2DeploymentStatus.js create mode 100644 dist/gen/model/v1beta2DeploymentStatus.js.map create mode 100644 dist/gen/model/v1beta2DeploymentStrategy.d.ts create mode 100644 dist/gen/model/v1beta2DeploymentStrategy.js create mode 100644 dist/gen/model/v1beta2DeploymentStrategy.js.map create mode 100644 dist/gen/model/v1beta2ReplicaSet.d.ts create mode 100644 dist/gen/model/v1beta2ReplicaSet.js create mode 100644 dist/gen/model/v1beta2ReplicaSet.js.map create mode 100644 dist/gen/model/v1beta2ReplicaSetCondition.d.ts create mode 100644 dist/gen/model/v1beta2ReplicaSetCondition.js create mode 100644 dist/gen/model/v1beta2ReplicaSetCondition.js.map create mode 100644 dist/gen/model/v1beta2ReplicaSetList.d.ts create mode 100644 dist/gen/model/v1beta2ReplicaSetList.js create mode 100644 dist/gen/model/v1beta2ReplicaSetList.js.map create mode 100644 dist/gen/model/v1beta2ReplicaSetSpec.d.ts create mode 100644 dist/gen/model/v1beta2ReplicaSetSpec.js create mode 100644 dist/gen/model/v1beta2ReplicaSetSpec.js.map create mode 100644 dist/gen/model/v1beta2ReplicaSetStatus.d.ts create mode 100644 dist/gen/model/v1beta2ReplicaSetStatus.js create mode 100644 dist/gen/model/v1beta2ReplicaSetStatus.js.map create mode 100644 dist/gen/model/v1beta2RollingUpdateDaemonSet.d.ts create mode 100644 dist/gen/model/v1beta2RollingUpdateDaemonSet.js create mode 100644 dist/gen/model/v1beta2RollingUpdateDaemonSet.js.map create mode 100644 dist/gen/model/v1beta2RollingUpdateDeployment.d.ts create mode 100644 dist/gen/model/v1beta2RollingUpdateDeployment.js create mode 100644 dist/gen/model/v1beta2RollingUpdateDeployment.js.map create mode 100644 dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.d.ts create mode 100644 dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js create mode 100644 dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js.map create mode 100644 dist/gen/model/v1beta2Scale.d.ts create mode 100644 dist/gen/model/v1beta2Scale.js create mode 100644 dist/gen/model/v1beta2Scale.js.map create mode 100644 dist/gen/model/v1beta2ScaleSpec.d.ts create mode 100644 dist/gen/model/v1beta2ScaleSpec.js create mode 100644 dist/gen/model/v1beta2ScaleSpec.js.map create mode 100644 dist/gen/model/v1beta2ScaleStatus.d.ts create mode 100644 dist/gen/model/v1beta2ScaleStatus.js create mode 100644 dist/gen/model/v1beta2ScaleStatus.js.map create mode 100644 dist/gen/model/v1beta2StatefulSet.d.ts create mode 100644 dist/gen/model/v1beta2StatefulSet.js create mode 100644 dist/gen/model/v1beta2StatefulSet.js.map create mode 100644 dist/gen/model/v1beta2StatefulSetCondition.d.ts create mode 100644 dist/gen/model/v1beta2StatefulSetCondition.js create mode 100644 dist/gen/model/v1beta2StatefulSetCondition.js.map create mode 100644 dist/gen/model/v1beta2StatefulSetList.d.ts create mode 100644 dist/gen/model/v1beta2StatefulSetList.js create mode 100644 dist/gen/model/v1beta2StatefulSetList.js.map create mode 100644 dist/gen/model/v1beta2StatefulSetSpec.d.ts create mode 100644 dist/gen/model/v1beta2StatefulSetSpec.js create mode 100644 dist/gen/model/v1beta2StatefulSetSpec.js.map create mode 100644 dist/gen/model/v1beta2StatefulSetStatus.d.ts create mode 100644 dist/gen/model/v1beta2StatefulSetStatus.js create mode 100644 dist/gen/model/v1beta2StatefulSetStatus.js.map create mode 100644 dist/gen/model/v1beta2StatefulSetUpdateStrategy.d.ts create mode 100644 dist/gen/model/v1beta2StatefulSetUpdateStrategy.js create mode 100644 dist/gen/model/v1beta2StatefulSetUpdateStrategy.js.map create mode 100644 dist/gen/model/v2alpha1CronJob.d.ts create mode 100644 dist/gen/model/v2alpha1CronJob.js create mode 100644 dist/gen/model/v2alpha1CronJob.js.map create mode 100644 dist/gen/model/v2alpha1CronJobList.d.ts create mode 100644 dist/gen/model/v2alpha1CronJobList.js create mode 100644 dist/gen/model/v2alpha1CronJobList.js.map create mode 100644 dist/gen/model/v2alpha1CronJobSpec.d.ts create mode 100644 dist/gen/model/v2alpha1CronJobSpec.js create mode 100644 dist/gen/model/v2alpha1CronJobSpec.js.map create mode 100644 dist/gen/model/v2alpha1CronJobStatus.d.ts create mode 100644 dist/gen/model/v2alpha1CronJobStatus.js create mode 100644 dist/gen/model/v2alpha1CronJobStatus.js.map create mode 100644 dist/gen/model/v2alpha1JobTemplateSpec.d.ts create mode 100644 dist/gen/model/v2alpha1JobTemplateSpec.js create mode 100644 dist/gen/model/v2alpha1JobTemplateSpec.js.map create mode 100644 dist/gen/model/v2beta1CrossVersionObjectReference.d.ts create mode 100644 dist/gen/model/v2beta1CrossVersionObjectReference.js create mode 100644 dist/gen/model/v2beta1CrossVersionObjectReference.js.map create mode 100644 dist/gen/model/v2beta1ExternalMetricSource.d.ts create mode 100644 dist/gen/model/v2beta1ExternalMetricSource.js create mode 100644 dist/gen/model/v2beta1ExternalMetricSource.js.map create mode 100644 dist/gen/model/v2beta1ExternalMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta1ExternalMetricStatus.js create mode 100644 dist/gen/model/v2beta1ExternalMetricStatus.js.map create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscaler.d.ts create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscaler.js create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscaler.js.map create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.d.ts create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js.map create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerList.d.ts create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerList.js create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerList.js.map create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.d.ts create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js.map create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.d.ts create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js create mode 100644 dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js.map create mode 100644 dist/gen/model/v2beta1MetricSpec.d.ts create mode 100644 dist/gen/model/v2beta1MetricSpec.js create mode 100644 dist/gen/model/v2beta1MetricSpec.js.map create mode 100644 dist/gen/model/v2beta1MetricStatus.d.ts create mode 100644 dist/gen/model/v2beta1MetricStatus.js create mode 100644 dist/gen/model/v2beta1MetricStatus.js.map create mode 100644 dist/gen/model/v2beta1ObjectMetricSource.d.ts create mode 100644 dist/gen/model/v2beta1ObjectMetricSource.js create mode 100644 dist/gen/model/v2beta1ObjectMetricSource.js.map create mode 100644 dist/gen/model/v2beta1ObjectMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta1ObjectMetricStatus.js create mode 100644 dist/gen/model/v2beta1ObjectMetricStatus.js.map create mode 100644 dist/gen/model/v2beta1PodsMetricSource.d.ts create mode 100644 dist/gen/model/v2beta1PodsMetricSource.js create mode 100644 dist/gen/model/v2beta1PodsMetricSource.js.map create mode 100644 dist/gen/model/v2beta1PodsMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta1PodsMetricStatus.js create mode 100644 dist/gen/model/v2beta1PodsMetricStatus.js.map create mode 100644 dist/gen/model/v2beta1ResourceMetricSource.d.ts create mode 100644 dist/gen/model/v2beta1ResourceMetricSource.js create mode 100644 dist/gen/model/v2beta1ResourceMetricSource.js.map create mode 100644 dist/gen/model/v2beta1ResourceMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta1ResourceMetricStatus.js create mode 100644 dist/gen/model/v2beta1ResourceMetricStatus.js.map create mode 100644 dist/gen/model/v2beta2CrossVersionObjectReference.d.ts create mode 100644 dist/gen/model/v2beta2CrossVersionObjectReference.js create mode 100644 dist/gen/model/v2beta2CrossVersionObjectReference.js.map create mode 100644 dist/gen/model/v2beta2ExternalMetricSource.d.ts create mode 100644 dist/gen/model/v2beta2ExternalMetricSource.js create mode 100644 dist/gen/model/v2beta2ExternalMetricSource.js.map create mode 100644 dist/gen/model/v2beta2ExternalMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta2ExternalMetricStatus.js create mode 100644 dist/gen/model/v2beta2ExternalMetricStatus.js.map create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscaler.d.ts create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscaler.js create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscaler.js.map create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.d.ts create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js.map create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerList.d.ts create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerList.js create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerList.js.map create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.d.ts create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js.map create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.d.ts create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js create mode 100644 dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js.map create mode 100644 dist/gen/model/v2beta2MetricIdentifier.d.ts create mode 100644 dist/gen/model/v2beta2MetricIdentifier.js create mode 100644 dist/gen/model/v2beta2MetricIdentifier.js.map create mode 100644 dist/gen/model/v2beta2MetricSpec.d.ts create mode 100644 dist/gen/model/v2beta2MetricSpec.js create mode 100644 dist/gen/model/v2beta2MetricSpec.js.map create mode 100644 dist/gen/model/v2beta2MetricStatus.d.ts create mode 100644 dist/gen/model/v2beta2MetricStatus.js create mode 100644 dist/gen/model/v2beta2MetricStatus.js.map create mode 100644 dist/gen/model/v2beta2MetricTarget.d.ts create mode 100644 dist/gen/model/v2beta2MetricTarget.js create mode 100644 dist/gen/model/v2beta2MetricTarget.js.map create mode 100644 dist/gen/model/v2beta2MetricValueStatus.d.ts create mode 100644 dist/gen/model/v2beta2MetricValueStatus.js create mode 100644 dist/gen/model/v2beta2MetricValueStatus.js.map create mode 100644 dist/gen/model/v2beta2ObjectMetricSource.d.ts create mode 100644 dist/gen/model/v2beta2ObjectMetricSource.js create mode 100644 dist/gen/model/v2beta2ObjectMetricSource.js.map create mode 100644 dist/gen/model/v2beta2ObjectMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta2ObjectMetricStatus.js create mode 100644 dist/gen/model/v2beta2ObjectMetricStatus.js.map create mode 100644 dist/gen/model/v2beta2PodsMetricSource.d.ts create mode 100644 dist/gen/model/v2beta2PodsMetricSource.js create mode 100644 dist/gen/model/v2beta2PodsMetricSource.js.map create mode 100644 dist/gen/model/v2beta2PodsMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta2PodsMetricStatus.js create mode 100644 dist/gen/model/v2beta2PodsMetricStatus.js.map create mode 100644 dist/gen/model/v2beta2ResourceMetricSource.d.ts create mode 100644 dist/gen/model/v2beta2ResourceMetricSource.js create mode 100644 dist/gen/model/v2beta2ResourceMetricSource.js.map create mode 100644 dist/gen/model/v2beta2ResourceMetricStatus.d.ts create mode 100644 dist/gen/model/v2beta2ResourceMetricStatus.js create mode 100644 dist/gen/model/v2beta2ResourceMetricStatus.js.map create mode 100644 dist/gen/model/versionInfo.d.ts create mode 100644 dist/gen/model/versionInfo.js create mode 100644 dist/gen/model/versionInfo.js.map create mode 100644 dist/index.d.ts create mode 100644 dist/index.js create mode 100644 dist/index.js.map create mode 100644 dist/informer.d.ts create mode 100644 dist/informer.js create mode 100644 dist/informer.js.map create mode 100644 dist/log.d.ts create mode 100644 dist/log.js create mode 100644 dist/log.js.map create mode 100644 dist/oidc_auth.d.ts create mode 100644 dist/oidc_auth.js create mode 100644 dist/oidc_auth.js.map create mode 100644 dist/portforward.d.ts create mode 100644 dist/portforward.js create mode 100644 dist/portforward.js.map create mode 100644 dist/proto-client.d.ts create mode 100644 dist/proto-client.js create mode 100644 dist/proto-client.js.map create mode 100644 dist/terminal-size-queue.d.ts create mode 100644 dist/terminal-size-queue.js create mode 100644 dist/terminal-size-queue.js.map create mode 100644 dist/types.d.ts create mode 100644 dist/types.js create mode 100644 dist/types.js.map create mode 100644 dist/watch.d.ts create mode 100644 dist/watch.js create mode 100644 dist/watch.js.map create mode 100644 dist/web-socket-handler.d.ts create mode 100644 dist/web-socket-handler.js create mode 100644 dist/web-socket-handler.js.map create mode 100644 dist/yaml.d.ts create mode 100644 dist/yaml.js create mode 100644 dist/yaml.js.map diff --git a/dist/api.d.ts b/dist/api.d.ts new file mode 100644 index 0000000000..c7ea5f90a3 --- /dev/null +++ b/dist/api.d.ts @@ -0,0 +1 @@ +export * from './gen/api'; diff --git a/dist/api.js b/dist/api.js new file mode 100644 index 0000000000..61b4e14eb0 --- /dev/null +++ b/dist/api.js @@ -0,0 +1,5 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./gen/api"), exports); +//# sourceMappingURL=api.js.map \ No newline at end of file diff --git a/dist/api.js.map b/dist/api.js.map new file mode 100644 index 0000000000..7ac126c016 --- /dev/null +++ b/dist/api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"api.js","sourceRoot":"","sources":["../src/api.ts"],"names":[],"mappings":";;;AAAA,oDAA0B"} \ No newline at end of file diff --git a/dist/attach.d.ts b/dist/attach.d.ts new file mode 100644 index 0000000000..26c01e5172 --- /dev/null +++ b/dist/attach.d.ts @@ -0,0 +1,12 @@ +/// +/// +import WebSocket = require('isomorphic-ws'); +import stream = require('stream'); +import { KubeConfig } from './config'; +import { WebSocketInterface } from './web-socket-handler'; +export declare class Attach { + 'handler': WebSocketInterface; + private terminalSizeQueue?; + constructor(config: KubeConfig, websocketInterface?: WebSocketInterface); + attach(namespace: string, podName: string, containerName: string, stdout: stream.Writable | any, stderr: stream.Writable | any, stdin: stream.Readable | any, tty: boolean): Promise; +} diff --git a/dist/attach.js b/dist/attach.js new file mode 100644 index 0000000000..ae10263ec8 --- /dev/null +++ b/dist/attach.js @@ -0,0 +1,39 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const querystring = require("querystring"); +const terminal_size_queue_1 = require("./terminal-size-queue"); +const web_socket_handler_1 = require("./web-socket-handler"); +class Attach { + constructor(config, websocketInterface) { + this.handler = websocketInterface || new web_socket_handler_1.WebSocketHandler(config); + } + attach(namespace, podName, containerName, stdout, stderr, stdin, tty) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const query = { + container: containerName, + stderr: stderr != null, + stdin: stdin != null, + stdout: stdout != null, + tty, + }; + const queryStr = querystring.stringify(query); + const path = `/api/v1/namespaces/${namespace}/pods/${podName}/attach?${queryStr}`; + const conn = yield this.handler.connect(path, null, (streamNum, buff) => { + web_socket_handler_1.WebSocketHandler.handleStandardStreams(streamNum, buff, stdout, stderr); + return true; + }); + if (stdin != null) { + web_socket_handler_1.WebSocketHandler.handleStandardInput(conn, stdin, web_socket_handler_1.WebSocketHandler.StdinStream); + } + if (terminal_size_queue_1.isResizable(stdout)) { + this.terminalSizeQueue = new terminal_size_queue_1.TerminalSizeQueue(); + web_socket_handler_1.WebSocketHandler.handleStandardInput(conn, this.terminalSizeQueue, web_socket_handler_1.WebSocketHandler.ResizeStream); + this.terminalSizeQueue.handleResizes(stdout); + } + return conn; + }); + } +} +exports.Attach = Attach; +//# sourceMappingURL=attach.js.map \ No newline at end of file diff --git a/dist/attach.js.map b/dist/attach.js.map new file mode 100644 index 0000000000..625ee3c398 --- /dev/null +++ b/dist/attach.js.map @@ -0,0 +1 @@ +{"version":3,"file":"attach.js","sourceRoot":"","sources":["../src/attach.ts"],"names":[],"mappings":";;;AACA,2CAA4C;AAI5C,+DAAwF;AACxF,6DAA4E;AAE5E,MAAa,MAAM;IAKf,YAAmB,MAAkB,EAAE,kBAAuC;QAC1E,IAAI,CAAC,OAAO,GAAG,kBAAkB,IAAI,IAAI,qCAAgB,CAAC,MAAM,CAAC,CAAC;IACtE,CAAC;IAEY,MAAM,CACf,SAAiB,EACjB,OAAe,EACf,aAAqB,EACrB,MAA6B,EAC7B,MAA6B,EAC7B,KAA4B,EAC5B,GAAY;;YAEZ,MAAM,KAAK,GAAG;gBACV,SAAS,EAAE,aAAa;gBACxB,MAAM,EAAE,MAAM,IAAI,IAAI;gBACtB,KAAK,EAAE,KAAK,IAAI,IAAI;gBACpB,MAAM,EAAE,MAAM,IAAI,IAAI;gBACtB,GAAG;aACN,CAAC;YACF,MAAM,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC9C,MAAM,IAAI,GAAG,sBAAsB,SAAS,SAAS,OAAO,WAAW,QAAQ,EAAE,CAAC;YAClF,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,CACnC,IAAI,EACJ,IAAI,EACJ,CAAC,SAAiB,EAAE,IAAY,EAAW,EAAE;gBACzC,qCAAgB,CAAC,qBAAqB,CAAC,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;gBACxE,OAAO,IAAI,CAAC;YAChB,CAAC,CACJ,CAAC;YACF,IAAI,KAAK,IAAI,IAAI,EAAE;gBACf,qCAAgB,CAAC,mBAAmB,CAAC,IAAI,EAAE,KAAK,EAAE,qCAAgB,CAAC,WAAW,CAAC,CAAC;aACnF;YACD,IAAI,iCAAW,CAAC,MAAM,CAAC,EAAE;gBACrB,IAAI,CAAC,iBAAiB,GAAG,IAAI,uCAAiB,EAAE,CAAC;gBACjD,qCAAgB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,CAAC,iBAAiB,EAAE,qCAAgB,CAAC,YAAY,CAAC,CAAC;gBAClG,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAE,MAAiC,CAAC,CAAC;aAC5E;YACD,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AA7CD,wBA6CC"} \ No newline at end of file diff --git a/dist/auth.d.ts b/dist/auth.d.ts new file mode 100644 index 0000000000..18827288b7 --- /dev/null +++ b/dist/auth.d.ts @@ -0,0 +1,8 @@ +/// +import https = require('https'); +import request = require('request'); +import { User } from './config_types'; +export interface Authenticator { + isAuthProvider(user: User): boolean; + applyAuthentication(user: User, opts: request.Options | https.RequestOptions): Promise; +} diff --git a/dist/auth.js b/dist/auth.js new file mode 100644 index 0000000000..1bf08174f7 --- /dev/null +++ b/dist/auth.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=auth.js.map \ No newline at end of file diff --git a/dist/auth.js.map b/dist/auth.js.map new file mode 100644 index 0000000000..db0341e950 --- /dev/null +++ b/dist/auth.js.map @@ -0,0 +1 @@ +{"version":3,"file":"auth.js","sourceRoot":"","sources":["../src/auth.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/dist/cache.d.ts b/dist/cache.d.ts new file mode 100644 index 0000000000..1877361b01 --- /dev/null +++ b/dist/cache.d.ts @@ -0,0 +1,28 @@ +import { Informer, ListPromise, ObjectCallback } from './informer'; +import { KubernetesObject } from './types'; +import { Watch } from './watch'; +export interface ObjectCache { + get(name: string, namespace?: string): T | undefined; + list(namespace?: string): ReadonlyArray; +} +export declare class ListWatch implements ObjectCache, Informer { + private readonly path; + private readonly watch; + private readonly listFn; + private objects; + private readonly indexCache; + private readonly callbackCache; + constructor(path: string, watch: Watch, listFn: ListPromise, autoStart?: boolean); + start(): Promise; + on(verb: string, cb: ObjectCallback): void; + off(verb: string, cb: ObjectCallback): void; + get(name: string, namespace?: string): T | undefined; + list(namespace?: string | undefined): ReadonlyArray; + private doneHandler; + private addOrUpdateItems; + private indexObj; + private watchHandler; +} +export declare function deleteItems(oldObjects: T[], newObjects: T[], deleteCallback?: Array>): T[]; +export declare function addOrUpdateObject(objects: T[], obj: T, addCallback?: Array>, updateCallback?: Array>): void; +export declare function deleteObject(objects: T[], obj: T, deleteCallback?: Array>): void; diff --git a/dist/cache.js b/dist/cache.js new file mode 100644 index 0000000000..2399c6da92 --- /dev/null +++ b/dist/cache.js @@ -0,0 +1,151 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const informer_1 = require("./informer"); +class ListWatch { + constructor(path, watch, listFn, autoStart = true) { + this.path = path; + this.watch = watch; + this.listFn = listFn; + this.objects = []; + this.indexCache = {}; + this.callbackCache = {}; + this.watch = watch; + this.listFn = listFn; + this.callbackCache[informer_1.ADD] = []; + this.callbackCache[informer_1.UPDATE] = []; + this.callbackCache[informer_1.DELETE] = []; + if (autoStart) { + this.doneHandler(null); + } + } + start() { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + yield this.doneHandler(null); + }); + } + on(verb, cb) { + if (this.callbackCache[verb] === undefined) { + throw new Error(`Unknown verb: ${verb}`); + } + this.callbackCache[verb].push(cb); + } + off(verb, cb) { + if (this.callbackCache[verb] === undefined) { + throw new Error(`Unknown verb: ${verb}`); + } + const indexToRemove = this.callbackCache[verb].findIndex((cachedCb) => cachedCb === cb); + if (indexToRemove === -1) { + return; + } + this.callbackCache[verb].splice(indexToRemove, 1); + } + get(name, namespace) { + return this.objects.find((obj) => { + return obj.metadata.name === name && (!namespace || obj.metadata.namespace === namespace); + }); + } + list(namespace) { + if (!namespace) { + return this.objects; + } + return this.indexCache[namespace]; + } + doneHandler(err) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const promise = this.listFn(); + const result = yield promise; + const list = result.body; + deleteItems(this.objects, list.items, this.callbackCache[informer_1.DELETE].slice()); + this.addOrUpdateItems(list.items); + this.watch.watch(this.path, { resourceVersion: list.metadata.resourceVersion }, this.watchHandler.bind(this), this.doneHandler.bind(this)); + }); + } + addOrUpdateItems(items) { + items.forEach((obj) => { + addOrUpdateObject(this.objects, obj, this.callbackCache[informer_1.ADD].slice(), this.callbackCache[informer_1.UPDATE].slice()); + if (obj.metadata.namespace) { + this.indexObj(obj); + } + }); + } + indexObj(obj) { + let namespaceList = this.indexCache[obj.metadata.namespace]; + if (!namespaceList) { + namespaceList = []; + this.indexCache[obj.metadata.namespace] = namespaceList; + } + addOrUpdateObject(namespaceList, obj); + } + watchHandler(phase, obj) { + switch (phase) { + case 'ADDED': + case 'MODIFIED': + addOrUpdateObject(this.objects, obj, this.callbackCache[informer_1.ADD].slice(), this.callbackCache[informer_1.UPDATE].slice()); + if (obj.metadata.namespace) { + this.indexObj(obj); + } + break; + case 'DELETED': + deleteObject(this.objects, obj, this.callbackCache[informer_1.DELETE].slice()); + if (obj.metadata.namespace) { + const namespaceList = this.indexCache[obj.metadata.namespace]; + if (namespaceList) { + deleteObject(namespaceList, obj); + } + } + break; + } + } +} +exports.ListWatch = ListWatch; +// external for testing +function deleteItems(oldObjects, newObjects, deleteCallback) { + return oldObjects.filter((obj) => { + if (findKubernetesObject(newObjects, obj) === -1) { + if (deleteCallback) { + deleteCallback.forEach((fn) => fn(obj)); + } + return false; + } + return true; + }); +} +exports.deleteItems = deleteItems; +// Only public for testing. +function addOrUpdateObject(objects, obj, addCallback, updateCallback) { + const ix = findKubernetesObject(objects, obj); + if (ix === -1) { + objects.push(obj); + if (addCallback) { + addCallback.forEach((elt) => elt(obj)); + } + } + else { + objects[ix] = obj; + if (updateCallback) { + updateCallback.forEach((elt) => elt(obj)); + } + } +} +exports.addOrUpdateObject = addOrUpdateObject; +function isSameObject(o1, o2) { + return o1.metadata.name === o2.metadata.name && o1.metadata.namespace === o2.metadata.namespace; +} +function findKubernetesObject(objects, obj) { + return objects.findIndex((elt) => { + return isSameObject(elt, obj); + }); +} +// Public for testing. +function deleteObject(objects, obj, deleteCallback) { + const ix = findKubernetesObject(objects, obj); + if (ix !== -1) { + objects.splice(ix, 1); + if (deleteCallback) { + deleteCallback.forEach((elt) => elt(obj)); + } + } +} +exports.deleteObject = deleteObject; +//# sourceMappingURL=cache.js.map \ No newline at end of file diff --git a/dist/cache.js.map b/dist/cache.js.map new file mode 100644 index 0000000000..da01ba2c1e --- /dev/null +++ b/dist/cache.js.map @@ -0,0 +1 @@ +{"version":3,"file":"cache.js","sourceRoot":"","sources":["../src/cache.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/cloud_auth.d.ts b/dist/cloud_auth.d.ts new file mode 100644 index 0000000000..48be3e5ae4 --- /dev/null +++ b/dist/cloud_auth.d.ts @@ -0,0 +1,12 @@ +/// +import https = require('https'); +import request = require('request'); +import { Authenticator } from './auth'; +import { User } from './config_types'; +export declare class CloudAuth implements Authenticator { + isAuthProvider(user: User): boolean; + applyAuthentication(user: User, opts: request.Options | https.RequestOptions): Promise; + private getToken; + private isExpired; + private updateAccessToken; +} diff --git a/dist/cloud_auth.js b/dist/cloud_auth.js new file mode 100644 index 0000000000..2bcba2311f --- /dev/null +++ b/dist/cloud_auth.js @@ -0,0 +1,74 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const proc = require("child_process"); +const jsonpath = require("jsonpath-plus"); +class CloudAuth { + isAuthProvider(user) { + if (!user || !user.authProvider) { + return false; + } + return user.authProvider.name === 'azure' || user.authProvider.name === 'gcp'; + } + applyAuthentication(user, opts) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const token = this.getToken(user); + if (token) { + opts.headers.Authorization = `Bearer ${token}`; + } + }); + } + getToken(user) { + const config = user.authProvider.config; + if (this.isExpired(config)) { + this.updateAccessToken(config); + } + return config['access-token']; + } + isExpired(config) { + const token = config['access-token']; + const expiry = config.expiry; + if (!token) { + return true; + } + if (!expiry) { + return false; + } + const expiration = Date.parse(expiry); + if (expiration < Date.now()) { + return true; + } + return false; + } + updateAccessToken(config) { + let cmd = config['cmd-path']; + if (!cmd) { + throw new Error('Token is expired!'); + } + // Wrap cmd in quotes to make it cope with spaces in path + cmd = `"${cmd}"`; + const args = config['cmd-args']; + if (args) { + cmd = cmd + ' ' + args; + } + // TODO: Cache to file? + // TODO: do this asynchronously + let output; + try { + output = proc.execSync(cmd); + } + catch (err) { + throw new Error('Failed to refresh token: ' + err.message); + } + const resultObj = JSON.parse(output); + const tokenPathKeyInConfig = config['token-key']; + const expiryPathKeyInConfig = config['expiry-key']; + // Format in file is {}, so slice it out and add '$' + const tokenPathKey = '$' + tokenPathKeyInConfig.slice(1, -1); + const expiryPathKey = '$' + expiryPathKeyInConfig.slice(1, -1); + config['access-token'] = jsonpath.JSONPath(tokenPathKey, resultObj); + config.expiry = jsonpath.JSONPath(expiryPathKey, resultObj); + } +} +exports.CloudAuth = CloudAuth; +//# sourceMappingURL=cloud_auth.js.map \ No newline at end of file diff --git a/dist/cloud_auth.js.map b/dist/cloud_auth.js.map new file mode 100644 index 0000000000..c3d6ed7562 --- /dev/null +++ b/dist/cloud_auth.js.map @@ -0,0 +1 @@ +{"version":3,"file":"cloud_auth.js","sourceRoot":"","sources":["../src/cloud_auth.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/config.d.ts b/dist/config.d.ts new file mode 100644 index 0000000000..d4f878f5ac --- /dev/null +++ b/dist/config.d.ts @@ -0,0 +1,77 @@ +/// +import https = require('https'); +import request = require('request'); +import * as api from './api'; +import { Cluster, Context, User } from './config_types'; +export declare class KubeConfig { + private static authenticators; + /** + * The list of all known clusters + */ + 'clusters': Cluster[]; + /** + * The list of all known users + */ + 'users': User[]; + /** + * The list of all known contexts + */ + 'contexts': Context[]; + /** + * The name of the current context + */ + 'currentContext': string; + constructor(); + getContexts(): Context[]; + getClusters(): Cluster[]; + getUsers(): User[]; + getCurrentContext(): string; + setCurrentContext(context: string): void; + getContextObject(name: string): Context | null; + getCurrentCluster(): Cluster | null; + getCluster(name: string): Cluster | null; + getCurrentUser(): User | null; + getUser(name: string): User | null; + loadFromFile(file: string): void; + applytoHTTPSOptions(opts: https.RequestOptions): Promise; + applyToRequest(opts: request.Options): Promise; + loadFromString(config: string): void; + loadFromOptions(options: any): void; + loadFromClusterAndUser(cluster: Cluster, user: User): void; + loadFromCluster(pathPrefix?: string): void; + mergeConfig(config: KubeConfig): void; + addCluster(cluster: Cluster): void; + addUser(user: User): void; + addContext(ctx: Context): void; + loadFromDefault(): void; + makeApiClient(apiClientType: ApiConstructor): T; + makePathsAbsolute(rootDirectory: string): void; + exportConfig(): string; + private getCurrentContextObject; + private applyHTTPSOptions; + private applyAuthorizationHeader; + private applyOptions; +} +export interface ApiType { + setDefaultAuthentication(config: api.Authentication): any; +} +declare type ApiConstructor = new (server: string) => T; +export declare class Config { + static SERVICEACCOUNT_ROOT: string; + static SERVICEACCOUNT_CA_PATH: string; + static SERVICEACCOUNT_TOKEN_PATH: string; + static fromFile(filename: string): api.CoreV1Api; + static fromCluster(): api.CoreV1Api; + static defaultClient(): api.CoreV1Api; + static apiFromFile(filename: string, apiClientType: ApiConstructor): T; + static apiFromCluster(apiClientType: ApiConstructor): T; + static apiFromDefaultClient(apiClientType: ApiConstructor): T; +} +export declare function makeAbsolutePath(root: string, file: string): string; +export declare function bufferFromFileOrString(file?: string, data?: string): Buffer | null; +export declare function findHomeDir(): string | null; +export interface Named { + name: string; +} +export declare function findObject(list: T[], name: string, key: string): T | null; +export {}; diff --git a/dist/config.js b/dist/config.js new file mode 100644 index 0000000000..e0c14713a7 --- /dev/null +++ b/dist/config.js @@ -0,0 +1,447 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const execa = require("execa"); +const fs = require("fs"); +const path = require("path"); +const yaml = require("js-yaml"); +const shelljs = require("shelljs"); +const api = require("./api"); +const cloud_auth_1 = require("./cloud_auth"); +const config_types_1 = require("./config_types"); +const exec_auth_1 = require("./exec_auth"); +const file_auth_1 = require("./file_auth"); +const oidc_auth_1 = require("./oidc_auth"); +// fs.existsSync was removed in node 10 +function fileExists(filepath) { + try { + fs.accessSync(filepath); + return true; + // tslint:disable-next-line:no-empty + } + catch (ignore) { } + return false; +} +class KubeConfig { + constructor() { + this.contexts = []; + this.clusters = []; + this.users = []; + } + getContexts() { + return this.contexts; + } + getClusters() { + return this.clusters; + } + getUsers() { + return this.users; + } + getCurrentContext() { + return this.currentContext; + } + setCurrentContext(context) { + this.currentContext = context; + } + getContextObject(name) { + if (!this.contexts) { + return null; + } + return findObject(this.contexts, name, 'context'); + } + getCurrentCluster() { + const context = this.getCurrentContextObject(); + if (!context) { + return null; + } + return this.getCluster(context.cluster); + } + getCluster(name) { + return findObject(this.clusters, name, 'cluster'); + } + getCurrentUser() { + const ctx = this.getCurrentContextObject(); + if (!ctx) { + return null; + } + return this.getUser(ctx.user); + } + getUser(name) { + return findObject(this.users, name, 'user'); + } + loadFromFile(file) { + const rootDirectory = path.dirname(file); + this.loadFromString(fs.readFileSync(file, 'utf8')); + this.makePathsAbsolute(rootDirectory); + } + applytoHTTPSOptions(opts) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const user = this.getCurrentUser(); + yield this.applyOptions(opts); + if (user && user.username) { + opts.auth = `${user.username}:${user.password}`; + } + }); + } + applyToRequest(opts) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const cluster = this.getCurrentCluster(); + const user = this.getCurrentUser(); + yield this.applyOptions(opts); + if (cluster && cluster.skipTLSVerify) { + opts.strictSSL = false; + } + if (user && user.username) { + opts.auth = { + password: user.password, + username: user.username, + }; + } + }); + } + loadFromString(config) { + const obj = yaml.safeLoad(config); + if (obj.apiVersion !== 'v1') { + throw new TypeError('unknown version: ' + obj.apiVersion); + } + this.clusters = config_types_1.newClusters(obj.clusters); + this.contexts = config_types_1.newContexts(obj.contexts); + this.users = config_types_1.newUsers(obj.users); + this.currentContext = obj['current-context']; + } + loadFromOptions(options) { + this.clusters = options.clusters; + this.contexts = options.contexts; + this.users = options.users; + this.currentContext = options.currentContext; + } + loadFromClusterAndUser(cluster, user) { + this.clusters = [cluster]; + this.users = [user]; + this.currentContext = 'loaded-context'; + this.contexts = [ + { + cluster: cluster.name, + user: user.name, + name: this.currentContext, + }, + ]; + } + loadFromCluster(pathPrefix = '') { + const host = process.env.KUBERNETES_SERVICE_HOST; + const port = process.env.KUBERNETES_SERVICE_PORT; + const clusterName = 'inCluster'; + const userName = 'inClusterUser'; + const contextName = 'inClusterContext'; + let scheme = 'https'; + if (port === '80' || port === '8080' || port === '8001') { + scheme = 'http'; + } + this.clusters = [ + { + name: clusterName, + caFile: `${pathPrefix}${Config.SERVICEACCOUNT_CA_PATH}`, + server: `${scheme}://${host}:${port}`, + skipTLSVerify: false, + }, + ]; + this.users = [ + { + name: userName, + authProvider: { + name: 'tokenFile', + config: { + tokenFile: `${pathPrefix}${Config.SERVICEACCOUNT_TOKEN_PATH}`, + }, + }, + }, + ]; + this.contexts = [ + { + cluster: clusterName, + name: contextName, + user: userName, + }, + ]; + this.currentContext = contextName; + } + mergeConfig(config) { + this.currentContext = config.currentContext; + config.clusters.forEach((cluster) => { + this.addCluster(cluster); + }); + config.users.forEach((user) => { + this.addUser(user); + }); + config.contexts.forEach((ctx) => { + this.addContext(ctx); + }); + } + addCluster(cluster) { + if (!this.clusters) { + this.clusters = []; + } + this.clusters.forEach((c, ix) => { + if (c.name === cluster.name) { + throw new Error(`Duplicate cluster: ${c.name}`); + } + }); + this.clusters.push(cluster); + } + addUser(user) { + if (!this.users) { + this.users = []; + } + this.users.forEach((c, ix) => { + if (c.name === user.name) { + throw new Error(`Duplicate user: ${c.name}`); + } + }); + this.users.push(user); + } + addContext(ctx) { + if (!this.contexts) { + this.contexts = []; + } + this.contexts.forEach((c, ix) => { + if (c.name === ctx.name) { + throw new Error(`Duplicate context: ${c.name}`); + } + }); + this.contexts.push(ctx); + } + loadFromDefault() { + if (process.env.KUBECONFIG && process.env.KUBECONFIG.length > 0) { + const files = process.env.KUBECONFIG.split(path.delimiter); + this.loadFromFile(files[0]); + for (let i = 1; i < files.length; i++) { + const kc = new KubeConfig(); + kc.loadFromFile(files[i]); + this.mergeConfig(kc); + } + return; + } + const home = findHomeDir(); + if (home) { + const config = path.join(home, '.kube', 'config'); + if (fileExists(config)) { + this.loadFromFile(config); + return; + } + } + if (process.platform === 'win32' && shelljs.which('wsl.exe')) { + // TODO: Handle if someome set $KUBECONFIG in wsl here... + try { + const result = execa.sync('wsl.exe', ['cat', shelljs.homedir() + '/.kube/config']); + if (result.code === 0) { + this.loadFromString(result.stdout); + return; + } + } + catch (err) { + // Falling back to alternative auth + } + } + if (fileExists(Config.SERVICEACCOUNT_TOKEN_PATH)) { + this.loadFromCluster(); + return; + } + this.loadFromClusterAndUser({ name: 'cluster', server: 'http://localhost:8080/' }, { name: 'user' }); + } + makeApiClient(apiClientType) { + const cluster = this.getCurrentCluster(); + if (!cluster) { + throw new Error('No active cluster!'); + } + const apiClient = new apiClientType(cluster.server); + apiClient.setDefaultAuthentication(this); + return apiClient; + } + makePathsAbsolute(rootDirectory) { + this.clusters.forEach((cluster) => { + if (cluster.caFile) { + cluster.caFile = makeAbsolutePath(rootDirectory, cluster.caFile); + } + }); + this.users.forEach((user) => { + if (user.certFile) { + user.certFile = makeAbsolutePath(rootDirectory, user.certFile); + } + if (user.keyFile) { + user.keyFile = makeAbsolutePath(rootDirectory, user.keyFile); + } + }); + } + exportConfig() { + const configObj = { + apiVersion: 'v1', + kind: 'Config', + clusters: this.clusters.map(config_types_1.exportCluster), + users: this.users.map(config_types_1.exportUser), + contexts: this.contexts.map(config_types_1.exportContext), + preferences: {}, + 'current-context': this.getCurrentContext(), + }; + return JSON.stringify(configObj); + } + getCurrentContextObject() { + return this.getContextObject(this.currentContext); + } + applyHTTPSOptions(opts) { + const cluster = this.getCurrentCluster(); + const user = this.getCurrentUser(); + if (!user) { + return; + } + if (cluster != null && cluster.skipTLSVerify) { + opts.rejectUnauthorized = false; + } + const ca = cluster != null ? bufferFromFileOrString(cluster.caFile, cluster.caData) : null; + if (ca) { + opts.ca = ca; + } + const cert = bufferFromFileOrString(user.certFile, user.certData); + if (cert) { + opts.cert = cert; + } + const key = bufferFromFileOrString(user.keyFile, user.keyData); + if (key) { + opts.key = key; + } + } + applyAuthorizationHeader(opts) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const user = this.getCurrentUser(); + if (!user) { + return; + } + const authenticator = KubeConfig.authenticators.find((elt) => { + return elt.isAuthProvider(user); + }); + if (!opts.headers) { + opts.headers = []; + } + if (authenticator) { + yield authenticator.applyAuthentication(user, opts); + } + if (user.token) { + opts.headers.Authorization = `Bearer ${user.token}`; + } + }); + } + applyOptions(opts) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + this.applyHTTPSOptions(opts); + yield this.applyAuthorizationHeader(opts); + }); + } +} +KubeConfig.authenticators = [ + new cloud_auth_1.CloudAuth(), + new exec_auth_1.ExecAuth(), + new file_auth_1.FileAuth(), + new oidc_auth_1.OpenIDConnectAuth(), +]; +exports.KubeConfig = KubeConfig; +// This class is deprecated and will eventually be removed. +class Config { + static fromFile(filename) { + return Config.apiFromFile(filename, api.CoreV1Api); + } + static fromCluster() { + return Config.apiFromCluster(api.CoreV1Api); + } + static defaultClient() { + return Config.apiFromDefaultClient(api.CoreV1Api); + } + static apiFromFile(filename, apiClientType) { + const kc = new KubeConfig(); + kc.loadFromFile(filename); + return kc.makeApiClient(apiClientType); + } + static apiFromCluster(apiClientType) { + const kc = new KubeConfig(); + kc.loadFromCluster(); + const cluster = kc.getCurrentCluster(); + if (!cluster) { + throw new Error('No active cluster!'); + } + const k8sApi = new apiClientType(cluster.server); + k8sApi.setDefaultAuthentication(kc); + return k8sApi; + } + static apiFromDefaultClient(apiClientType) { + const kc = new KubeConfig(); + kc.loadFromDefault(); + return kc.makeApiClient(apiClientType); + } +} +Config.SERVICEACCOUNT_ROOT = '/var/run/secrets/kubernetes.io/serviceaccount'; +Config.SERVICEACCOUNT_CA_PATH = Config.SERVICEACCOUNT_ROOT + '/ca.crt'; +Config.SERVICEACCOUNT_TOKEN_PATH = Config.SERVICEACCOUNT_ROOT + '/token'; +exports.Config = Config; +function makeAbsolutePath(root, file) { + if (!root || path.isAbsolute(file)) { + return file; + } + return path.join(root, file); +} +exports.makeAbsolutePath = makeAbsolutePath; +// This is public really only for testing. +function bufferFromFileOrString(file, data) { + if (file) { + return fs.readFileSync(file); + } + if (data) { + return Buffer.from(data, 'base64'); + } + return null; +} +exports.bufferFromFileOrString = bufferFromFileOrString; +// Only public for testing. +function findHomeDir() { + if (process.env.HOME) { + try { + fs.accessSync(process.env.HOME); + return process.env.HOME; + // tslint:disable-next-line:no-empty + } + catch (ignore) { } + } + if (process.platform !== 'win32') { + return null; + } + if (process.env.HOMEDRIVE && process.env.HOMEPATH) { + const dir = path.join(process.env.HOMEDRIVE, process.env.HOMEPATH); + try { + fs.accessSync(dir); + return dir; + // tslint:disable-next-line:no-empty + } + catch (ignore) { } + } + if (process.env.USERPROFILE) { + try { + fs.accessSync(process.env.USERPROFILE); + return process.env.USERPROFILE; + // tslint:disable-next-line:no-empty + } + catch (ignore) { } + } + return null; +} +exports.findHomeDir = findHomeDir; +// Only really public for testing... +function findObject(list, name, key) { + for (const obj of list) { + if (obj.name === name) { + if (obj[key]) { + return obj[key]; + } + return obj; + } + } + return null; +} +exports.findObject = findObject; +//# sourceMappingURL=config.js.map \ No newline at end of file diff --git a/dist/config.js.map b/dist/config.js.map new file mode 100644 index 0000000000..2447a68dcc --- /dev/null +++ b/dist/config.js.map @@ -0,0 +1 @@ +{"version":3,"file":"config.js","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/config_types.d.ts b/dist/config_types.d.ts new file mode 100644 index 0000000000..4815773b49 --- /dev/null +++ b/dist/config_types.d.ts @@ -0,0 +1,31 @@ +export interface Cluster { + readonly name: string; + readonly caData?: string; + caFile?: string; + readonly server: string; + readonly skipTLSVerify: boolean; +} +export declare function newClusters(a: any): Cluster[]; +export declare function exportCluster(cluster: Cluster): any; +export interface User { + readonly name: string; + readonly certData?: string; + certFile?: string; + readonly exec?: any; + readonly keyData?: string; + keyFile?: string; + readonly authProvider?: any; + readonly token?: string; + readonly username?: string; + readonly password?: string; +} +export declare function newUsers(a: any): User[]; +export declare function exportUser(user: User): any; +export interface Context { + readonly cluster: string; + readonly user: string; + readonly name: string; + readonly namespace?: string; +} +export declare function newContexts(a: any): Context[]; +export declare function exportContext(ctx: Context): any; diff --git a/dist/config_types.js b/dist/config_types.js new file mode 100644 index 0000000000..009da6f963 --- /dev/null +++ b/dist/config_types.js @@ -0,0 +1,121 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const fs = require("fs"); +const u = require("underscore"); +function newClusters(a) { + return u.map(a, clusterIterator()); +} +exports.newClusters = newClusters; +function exportCluster(cluster) { + return { + name: cluster.name, + cluster: { + server: cluster.server, + 'certificate-authority-data': cluster.caData, + 'certificate-authority': cluster.caFile, + 'insecure-skip-tls-verify': cluster.skipTLSVerify, + }, + }; +} +exports.exportCluster = exportCluster; +function clusterIterator() { + return (elt, i, list) => { + if (!elt.name) { + throw new Error(`clusters[${i}].name is missing`); + } + if (!elt.cluster) { + throw new Error(`clusters[${i}].cluster is missing`); + } + if (!elt.cluster.server) { + throw new Error(`clusters[${i}].cluster.server is missing`); + } + return { + caData: elt.cluster['certificate-authority-data'], + caFile: elt.cluster['certificate-authority'], + name: elt.name, + server: elt.cluster.server, + skipTLSVerify: elt.cluster['insecure-skip-tls-verify'] === true, + }; + }; +} +function newUsers(a) { + return u.map(a, userIterator()); +} +exports.newUsers = newUsers; +function exportUser(user) { + return { + name: user.name, + user: { + 'auth-provider': user.authProvider, + 'client-certificate-data': user.certData, + 'client-certificate': user.certFile, + exec: user.exec, + 'client-key-data': user.keyData, + 'client-key': user.keyFile, + token: user.token, + password: user.password, + username: user.username, + }, + }; +} +exports.exportUser = exportUser; +function userIterator() { + return (elt, i, list) => { + if (!elt.name) { + throw new Error(`users[${i}].name is missing`); + } + return { + authProvider: elt.user ? elt.user['auth-provider'] : null, + certData: elt.user ? elt.user['client-certificate-data'] : null, + certFile: elt.user ? elt.user['client-certificate'] : null, + exec: elt.user ? elt.user.exec : null, + keyData: elt.user ? elt.user['client-key-data'] : null, + keyFile: elt.user ? elt.user['client-key'] : null, + name: elt.name, + token: findToken(elt.user), + password: elt.user ? elt.user.password : null, + username: elt.user ? elt.user.username : null, + }; + }; +} +function findToken(user) { + if (user) { + if (user.token) { + return user.token; + } + if (user['token-file']) { + return fs.readFileSync(user['token-file']).toString(); + } + } +} +function newContexts(a) { + return u.map(a, contextIterator()); +} +exports.newContexts = newContexts; +function exportContext(ctx) { + return { + name: ctx.name, + context: ctx, + }; +} +exports.exportContext = exportContext; +function contextIterator() { + return (elt, i, list) => { + if (!elt.name) { + throw new Error(`contexts[${i}].name is missing`); + } + if (!elt.context) { + throw new Error(`contexts[${i}].context is missing`); + } + if (!elt.context.cluster) { + throw new Error(`contexts[${i}].context.cluster is missing`); + } + return { + cluster: elt.context.cluster, + name: elt.name, + user: elt.context.user || undefined, + namespace: elt.context.namespace || undefined, + }; + }; +} +//# sourceMappingURL=config_types.js.map \ No newline at end of file diff --git a/dist/config_types.js.map b/dist/config_types.js.map new file mode 100644 index 0000000000..afd8fccffd --- /dev/null +++ b/dist/config_types.js.map @@ -0,0 +1 @@ +{"version":3,"file":"config_types.js","sourceRoot":"","sources":["../src/config_types.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/exec.d.ts b/dist/exec.d.ts new file mode 100644 index 0000000000..6aa6d4a2ad --- /dev/null +++ b/dist/exec.d.ts @@ -0,0 +1,26 @@ +/// +/// +import WebSocket = require('isomorphic-ws'); +import stream = require('stream'); +import { V1Status } from './api'; +import { KubeConfig } from './config'; +import { WebSocketInterface } from './web-socket-handler'; +export declare class Exec { + 'handler': WebSocketInterface; + private terminalSizeQueue?; + constructor(config: KubeConfig, wsInterface?: WebSocketInterface); + /** + * @param {string} namespace - The namespace of the pod to exec the command inside. + * @param {string} podName - The name of the pod to exec the command inside. + * @param {string} containerName - The name of the container in the pod to exec the command inside. + * @param {(string|string[])} command - The command or command and arguments to execute. + * @param {stream.Writable} stdout - The stream to write stdout data from the command. + * @param {stream.Writable} stderr - The stream to write stderr data from the command. + * @param {stream.Readable} stdin - The strream to write stdin data into the command. + * @param {boolean} tty - Should the command execute in a TTY enabled session. + * @param {(V1Status) => void} statusCallback - + * A callback to received the status (e.g. exit code) from the command, optional. + * @return {string} This is the result + */ + exec(namespace: string, podName: string, containerName: string, command: string | string[], stdout: stream.Writable | null, stderr: stream.Writable | null, stdin: stream.Readable | null, tty: boolean, statusCallback?: (status: V1Status) => void): Promise; +} diff --git a/dist/exec.js b/dist/exec.js new file mode 100644 index 0000000000..7ef77af580 --- /dev/null +++ b/dist/exec.js @@ -0,0 +1,59 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const querystring = require("querystring"); +const terminal_size_queue_1 = require("./terminal-size-queue"); +const web_socket_handler_1 = require("./web-socket-handler"); +class Exec { + constructor(config, wsInterface) { + this.handler = wsInterface || new web_socket_handler_1.WebSocketHandler(config); + } + /** + * @param {string} namespace - The namespace of the pod to exec the command inside. + * @param {string} podName - The name of the pod to exec the command inside. + * @param {string} containerName - The name of the container in the pod to exec the command inside. + * @param {(string|string[])} command - The command or command and arguments to execute. + * @param {stream.Writable} stdout - The stream to write stdout data from the command. + * @param {stream.Writable} stderr - The stream to write stderr data from the command. + * @param {stream.Readable} stdin - The strream to write stdin data into the command. + * @param {boolean} tty - Should the command execute in a TTY enabled session. + * @param {(V1Status) => void} statusCallback - + * A callback to received the status (e.g. exit code) from the command, optional. + * @return {string} This is the result + */ + exec(namespace, podName, containerName, command, stdout, stderr, stdin, tty, statusCallback) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const query = { + stdout: stdout != null, + stderr: stderr != null, + stdin: stdin != null, + tty, + command, + container: containerName, + }; + const queryStr = querystring.stringify(query); + const path = `/api/v1/namespaces/${namespace}/pods/${podName}/exec?${queryStr}`; + const conn = yield this.handler.connect(path, null, (streamNum, buff) => { + const status = web_socket_handler_1.WebSocketHandler.handleStandardStreams(streamNum, buff, stdout, stderr); + if (status != null) { + if (statusCallback) { + statusCallback(status); + } + return false; + } + return true; + }); + if (stdin != null) { + web_socket_handler_1.WebSocketHandler.handleStandardInput(conn, stdin, web_socket_handler_1.WebSocketHandler.StdinStream); + } + if (terminal_size_queue_1.isResizable(stdout)) { + this.terminalSizeQueue = new terminal_size_queue_1.TerminalSizeQueue(); + web_socket_handler_1.WebSocketHandler.handleStandardInput(conn, this.terminalSizeQueue, web_socket_handler_1.WebSocketHandler.ResizeStream); + this.terminalSizeQueue.handleResizes(stdout); + } + return conn; + }); + } +} +exports.Exec = Exec; +//# sourceMappingURL=exec.js.map \ No newline at end of file diff --git a/dist/exec.js.map b/dist/exec.js.map new file mode 100644 index 0000000000..98ef115a66 --- /dev/null +++ b/dist/exec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"exec.js","sourceRoot":"","sources":["../src/exec.ts"],"names":[],"mappings":";;;AACA,2CAA4C;AAK5C,+DAAwF;AACxF,6DAA4E;AAE5E,MAAa,IAAI;IAKb,YAAmB,MAAkB,EAAE,WAAgC;QACnE,IAAI,CAAC,OAAO,GAAG,WAAW,IAAI,IAAI,qCAAgB,CAAC,MAAM,CAAC,CAAC;IAC/D,CAAC;IAED;;;;;;;;;;;;OAYG;IACU,IAAI,CACb,SAAiB,EACjB,OAAe,EACf,aAAqB,EACrB,OAA0B,EAC1B,MAA8B,EAC9B,MAA8B,EAC9B,KAA6B,EAC7B,GAAY,EACZ,cAA2C;;YAE3C,MAAM,KAAK,GAAG;gBACV,MAAM,EAAE,MAAM,IAAI,IAAI;gBACtB,MAAM,EAAE,MAAM,IAAI,IAAI;gBACtB,KAAK,EAAE,KAAK,IAAI,IAAI;gBACpB,GAAG;gBACH,OAAO;gBACP,SAAS,EAAE,aAAa;aAC3B,CAAC;YACF,MAAM,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC9C,MAAM,IAAI,GAAG,sBAAsB,SAAS,SAAS,OAAO,SAAS,QAAQ,EAAE,CAAC;YAChF,MAAM,IAAI,GAAG,MAAM,IAAI,CAAC,OAAO,CAAC,OAAO,CACnC,IAAI,EACJ,IAAI,EACJ,CAAC,SAAiB,EAAE,IAAY,EAAW,EAAE;gBACzC,MAAM,MAAM,GAAG,qCAAgB,CAAC,qBAAqB,CAAC,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;gBACvF,IAAI,MAAM,IAAI,IAAI,EAAE;oBAChB,IAAI,cAAc,EAAE;wBAChB,cAAc,CAAC,MAAM,CAAC,CAAC;qBAC1B;oBACD,OAAO,KAAK,CAAC;iBAChB;gBACD,OAAO,IAAI,CAAC;YAChB,CAAC,CACJ,CAAC;YACF,IAAI,KAAK,IAAI,IAAI,EAAE;gBACf,qCAAgB,CAAC,mBAAmB,CAAC,IAAI,EAAE,KAAK,EAAE,qCAAgB,CAAC,WAAW,CAAC,CAAC;aACnF;YACD,IAAI,iCAAW,CAAC,MAAM,CAAC,EAAE;gBACrB,IAAI,CAAC,iBAAiB,GAAG,IAAI,uCAAiB,EAAE,CAAC;gBACjD,qCAAgB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,CAAC,iBAAiB,EAAE,qCAAgB,CAAC,YAAY,CAAC,CAAC;gBAClG,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAE,MAAiC,CAAC,CAAC;aAC5E;YACD,OAAO,IAAI,CAAC;QAChB,CAAC;KAAA;CACJ;AAnED,oBAmEC"} \ No newline at end of file diff --git a/dist/exec_auth.d.ts b/dist/exec_auth.d.ts new file mode 100644 index 0000000000..60e8ca93d2 --- /dev/null +++ b/dist/exec_auth.d.ts @@ -0,0 +1,22 @@ +/// +import https = require('https'); +import request = require('request'); +import { Authenticator } from './auth'; +import { User } from './config_types'; +export interface CredentialStatus { + readonly token: string; + readonly clientCertificateData: string; + readonly clientKeyData: string; + readonly expirationTimestamp: string; +} +export interface Credential { + readonly status: CredentialStatus; +} +export declare class ExecAuth implements Authenticator { + private readonly tokenCache; + private execFn; + isAuthProvider(user: User): boolean; + applyAuthentication(user: User, opts: request.Options | https.RequestOptions): Promise; + private getToken; + private getCredential; +} diff --git a/dist/exec_auth.js b/dist/exec_auth.js new file mode 100644 index 0000000000..5c997bb307 --- /dev/null +++ b/dist/exec_auth.js @@ -0,0 +1,91 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const execa = require("execa"); +class ExecAuth { + constructor() { + this.tokenCache = {}; + this.execFn = execa.sync; + } + isAuthProvider(user) { + if (!user) { + return false; + } + if (user.exec) { + return true; + } + if (!user.authProvider) { + return false; + } + return (user.authProvider.name === 'exec' || !!(user.authProvider.config && user.authProvider.config.exec)); + } + applyAuthentication(user, opts) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const credential = this.getCredential(user); + if (!credential) { + return; + } + if (credential.status.clientCertificateData) { + opts.cert = credential.status.clientCertificateData; + } + if (credential.status.clientKeyData) { + opts.key = credential.status.clientKeyData; + } + const token = this.getToken(credential); + if (token) { + if (!opts.headers) { + opts.headers = []; + } + opts.headers.Authorization = `Bearer ${token}`; + } + }); + } + getToken(credential) { + if (!credential) { + return null; + } + if (credential.status.token) { + return credential.status.token; + } + return null; + } + getCredential(user) { + // TODO: Add a unit test for token caching. + const cachedToken = this.tokenCache[user.name]; + if (cachedToken) { + const date = Date.parse(cachedToken.status.expirationTimestamp); + if (date > Date.now()) { + return cachedToken; + } + this.tokenCache[user.name] = null; + } + let exec = null; + if (user.authProvider && user.authProvider.config) { + exec = user.authProvider.config.exec; + } + if (user.exec) { + exec = user.exec; + } + if (!exec) { + return null; + } + if (!exec.command) { + throw new Error('No command was specified for exec authProvider!'); + } + let opts = {}; + if (exec.env) { + const env = process.env; + exec.env.forEach((elt) => (env[elt.name] = elt.value)); + opts = Object.assign({}, opts, { env }); + } + const result = this.execFn(exec.command, exec.args, opts); + if (result.code === 0) { + const obj = JSON.parse(result.stdout); + this.tokenCache[user.name] = obj; + return obj; + } + throw new Error(result.stderr); + } +} +exports.ExecAuth = ExecAuth; +//# sourceMappingURL=exec_auth.js.map \ No newline at end of file diff --git a/dist/exec_auth.js.map b/dist/exec_auth.js.map new file mode 100644 index 0000000000..f1e00ce381 --- /dev/null +++ b/dist/exec_auth.js.map @@ -0,0 +1 @@ +{"version":3,"file":"exec_auth.js","sourceRoot":"","sources":["../src/exec_auth.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/file_auth.d.ts b/dist/file_auth.d.ts new file mode 100644 index 0000000000..3df039d2b7 --- /dev/null +++ b/dist/file_auth.d.ts @@ -0,0 +1,13 @@ +/// +import https = require('https'); +import request = require('request'); +import { Authenticator } from './auth'; +import { User } from './config_types'; +export declare class FileAuth implements Authenticator { + private token; + private lastRead; + isAuthProvider(user: User): boolean; + applyAuthentication(user: User, opts: request.Options | https.RequestOptions): Promise; + private refreshToken; + private isTokenExpired; +} diff --git a/dist/file_auth.js b/dist/file_auth.js new file mode 100644 index 0000000000..65007d7ad1 --- /dev/null +++ b/dist/file_auth.js @@ -0,0 +1,45 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const fs = require("fs"); +class FileAuth { + constructor() { + this.token = null; + this.lastRead = null; + } + isAuthProvider(user) { + return user.authProvider && user.authProvider.config && user.authProvider.config.tokenFile; + } + applyAuthentication(user, opts) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + if (this.token == null) { + this.refreshToken(user.authProvider.config.tokenFile); + } + if (this.isTokenExpired()) { + this.refreshToken(user.authProvider.config.tokenFile); + } + if (this.token) { + opts.headers.Authorization = `Bearer ${this.token}`; + } + }); + } + refreshToken(filePath) { + // TODO make this async? + this.token = fs.readFileSync(filePath).toString('UTF-8'); + this.lastRead = new Date(); + } + isTokenExpired() { + if (this.lastRead === null) { + return true; + } + const now = new Date(); + const delta = (now.getTime() - this.lastRead.getTime()) / 1000; + // For now just refresh every 60 seconds. This is imperfect since the token + // could be out of date for this time, but it is unlikely and it's also what + // the client-go library does. + // TODO: Use file notifications instead? + return delta > 60; + } +} +exports.FileAuth = FileAuth; +//# sourceMappingURL=file_auth.js.map \ No newline at end of file diff --git a/dist/file_auth.js.map b/dist/file_auth.js.map new file mode 100644 index 0000000000..ab3047014e --- /dev/null +++ b/dist/file_auth.js.map @@ -0,0 +1 @@ +{"version":3,"file":"file_auth.js","sourceRoot":"","sources":["../src/file_auth.ts"],"names":[],"mappings":";;;AAAA,yBAA0B;AAO1B,MAAa,QAAQ;IAArB;QACY,UAAK,GAAkB,IAAI,CAAC;QAC5B,aAAQ,GAAgB,IAAI,CAAC;IAoCzC,CAAC;IAlCU,cAAc,CAAC,IAAU;QAC5B,OAAO,IAAI,CAAC,YAAY,IAAI,IAAI,CAAC,YAAY,CAAC,MAAM,IAAI,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,SAAS,CAAC;IAC/F,CAAC;IAEY,mBAAmB,CAAC,IAAU,EAAE,IAA4C;;YACrF,IAAI,IAAI,CAAC,KAAK,IAAI,IAAI,EAAE;gBACpB,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,CAAC,cAAc,EAAE,EAAE;gBACvB,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;aACzD;YACD,IAAI,IAAI,CAAC,KAAK,EAAE;gBACZ,IAAI,CAAC,OAAQ,CAAC,aAAa,GAAG,UAAU,IAAI,CAAC,KAAK,EAAE,CAAC;aACxD;QACL,CAAC;KAAA;IAEO,YAAY,CAAC,QAAgB;QACjC,wBAAwB;QACxB,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,CAAC,QAAQ,CAAC,OAAO,CAAC,CAAC;QACzD,IAAI,CAAC,QAAQ,GAAG,IAAI,IAAI,EAAE,CAAC;IAC/B,CAAC;IAEO,cAAc;QAClB,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,EAAE;YACxB,OAAO,IAAI,CAAC;SACf;QACD,MAAM,GAAG,GAAG,IAAI,IAAI,EAAE,CAAC;QACvB,MAAM,KAAK,GAAG,CAAC,GAAG,CAAC,OAAO,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,GAAG,IAAI,CAAC;QAC/D,2EAA2E;QAC3E,4EAA4E;QAC5E,8BAA8B;QAC9B,wCAAwC;QACxC,OAAO,KAAK,GAAG,EAAE,CAAC;IACtB,CAAC;CACJ;AAtCD,4BAsCC"} \ No newline at end of file diff --git a/dist/gen/api.d.ts b/dist/gen/api.d.ts new file mode 100644 index 0000000000..9766b33f6b --- /dev/null +++ b/dist/gen/api.d.ts @@ -0,0 +1,2 @@ +export * from './api/apis'; +export * from './model/models'; diff --git a/dist/gen/api.js b/dist/gen/api.js new file mode 100644 index 0000000000..6cf9fec7bf --- /dev/null +++ b/dist/gen/api.js @@ -0,0 +1,7 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +// This is the entrypoint for the package +tslib_1.__exportStar(require("./api/apis"), exports); +tslib_1.__exportStar(require("./model/models"), exports); +//# sourceMappingURL=api.js.map \ No newline at end of file diff --git a/dist/gen/api.js.map b/dist/gen/api.js.map new file mode 100644 index 0000000000..a20ef3fc0d --- /dev/null +++ b/dist/gen/api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/gen/api.ts"],"names":[],"mappings":";;;AAAA,yCAAyC;AACzC,qDAA2B;AAC3B,yDAA+B"} \ No newline at end of file diff --git a/dist/gen/api/admissionregistrationApi.d.ts b/dist/gen/api/admissionregistrationApi.d.ts new file mode 100644 index 0000000000..e07b50482e --- /dev/null +++ b/dist/gen/api/admissionregistrationApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AdmissionregistrationApiApiKeys { + BearerToken = 0 +} +export declare class AdmissionregistrationApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AdmissionregistrationApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/admissionregistrationApi.js b/dist/gen/api/admissionregistrationApi.js new file mode 100644 index 0000000000..00b2083004 --- /dev/null +++ b/dist/gen/api/admissionregistrationApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AdmissionregistrationApiApiKeys; +(function (AdmissionregistrationApiApiKeys) { + AdmissionregistrationApiApiKeys[AdmissionregistrationApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AdmissionregistrationApiApiKeys = exports.AdmissionregistrationApiApiKeys || (exports.AdmissionregistrationApiApiKeys = {})); +class AdmissionregistrationApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AdmissionregistrationApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AdmissionregistrationApi = AdmissionregistrationApi; +//# sourceMappingURL=admissionregistrationApi.js.map \ No newline at end of file diff --git a/dist/gen/api/admissionregistrationApi.js.map b/dist/gen/api/admissionregistrationApi.js.map new file mode 100644 index 0000000000..4015c924e8 --- /dev/null +++ b/dist/gen/api/admissionregistrationApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"admissionregistrationApi.js","sourceRoot":"","sources":["../../../src/gen/api/admissionregistrationApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/admissionregistrationV1beta1Api.d.ts b/dist/gen/api/admissionregistrationV1beta1Api.d.ts new file mode 100644 index 0000000000..b28db70f9c --- /dev/null +++ b/dist/gen/api/admissionregistrationV1beta1Api.d.ts @@ -0,0 +1,302 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1MutatingWebhookConfiguration } from '../model/v1beta1MutatingWebhookConfiguration'; +import { V1beta1MutatingWebhookConfigurationList } from '../model/v1beta1MutatingWebhookConfigurationList'; +import { V1beta1ValidatingWebhookConfiguration } from '../model/v1beta1ValidatingWebhookConfiguration'; +import { V1beta1ValidatingWebhookConfigurationList } from '../model/v1beta1ValidatingWebhookConfigurationList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AdmissionregistrationV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class AdmissionregistrationV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AdmissionregistrationV1beta1ApiApiKeys, value: string): void; + /** + * create a MutatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createMutatingWebhookConfiguration(body: V1beta1MutatingWebhookConfiguration, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1MutatingWebhookConfiguration; + }>; + /** + * create a ValidatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createValidatingWebhookConfiguration(body: V1beta1ValidatingWebhookConfiguration, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ValidatingWebhookConfiguration; + }>; + /** + * delete collection of MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionMutatingWebhookConfiguration(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionValidatingWebhookConfiguration(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteMutatingWebhookConfiguration(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteValidatingWebhookConfiguration(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listMutatingWebhookConfiguration(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1MutatingWebhookConfigurationList; + }>; + /** + * list or watch objects of kind ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listValidatingWebhookConfiguration(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ValidatingWebhookConfigurationList; + }>; + /** + * partially update the specified MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchMutatingWebhookConfiguration(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1MutatingWebhookConfiguration; + }>; + /** + * partially update the specified ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchValidatingWebhookConfiguration(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ValidatingWebhookConfiguration; + }>; + /** + * read the specified MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readMutatingWebhookConfiguration(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1MutatingWebhookConfiguration; + }>; + /** + * read the specified ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readValidatingWebhookConfiguration(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ValidatingWebhookConfiguration; + }>; + /** + * replace the specified MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceMutatingWebhookConfiguration(name: string, body: V1beta1MutatingWebhookConfiguration, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1MutatingWebhookConfiguration; + }>; + /** + * replace the specified ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceValidatingWebhookConfiguration(name: string, body: V1beta1ValidatingWebhookConfiguration, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ValidatingWebhookConfiguration; + }>; +} diff --git a/dist/gen/api/admissionregistrationV1beta1Api.js b/dist/gen/api/admissionregistrationV1beta1Api.js new file mode 100644 index 0000000000..57c1478c61 --- /dev/null +++ b/dist/gen/api/admissionregistrationV1beta1Api.js @@ -0,0 +1,1225 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AdmissionregistrationV1beta1ApiApiKeys; +(function (AdmissionregistrationV1beta1ApiApiKeys) { + AdmissionregistrationV1beta1ApiApiKeys[AdmissionregistrationV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AdmissionregistrationV1beta1ApiApiKeys = exports.AdmissionregistrationV1beta1ApiApiKeys || (exports.AdmissionregistrationV1beta1ApiApiKeys = {})); +class AdmissionregistrationV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AdmissionregistrationV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a MutatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createMutatingWebhookConfiguration(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createMutatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1MutatingWebhookConfiguration") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1MutatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ValidatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createValidatingWebhookConfiguration(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createValidatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ValidatingWebhookConfiguration") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ValidatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionMutatingWebhookConfiguration(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionValidatingWebhookConfiguration(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteMutatingWebhookConfiguration(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteMutatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteValidatingWebhookConfiguration(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteValidatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listMutatingWebhookConfiguration(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1MutatingWebhookConfigurationList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listValidatingWebhookConfiguration(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ValidatingWebhookConfigurationList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchMutatingWebhookConfiguration(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchMutatingWebhookConfiguration.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchMutatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1MutatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchValidatingWebhookConfiguration(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchValidatingWebhookConfiguration.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchValidatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ValidatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readMutatingWebhookConfiguration(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readMutatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1MutatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readValidatingWebhookConfiguration(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readValidatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ValidatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified MutatingWebhookConfiguration + * @param name name of the MutatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceMutatingWebhookConfiguration(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceMutatingWebhookConfiguration.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceMutatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1MutatingWebhookConfiguration") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1MutatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ValidatingWebhookConfiguration + * @param name name of the ValidatingWebhookConfiguration + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceValidatingWebhookConfiguration(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceValidatingWebhookConfiguration.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceValidatingWebhookConfiguration.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ValidatingWebhookConfiguration") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ValidatingWebhookConfiguration"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AdmissionregistrationV1beta1Api = AdmissionregistrationV1beta1Api; +//# sourceMappingURL=admissionregistrationV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/admissionregistrationV1beta1Api.js.map b/dist/gen/api/admissionregistrationV1beta1Api.js.map new file mode 100644 index 0000000000..92bc6cbc9d --- /dev/null +++ b/dist/gen/api/admissionregistrationV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"admissionregistrationV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/admissionregistrationV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/apiextensionsApi.d.ts b/dist/gen/api/apiextensionsApi.d.ts new file mode 100644 index 0000000000..d09a3e4bfc --- /dev/null +++ b/dist/gen/api/apiextensionsApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ApiextensionsApiApiKeys { + BearerToken = 0 +} +export declare class ApiextensionsApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ApiextensionsApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/apiextensionsApi.js b/dist/gen/api/apiextensionsApi.js new file mode 100644 index 0000000000..b399c5b960 --- /dev/null +++ b/dist/gen/api/apiextensionsApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ApiextensionsApiApiKeys; +(function (ApiextensionsApiApiKeys) { + ApiextensionsApiApiKeys[ApiextensionsApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ApiextensionsApiApiKeys = exports.ApiextensionsApiApiKeys || (exports.ApiextensionsApiApiKeys = {})); +class ApiextensionsApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ApiextensionsApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ApiextensionsApi = ApiextensionsApi; +//# sourceMappingURL=apiextensionsApi.js.map \ No newline at end of file diff --git a/dist/gen/api/apiextensionsApi.js.map b/dist/gen/api/apiextensionsApi.js.map new file mode 100644 index 0000000000..eb492efd5d --- /dev/null +++ b/dist/gen/api/apiextensionsApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiextensionsApi.js","sourceRoot":"","sources":["../../../src/gen/api/apiextensionsApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/apiextensionsV1beta1Api.d.ts b/dist/gen/api/apiextensionsV1beta1Api.d.ts new file mode 100644 index 0000000000..87c7b2a2dd --- /dev/null +++ b/dist/gen/api/apiextensionsV1beta1Api.d.ts @@ -0,0 +1,220 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1CustomResourceDefinition } from '../model/v1beta1CustomResourceDefinition'; +import { V1beta1CustomResourceDefinitionList } from '../model/v1beta1CustomResourceDefinitionList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ApiextensionsV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class ApiextensionsV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ApiextensionsV1beta1ApiApiKeys, value: string): void; + /** + * create a CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCustomResourceDefinition(body: V1beta1CustomResourceDefinition, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinition; + }>; + /** + * delete collection of CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCustomResourceDefinition(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCustomResourceDefinition(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCustomResourceDefinition(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinitionList; + }>; + /** + * partially update the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCustomResourceDefinition(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinition; + }>; + /** + * partially update status of the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCustomResourceDefinitionStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinition; + }>; + /** + * read the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCustomResourceDefinition(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinition; + }>; + /** + * read status of the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + */ + readCustomResourceDefinitionStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinition; + }>; + /** + * replace the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCustomResourceDefinition(name: string, body: V1beta1CustomResourceDefinition, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinition; + }>; + /** + * replace status of the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCustomResourceDefinitionStatus(name: string, body: V1beta1CustomResourceDefinition, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CustomResourceDefinition; + }>; +} diff --git a/dist/gen/api/apiextensionsV1beta1Api.js b/dist/gen/api/apiextensionsV1beta1Api.js new file mode 100644 index 0000000000..7e91856bfb --- /dev/null +++ b/dist/gen/api/apiextensionsV1beta1Api.js @@ -0,0 +1,881 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ApiextensionsV1beta1ApiApiKeys; +(function (ApiextensionsV1beta1ApiApiKeys) { + ApiextensionsV1beta1ApiApiKeys[ApiextensionsV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ApiextensionsV1beta1ApiApiKeys = exports.ApiextensionsV1beta1ApiApiKeys || (exports.ApiextensionsV1beta1ApiApiKeys = {})); +class ApiextensionsV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ApiextensionsV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCustomResourceDefinition(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createCustomResourceDefinition.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CustomResourceDefinition") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinition"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCustomResourceDefinition(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCustomResourceDefinition(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteCustomResourceDefinition.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCustomResourceDefinition(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinitionList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCustomResourceDefinition(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchCustomResourceDefinition.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchCustomResourceDefinition.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinition"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCustomResourceDefinitionStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchCustomResourceDefinitionStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchCustomResourceDefinitionStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinition"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCustomResourceDefinition(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readCustomResourceDefinition.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinition"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param pretty If \'true\', then the output is pretty printed. + */ + readCustomResourceDefinitionStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readCustomResourceDefinitionStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinition"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCustomResourceDefinition(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceCustomResourceDefinition.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceCustomResourceDefinition.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CustomResourceDefinition") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinition"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified CustomResourceDefinition + * @param name name of the CustomResourceDefinition + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCustomResourceDefinitionStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceCustomResourceDefinitionStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceCustomResourceDefinitionStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CustomResourceDefinition") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CustomResourceDefinition"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ApiextensionsV1beta1Api = ApiextensionsV1beta1Api; +//# sourceMappingURL=apiextensionsV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/apiextensionsV1beta1Api.js.map b/dist/gen/api/apiextensionsV1beta1Api.js.map new file mode 100644 index 0000000000..b158fffd31 --- /dev/null +++ b/dist/gen/api/apiextensionsV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiextensionsV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/apiextensionsV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/apiregistrationApi.d.ts b/dist/gen/api/apiregistrationApi.d.ts new file mode 100644 index 0000000000..2e08ec4f6f --- /dev/null +++ b/dist/gen/api/apiregistrationApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ApiregistrationApiApiKeys { + BearerToken = 0 +} +export declare class ApiregistrationApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ApiregistrationApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/apiregistrationApi.js b/dist/gen/api/apiregistrationApi.js new file mode 100644 index 0000000000..6248839f2f --- /dev/null +++ b/dist/gen/api/apiregistrationApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ApiregistrationApiApiKeys; +(function (ApiregistrationApiApiKeys) { + ApiregistrationApiApiKeys[ApiregistrationApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ApiregistrationApiApiKeys = exports.ApiregistrationApiApiKeys || (exports.ApiregistrationApiApiKeys = {})); +class ApiregistrationApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ApiregistrationApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ApiregistrationApi = ApiregistrationApi; +//# sourceMappingURL=apiregistrationApi.js.map \ No newline at end of file diff --git a/dist/gen/api/apiregistrationApi.js.map b/dist/gen/api/apiregistrationApi.js.map new file mode 100644 index 0000000000..271f36e460 --- /dev/null +++ b/dist/gen/api/apiregistrationApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiregistrationApi.js","sourceRoot":"","sources":["../../../src/gen/api/apiregistrationApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/apiregistrationV1Api.d.ts b/dist/gen/api/apiregistrationV1Api.d.ts new file mode 100644 index 0000000000..db2866aa04 --- /dev/null +++ b/dist/gen/api/apiregistrationV1Api.d.ts @@ -0,0 +1,220 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1APIService } from '../model/v1APIService'; +import { V1APIServiceList } from '../model/v1APIServiceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ApiregistrationV1ApiApiKeys { + BearerToken = 0 +} +export declare class ApiregistrationV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ApiregistrationV1ApiApiKeys, value: string): void; + /** + * create an APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createAPIService(body: V1APIService, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIService; + }>; + /** + * delete an APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteAPIService(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionAPIService(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listAPIService(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIServiceList; + }>; + /** + * partially update the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIService(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIService; + }>; + /** + * partially update status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIServiceStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIService; + }>; + /** + * read the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readAPIService(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIService; + }>; + /** + * read status of the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + */ + readAPIServiceStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIService; + }>; + /** + * replace the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIService(name: string, body: V1APIService, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIService; + }>; + /** + * replace status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIServiceStatus(name: string, body: V1APIService, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIService; + }>; +} diff --git a/dist/gen/api/apiregistrationV1Api.js b/dist/gen/api/apiregistrationV1Api.js new file mode 100644 index 0000000000..956572a8f6 --- /dev/null +++ b/dist/gen/api/apiregistrationV1Api.js @@ -0,0 +1,881 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ApiregistrationV1ApiApiKeys; +(function (ApiregistrationV1ApiApiKeys) { + ApiregistrationV1ApiApiKeys[ApiregistrationV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ApiregistrationV1ApiApiKeys = exports.ApiregistrationV1ApiApiKeys || (exports.ApiregistrationV1ApiApiKeys = {})); +class ApiregistrationV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ApiregistrationV1ApiApiKeys[key]].apiKey = value; + } + /** + * create an APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createAPIService(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1APIService") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete an APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteAPIService(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionAPIService(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listAPIService(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIServiceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIService(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchAPIService.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIServiceStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchAPIServiceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchAPIServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readAPIService(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + */ + readAPIServiceStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readAPIServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIService(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceAPIService.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1APIService") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIServiceStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1/apiservices/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceAPIServiceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceAPIServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1APIService") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ApiregistrationV1Api = ApiregistrationV1Api; +//# sourceMappingURL=apiregistrationV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/apiregistrationV1Api.js.map b/dist/gen/api/apiregistrationV1Api.js.map new file mode 100644 index 0000000000..48cf05f99a --- /dev/null +++ b/dist/gen/api/apiregistrationV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiregistrationV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/apiregistrationV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/apiregistrationV1beta1Api.d.ts b/dist/gen/api/apiregistrationV1beta1Api.d.ts new file mode 100644 index 0000000000..0726764a11 --- /dev/null +++ b/dist/gen/api/apiregistrationV1beta1Api.d.ts @@ -0,0 +1,220 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1APIService } from '../model/v1beta1APIService'; +import { V1beta1APIServiceList } from '../model/v1beta1APIServiceList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ApiregistrationV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class ApiregistrationV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ApiregistrationV1beta1ApiApiKeys, value: string): void; + /** + * create an APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createAPIService(body: V1beta1APIService, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIService; + }>; + /** + * delete an APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteAPIService(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionAPIService(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listAPIService(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIServiceList; + }>; + /** + * partially update the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIService(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIService; + }>; + /** + * partially update status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIServiceStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIService; + }>; + /** + * read the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readAPIService(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIService; + }>; + /** + * read status of the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + */ + readAPIServiceStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIService; + }>; + /** + * replace the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIService(name: string, body: V1beta1APIService, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIService; + }>; + /** + * replace status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIServiceStatus(name: string, body: V1beta1APIService, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1APIService; + }>; +} diff --git a/dist/gen/api/apiregistrationV1beta1Api.js b/dist/gen/api/apiregistrationV1beta1Api.js new file mode 100644 index 0000000000..b13bf046ec --- /dev/null +++ b/dist/gen/api/apiregistrationV1beta1Api.js @@ -0,0 +1,881 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ApiregistrationV1beta1ApiApiKeys; +(function (ApiregistrationV1beta1ApiApiKeys) { + ApiregistrationV1beta1ApiApiKeys[ApiregistrationV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ApiregistrationV1beta1ApiApiKeys = exports.ApiregistrationV1beta1ApiApiKeys || (exports.ApiregistrationV1beta1ApiApiKeys = {})); +class ApiregistrationV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ApiregistrationV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create an APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createAPIService(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1APIService") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete an APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteAPIService(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionAPIService(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listAPIService(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIServiceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIService(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchAPIService.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAPIServiceStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchAPIServiceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchAPIServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readAPIService(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified APIService + * @param name name of the APIService + * @param pretty If \'true\', then the output is pretty printed. + */ + readAPIServiceStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readAPIServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIService(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceAPIService.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceAPIService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1APIService") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified APIService + * @param name name of the APIService + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAPIServiceStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceAPIServiceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceAPIServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1APIService") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1APIService"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ApiregistrationV1beta1Api = ApiregistrationV1beta1Api; +//# sourceMappingURL=apiregistrationV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/apiregistrationV1beta1Api.js.map b/dist/gen/api/apiregistrationV1beta1Api.js.map new file mode 100644 index 0000000000..94af132946 --- /dev/null +++ b/dist/gen/api/apiregistrationV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiregistrationV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/apiregistrationV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/apis.d.ts b/dist/gen/api/apis.d.ts new file mode 100644 index 0000000000..e1e3748fd8 --- /dev/null +++ b/dist/gen/api/apis.d.ts @@ -0,0 +1,129 @@ +export * from './admissionregistrationApi'; +import { AdmissionregistrationApi } from './admissionregistrationApi'; +export * from './admissionregistrationV1beta1Api'; +import { AdmissionregistrationV1beta1Api } from './admissionregistrationV1beta1Api'; +export * from './apiextensionsApi'; +import { ApiextensionsApi } from './apiextensionsApi'; +export * from './apiextensionsV1beta1Api'; +import { ApiextensionsV1beta1Api } from './apiextensionsV1beta1Api'; +export * from './apiregistrationApi'; +import { ApiregistrationApi } from './apiregistrationApi'; +export * from './apiregistrationV1Api'; +import { ApiregistrationV1Api } from './apiregistrationV1Api'; +export * from './apiregistrationV1beta1Api'; +import { ApiregistrationV1beta1Api } from './apiregistrationV1beta1Api'; +export * from './apisApi'; +import { ApisApi } from './apisApi'; +export * from './appsApi'; +import { AppsApi } from './appsApi'; +export * from './appsV1Api'; +import { AppsV1Api } from './appsV1Api'; +export * from './appsV1beta1Api'; +import { AppsV1beta1Api } from './appsV1beta1Api'; +export * from './appsV1beta2Api'; +import { AppsV1beta2Api } from './appsV1beta2Api'; +export * from './auditregistrationApi'; +import { AuditregistrationApi } from './auditregistrationApi'; +export * from './auditregistrationV1alpha1Api'; +import { AuditregistrationV1alpha1Api } from './auditregistrationV1alpha1Api'; +export * from './authenticationApi'; +import { AuthenticationApi } from './authenticationApi'; +export * from './authenticationV1Api'; +import { AuthenticationV1Api } from './authenticationV1Api'; +export * from './authenticationV1beta1Api'; +import { AuthenticationV1beta1Api } from './authenticationV1beta1Api'; +export * from './authorizationApi'; +import { AuthorizationApi } from './authorizationApi'; +export * from './authorizationV1Api'; +import { AuthorizationV1Api } from './authorizationV1Api'; +export * from './authorizationV1beta1Api'; +import { AuthorizationV1beta1Api } from './authorizationV1beta1Api'; +export * from './autoscalingApi'; +import { AutoscalingApi } from './autoscalingApi'; +export * from './autoscalingV1Api'; +import { AutoscalingV1Api } from './autoscalingV1Api'; +export * from './autoscalingV2beta1Api'; +import { AutoscalingV2beta1Api } from './autoscalingV2beta1Api'; +export * from './autoscalingV2beta2Api'; +import { AutoscalingV2beta2Api } from './autoscalingV2beta2Api'; +export * from './batchApi'; +import { BatchApi } from './batchApi'; +export * from './batchV1Api'; +import { BatchV1Api } from './batchV1Api'; +export * from './batchV1beta1Api'; +import { BatchV1beta1Api } from './batchV1beta1Api'; +export * from './batchV2alpha1Api'; +import { BatchV2alpha1Api } from './batchV2alpha1Api'; +export * from './certificatesApi'; +import { CertificatesApi } from './certificatesApi'; +export * from './certificatesV1beta1Api'; +import { CertificatesV1beta1Api } from './certificatesV1beta1Api'; +export * from './coordinationApi'; +import { CoordinationApi } from './coordinationApi'; +export * from './coordinationV1Api'; +import { CoordinationV1Api } from './coordinationV1Api'; +export * from './coordinationV1beta1Api'; +import { CoordinationV1beta1Api } from './coordinationV1beta1Api'; +export * from './coreApi'; +import { CoreApi } from './coreApi'; +export * from './coreV1Api'; +import { CoreV1Api } from './coreV1Api'; +export * from './customObjectsApi'; +import { CustomObjectsApi } from './customObjectsApi'; +export * from './eventsApi'; +import { EventsApi } from './eventsApi'; +export * from './eventsV1beta1Api'; +import { EventsV1beta1Api } from './eventsV1beta1Api'; +export * from './extensionsApi'; +import { ExtensionsApi } from './extensionsApi'; +export * from './extensionsV1beta1Api'; +import { ExtensionsV1beta1Api } from './extensionsV1beta1Api'; +export * from './logsApi'; +import { LogsApi } from './logsApi'; +export * from './networkingApi'; +import { NetworkingApi } from './networkingApi'; +export * from './networkingV1Api'; +import { NetworkingV1Api } from './networkingV1Api'; +export * from './networkingV1beta1Api'; +import { NetworkingV1beta1Api } from './networkingV1beta1Api'; +export * from './nodeApi'; +import { NodeApi } from './nodeApi'; +export * from './nodeV1alpha1Api'; +import { NodeV1alpha1Api } from './nodeV1alpha1Api'; +export * from './nodeV1beta1Api'; +import { NodeV1beta1Api } from './nodeV1beta1Api'; +export * from './policyApi'; +import { PolicyApi } from './policyApi'; +export * from './policyV1beta1Api'; +import { PolicyV1beta1Api } from './policyV1beta1Api'; +export * from './rbacAuthorizationApi'; +import { RbacAuthorizationApi } from './rbacAuthorizationApi'; +export * from './rbacAuthorizationV1Api'; +import { RbacAuthorizationV1Api } from './rbacAuthorizationV1Api'; +export * from './rbacAuthorizationV1alpha1Api'; +import { RbacAuthorizationV1alpha1Api } from './rbacAuthorizationV1alpha1Api'; +export * from './rbacAuthorizationV1beta1Api'; +import { RbacAuthorizationV1beta1Api } from './rbacAuthorizationV1beta1Api'; +export * from './schedulingApi'; +import { SchedulingApi } from './schedulingApi'; +export * from './schedulingV1Api'; +import { SchedulingV1Api } from './schedulingV1Api'; +export * from './schedulingV1alpha1Api'; +import { SchedulingV1alpha1Api } from './schedulingV1alpha1Api'; +export * from './schedulingV1beta1Api'; +import { SchedulingV1beta1Api } from './schedulingV1beta1Api'; +export * from './settingsApi'; +import { SettingsApi } from './settingsApi'; +export * from './settingsV1alpha1Api'; +import { SettingsV1alpha1Api } from './settingsV1alpha1Api'; +export * from './storageApi'; +import { StorageApi } from './storageApi'; +export * from './storageV1Api'; +import { StorageV1Api } from './storageV1Api'; +export * from './storageV1alpha1Api'; +import { StorageV1alpha1Api } from './storageV1alpha1Api'; +export * from './storageV1beta1Api'; +import { StorageV1beta1Api } from './storageV1beta1Api'; +export * from './versionApi'; +import { VersionApi } from './versionApi'; +export declare const APIS: (typeof AdmissionregistrationApi | typeof AdmissionregistrationV1beta1Api | typeof ApiextensionsApi | typeof ApiextensionsV1beta1Api | typeof ApiregistrationApi | typeof ApiregistrationV1Api | typeof ApiregistrationV1beta1Api | typeof ApisApi | typeof AppsApi | typeof AppsV1Api | typeof AppsV1beta1Api | typeof AppsV1beta2Api | typeof AuditregistrationApi | typeof AuditregistrationV1alpha1Api | typeof AuthenticationApi | typeof AuthenticationV1Api | typeof AuthenticationV1beta1Api | typeof AuthorizationApi | typeof AuthorizationV1Api | typeof AuthorizationV1beta1Api | typeof AutoscalingApi | typeof AutoscalingV1Api | typeof AutoscalingV2beta1Api | typeof AutoscalingV2beta2Api | typeof BatchApi | typeof BatchV1Api | typeof BatchV1beta1Api | typeof BatchV2alpha1Api | typeof CertificatesApi | typeof CertificatesV1beta1Api | typeof CoordinationApi | typeof CoordinationV1Api | typeof CoordinationV1beta1Api | typeof CoreApi | typeof CoreV1Api | typeof CustomObjectsApi | typeof EventsApi | typeof EventsV1beta1Api | typeof ExtensionsApi | typeof ExtensionsV1beta1Api | typeof LogsApi | typeof NetworkingApi | typeof NetworkingV1Api | typeof NetworkingV1beta1Api | typeof NodeApi | typeof NodeV1alpha1Api | typeof NodeV1beta1Api | typeof PolicyApi | typeof PolicyV1beta1Api | typeof RbacAuthorizationApi | typeof RbacAuthorizationV1Api | typeof RbacAuthorizationV1alpha1Api | typeof RbacAuthorizationV1beta1Api | typeof SchedulingApi | typeof SchedulingV1Api | typeof SchedulingV1alpha1Api | typeof SchedulingV1beta1Api | typeof SettingsApi | typeof SettingsV1alpha1Api | typeof StorageApi | typeof StorageV1Api | typeof StorageV1alpha1Api | typeof StorageV1beta1Api | typeof VersionApi)[]; diff --git a/dist/gen/api/apis.js b/dist/gen/api/apis.js new file mode 100644 index 0000000000..e515d76f9d --- /dev/null +++ b/dist/gen/api/apis.js @@ -0,0 +1,133 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./admissionregistrationApi"), exports); +const admissionregistrationApi_1 = require("./admissionregistrationApi"); +tslib_1.__exportStar(require("./admissionregistrationV1beta1Api"), exports); +const admissionregistrationV1beta1Api_1 = require("./admissionregistrationV1beta1Api"); +tslib_1.__exportStar(require("./apiextensionsApi"), exports); +const apiextensionsApi_1 = require("./apiextensionsApi"); +tslib_1.__exportStar(require("./apiextensionsV1beta1Api"), exports); +const apiextensionsV1beta1Api_1 = require("./apiextensionsV1beta1Api"); +tslib_1.__exportStar(require("./apiregistrationApi"), exports); +const apiregistrationApi_1 = require("./apiregistrationApi"); +tslib_1.__exportStar(require("./apiregistrationV1Api"), exports); +const apiregistrationV1Api_1 = require("./apiregistrationV1Api"); +tslib_1.__exportStar(require("./apiregistrationV1beta1Api"), exports); +const apiregistrationV1beta1Api_1 = require("./apiregistrationV1beta1Api"); +tslib_1.__exportStar(require("./apisApi"), exports); +const apisApi_1 = require("./apisApi"); +tslib_1.__exportStar(require("./appsApi"), exports); +const appsApi_1 = require("./appsApi"); +tslib_1.__exportStar(require("./appsV1Api"), exports); +const appsV1Api_1 = require("./appsV1Api"); +tslib_1.__exportStar(require("./appsV1beta1Api"), exports); +const appsV1beta1Api_1 = require("./appsV1beta1Api"); +tslib_1.__exportStar(require("./appsV1beta2Api"), exports); +const appsV1beta2Api_1 = require("./appsV1beta2Api"); +tslib_1.__exportStar(require("./auditregistrationApi"), exports); +const auditregistrationApi_1 = require("./auditregistrationApi"); +tslib_1.__exportStar(require("./auditregistrationV1alpha1Api"), exports); +const auditregistrationV1alpha1Api_1 = require("./auditregistrationV1alpha1Api"); +tslib_1.__exportStar(require("./authenticationApi"), exports); +const authenticationApi_1 = require("./authenticationApi"); +tslib_1.__exportStar(require("./authenticationV1Api"), exports); +const authenticationV1Api_1 = require("./authenticationV1Api"); +tslib_1.__exportStar(require("./authenticationV1beta1Api"), exports); +const authenticationV1beta1Api_1 = require("./authenticationV1beta1Api"); +tslib_1.__exportStar(require("./authorizationApi"), exports); +const authorizationApi_1 = require("./authorizationApi"); +tslib_1.__exportStar(require("./authorizationV1Api"), exports); +const authorizationV1Api_1 = require("./authorizationV1Api"); +tslib_1.__exportStar(require("./authorizationV1beta1Api"), exports); +const authorizationV1beta1Api_1 = require("./authorizationV1beta1Api"); +tslib_1.__exportStar(require("./autoscalingApi"), exports); +const autoscalingApi_1 = require("./autoscalingApi"); +tslib_1.__exportStar(require("./autoscalingV1Api"), exports); +const autoscalingV1Api_1 = require("./autoscalingV1Api"); +tslib_1.__exportStar(require("./autoscalingV2beta1Api"), exports); +const autoscalingV2beta1Api_1 = require("./autoscalingV2beta1Api"); +tslib_1.__exportStar(require("./autoscalingV2beta2Api"), exports); +const autoscalingV2beta2Api_1 = require("./autoscalingV2beta2Api"); +tslib_1.__exportStar(require("./batchApi"), exports); +const batchApi_1 = require("./batchApi"); +tslib_1.__exportStar(require("./batchV1Api"), exports); +const batchV1Api_1 = require("./batchV1Api"); +tslib_1.__exportStar(require("./batchV1beta1Api"), exports); +const batchV1beta1Api_1 = require("./batchV1beta1Api"); +tslib_1.__exportStar(require("./batchV2alpha1Api"), exports); +const batchV2alpha1Api_1 = require("./batchV2alpha1Api"); +tslib_1.__exportStar(require("./certificatesApi"), exports); +const certificatesApi_1 = require("./certificatesApi"); +tslib_1.__exportStar(require("./certificatesV1beta1Api"), exports); +const certificatesV1beta1Api_1 = require("./certificatesV1beta1Api"); +tslib_1.__exportStar(require("./coordinationApi"), exports); +const coordinationApi_1 = require("./coordinationApi"); +tslib_1.__exportStar(require("./coordinationV1Api"), exports); +const coordinationV1Api_1 = require("./coordinationV1Api"); +tslib_1.__exportStar(require("./coordinationV1beta1Api"), exports); +const coordinationV1beta1Api_1 = require("./coordinationV1beta1Api"); +tslib_1.__exportStar(require("./coreApi"), exports); +const coreApi_1 = require("./coreApi"); +tslib_1.__exportStar(require("./coreV1Api"), exports); +const coreV1Api_1 = require("./coreV1Api"); +tslib_1.__exportStar(require("./customObjectsApi"), exports); +const customObjectsApi_1 = require("./customObjectsApi"); +tslib_1.__exportStar(require("./eventsApi"), exports); +const eventsApi_1 = require("./eventsApi"); +tslib_1.__exportStar(require("./eventsV1beta1Api"), exports); +const eventsV1beta1Api_1 = require("./eventsV1beta1Api"); +tslib_1.__exportStar(require("./extensionsApi"), exports); +const extensionsApi_1 = require("./extensionsApi"); +tslib_1.__exportStar(require("./extensionsV1beta1Api"), exports); +const extensionsV1beta1Api_1 = require("./extensionsV1beta1Api"); +tslib_1.__exportStar(require("./logsApi"), exports); +const logsApi_1 = require("./logsApi"); +tslib_1.__exportStar(require("./networkingApi"), exports); +const networkingApi_1 = require("./networkingApi"); +tslib_1.__exportStar(require("./networkingV1Api"), exports); +const networkingV1Api_1 = require("./networkingV1Api"); +tslib_1.__exportStar(require("./networkingV1beta1Api"), exports); +const networkingV1beta1Api_1 = require("./networkingV1beta1Api"); +tslib_1.__exportStar(require("./nodeApi"), exports); +const nodeApi_1 = require("./nodeApi"); +tslib_1.__exportStar(require("./nodeV1alpha1Api"), exports); +const nodeV1alpha1Api_1 = require("./nodeV1alpha1Api"); +tslib_1.__exportStar(require("./nodeV1beta1Api"), exports); +const nodeV1beta1Api_1 = require("./nodeV1beta1Api"); +tslib_1.__exportStar(require("./policyApi"), exports); +const policyApi_1 = require("./policyApi"); +tslib_1.__exportStar(require("./policyV1beta1Api"), exports); +const policyV1beta1Api_1 = require("./policyV1beta1Api"); +tslib_1.__exportStar(require("./rbacAuthorizationApi"), exports); +const rbacAuthorizationApi_1 = require("./rbacAuthorizationApi"); +tslib_1.__exportStar(require("./rbacAuthorizationV1Api"), exports); +const rbacAuthorizationV1Api_1 = require("./rbacAuthorizationV1Api"); +tslib_1.__exportStar(require("./rbacAuthorizationV1alpha1Api"), exports); +const rbacAuthorizationV1alpha1Api_1 = require("./rbacAuthorizationV1alpha1Api"); +tslib_1.__exportStar(require("./rbacAuthorizationV1beta1Api"), exports); +const rbacAuthorizationV1beta1Api_1 = require("./rbacAuthorizationV1beta1Api"); +tslib_1.__exportStar(require("./schedulingApi"), exports); +const schedulingApi_1 = require("./schedulingApi"); +tslib_1.__exportStar(require("./schedulingV1Api"), exports); +const schedulingV1Api_1 = require("./schedulingV1Api"); +tslib_1.__exportStar(require("./schedulingV1alpha1Api"), exports); +const schedulingV1alpha1Api_1 = require("./schedulingV1alpha1Api"); +tslib_1.__exportStar(require("./schedulingV1beta1Api"), exports); +const schedulingV1beta1Api_1 = require("./schedulingV1beta1Api"); +tslib_1.__exportStar(require("./settingsApi"), exports); +const settingsApi_1 = require("./settingsApi"); +tslib_1.__exportStar(require("./settingsV1alpha1Api"), exports); +const settingsV1alpha1Api_1 = require("./settingsV1alpha1Api"); +tslib_1.__exportStar(require("./storageApi"), exports); +const storageApi_1 = require("./storageApi"); +tslib_1.__exportStar(require("./storageV1Api"), exports); +const storageV1Api_1 = require("./storageV1Api"); +tslib_1.__exportStar(require("./storageV1alpha1Api"), exports); +const storageV1alpha1Api_1 = require("./storageV1alpha1Api"); +tslib_1.__exportStar(require("./storageV1beta1Api"), exports); +const storageV1beta1Api_1 = require("./storageV1beta1Api"); +tslib_1.__exportStar(require("./versionApi"), exports); +const versionApi_1 = require("./versionApi"); +exports.APIS = [admissionregistrationApi_1.AdmissionregistrationApi, admissionregistrationV1beta1Api_1.AdmissionregistrationV1beta1Api, apiextensionsApi_1.ApiextensionsApi, apiextensionsV1beta1Api_1.ApiextensionsV1beta1Api, apiregistrationApi_1.ApiregistrationApi, apiregistrationV1Api_1.ApiregistrationV1Api, apiregistrationV1beta1Api_1.ApiregistrationV1beta1Api, apisApi_1.ApisApi, appsApi_1.AppsApi, appsV1Api_1.AppsV1Api, appsV1beta1Api_1.AppsV1beta1Api, appsV1beta2Api_1.AppsV1beta2Api, auditregistrationApi_1.AuditregistrationApi, auditregistrationV1alpha1Api_1.AuditregistrationV1alpha1Api, authenticationApi_1.AuthenticationApi, authenticationV1Api_1.AuthenticationV1Api, authenticationV1beta1Api_1.AuthenticationV1beta1Api, authorizationApi_1.AuthorizationApi, authorizationV1Api_1.AuthorizationV1Api, authorizationV1beta1Api_1.AuthorizationV1beta1Api, autoscalingApi_1.AutoscalingApi, autoscalingV1Api_1.AutoscalingV1Api, autoscalingV2beta1Api_1.AutoscalingV2beta1Api, autoscalingV2beta2Api_1.AutoscalingV2beta2Api, batchApi_1.BatchApi, batchV1Api_1.BatchV1Api, batchV1beta1Api_1.BatchV1beta1Api, batchV2alpha1Api_1.BatchV2alpha1Api, certificatesApi_1.CertificatesApi, certificatesV1beta1Api_1.CertificatesV1beta1Api, coordinationApi_1.CoordinationApi, coordinationV1Api_1.CoordinationV1Api, coordinationV1beta1Api_1.CoordinationV1beta1Api, coreApi_1.CoreApi, coreV1Api_1.CoreV1Api, customObjectsApi_1.CustomObjectsApi, eventsApi_1.EventsApi, eventsV1beta1Api_1.EventsV1beta1Api, extensionsApi_1.ExtensionsApi, extensionsV1beta1Api_1.ExtensionsV1beta1Api, logsApi_1.LogsApi, networkingApi_1.NetworkingApi, networkingV1Api_1.NetworkingV1Api, networkingV1beta1Api_1.NetworkingV1beta1Api, nodeApi_1.NodeApi, nodeV1alpha1Api_1.NodeV1alpha1Api, nodeV1beta1Api_1.NodeV1beta1Api, policyApi_1.PolicyApi, policyV1beta1Api_1.PolicyV1beta1Api, rbacAuthorizationApi_1.RbacAuthorizationApi, rbacAuthorizationV1Api_1.RbacAuthorizationV1Api, rbacAuthorizationV1alpha1Api_1.RbacAuthorizationV1alpha1Api, rbacAuthorizationV1beta1Api_1.RbacAuthorizationV1beta1Api, schedulingApi_1.SchedulingApi, schedulingV1Api_1.SchedulingV1Api, schedulingV1alpha1Api_1.SchedulingV1alpha1Api, schedulingV1beta1Api_1.SchedulingV1beta1Api, settingsApi_1.SettingsApi, settingsV1alpha1Api_1.SettingsV1alpha1Api, storageApi_1.StorageApi, storageV1Api_1.StorageV1Api, storageV1alpha1Api_1.StorageV1alpha1Api, storageV1beta1Api_1.StorageV1beta1Api, versionApi_1.VersionApi]; +//# sourceMappingURL=apis.js.map \ No newline at end of file diff --git a/dist/gen/api/apis.js.map b/dist/gen/api/apis.js.map new file mode 100644 index 0000000000..5baa0deacf --- /dev/null +++ b/dist/gen/api/apis.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apis.js","sourceRoot":"","sources":["../../../src/gen/api/apis.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/apisApi.d.ts b/dist/gen/api/apisApi.d.ts new file mode 100644 index 0000000000..c583fd6339 --- /dev/null +++ b/dist/gen/api/apisApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroupList } from '../model/v1APIGroupList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ApisApiApiKeys { + BearerToken = 0 +} +export declare class ApisApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ApisApiApiKeys, value: string): void; + /** + * get available API versions + */ + getAPIVersions(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroupList; + }>; +} diff --git a/dist/gen/api/apisApi.js b/dist/gen/api/apisApi.js new file mode 100644 index 0000000000..750f5abae7 --- /dev/null +++ b/dist/gen/api/apisApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ApisApiApiKeys; +(function (ApisApiApiKeys) { + ApisApiApiKeys[ApisApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ApisApiApiKeys = exports.ApisApiApiKeys || (exports.ApisApiApiKeys = {})); +class ApisApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ApisApiApiKeys[key]].apiKey = value; + } + /** + * get available API versions + */ + getAPIVersions(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroupList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ApisApi = ApisApi; +//# sourceMappingURL=apisApi.js.map \ No newline at end of file diff --git a/dist/gen/api/apisApi.js.map b/dist/gen/api/apisApi.js.map new file mode 100644 index 0000000000..5d77c9890c --- /dev/null +++ b/dist/gen/api/apisApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apisApi.js","sourceRoot":"","sources":["../../../src/gen/api/apisApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/appsApi.d.ts b/dist/gen/api/appsApi.d.ts new file mode 100644 index 0000000000..951f58258c --- /dev/null +++ b/dist/gen/api/appsApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AppsApiApiKeys { + BearerToken = 0 +} +export declare class AppsApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AppsApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/appsApi.js b/dist/gen/api/appsApi.js new file mode 100644 index 0000000000..cb79e1caaf --- /dev/null +++ b/dist/gen/api/appsApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AppsApiApiKeys; +(function (AppsApiApiKeys) { + AppsApiApiKeys[AppsApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AppsApiApiKeys = exports.AppsApiApiKeys || (exports.AppsApiApiKeys = {})); +class AppsApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AppsApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AppsApi = AppsApi; +//# sourceMappingURL=appsApi.js.map \ No newline at end of file diff --git a/dist/gen/api/appsApi.js.map b/dist/gen/api/appsApi.js.map new file mode 100644 index 0000000000..696dfb2cbc --- /dev/null +++ b/dist/gen/api/appsApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsApi.js","sourceRoot":"","sources":["../../../src/gen/api/appsApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/appsV1Api.d.ts b/dist/gen/api/appsV1Api.d.ts new file mode 100644 index 0000000000..71ec3960aa --- /dev/null +++ b/dist/gen/api/appsV1Api.d.ts @@ -0,0 +1,1165 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1ControllerRevision } from '../model/v1ControllerRevision'; +import { V1ControllerRevisionList } from '../model/v1ControllerRevisionList'; +import { V1DaemonSet } from '../model/v1DaemonSet'; +import { V1DaemonSetList } from '../model/v1DaemonSetList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Deployment } from '../model/v1Deployment'; +import { V1DeploymentList } from '../model/v1DeploymentList'; +import { V1ReplicaSet } from '../model/v1ReplicaSet'; +import { V1ReplicaSetList } from '../model/v1ReplicaSetList'; +import { V1Scale } from '../model/v1Scale'; +import { V1StatefulSet } from '../model/v1StatefulSet'; +import { V1StatefulSetList } from '../model/v1StatefulSetList'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AppsV1ApiApiKeys { + BearerToken = 0 +} +export declare class AppsV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AppsV1ApiApiKeys, value: string): void; + /** + * create a ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedControllerRevision(namespace: string, body: V1ControllerRevision, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ControllerRevision; + }>; + /** + * create a DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDaemonSet(namespace: string, body: V1DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSet; + }>; + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace: string, body: V1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Deployment; + }>; + /** + * create a ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicaSet(namespace: string, body: V1ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSet; + }>; + /** + * create a StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedStatefulSet(namespace: string, body: V1StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSet; + }>; + /** + * delete collection of ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedControllerRevision(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDaemonSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicaSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedStatefulSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedControllerRevision(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDaemonSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicaSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedStatefulSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind ControllerRevision + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listControllerRevisionForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ControllerRevisionList; + }>; + /** + * list or watch objects of kind DaemonSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDaemonSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSetList; + }>; + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DeploymentList; + }>; + /** + * list or watch objects of kind ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedControllerRevision(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ControllerRevisionList; + }>; + /** + * list or watch objects of kind DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDaemonSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSetList; + }>; + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DeploymentList; + }>; + /** + * list or watch objects of kind ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicaSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSetList; + }>; + /** + * list or watch objects of kind StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedStatefulSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSetList; + }>; + /** + * list or watch objects of kind ReplicaSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicaSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSetList; + }>; + /** + * list or watch objects of kind StatefulSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStatefulSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSetList; + }>; + /** + * partially update the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedControllerRevision(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ControllerRevision; + }>; + /** + * partially update the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSet; + }>; + /** + * partially update status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSet; + }>; + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Deployment; + }>; + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Deployment; + }>; + /** + * partially update the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSet; + }>; + /** + * partially update scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * partially update status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSet; + }>; + /** + * partially update the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSet; + }>; + /** + * partially update scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * partially update status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSet; + }>; + /** + * read the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedControllerRevision(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ControllerRevision; + }>; + /** + * read the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDaemonSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSet; + }>; + /** + * read status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDaemonSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSet; + }>; + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Deployment; + }>; + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Deployment; + }>; + /** + * read the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicaSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSet; + }>; + /** + * read scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * read status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSet; + }>; + /** + * read the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedStatefulSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSet; + }>; + /** + * read scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * read status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSet; + }>; + /** + * replace the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedControllerRevision(name: string, namespace: string, body: V1ControllerRevision, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ControllerRevision; + }>; + /** + * replace the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSet(name: string, namespace: string, body: V1DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSet; + }>; + /** + * replace status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSetStatus(name: string, namespace: string, body: V1DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1DaemonSet; + }>; + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name: string, namespace: string, body: V1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Deployment; + }>; + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name: string, namespace: string, body: V1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name: string, namespace: string, body: V1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Deployment; + }>; + /** + * replace the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSet(name: string, namespace: string, body: V1ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSet; + }>; + /** + * replace scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetScale(name: string, namespace: string, body: V1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * replace status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetStatus(name: string, namespace: string, body: V1ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicaSet; + }>; + /** + * replace the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSet(name: string, namespace: string, body: V1StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSet; + }>; + /** + * replace scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetScale(name: string, namespace: string, body: V1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * replace status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetStatus(name: string, namespace: string, body: V1StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StatefulSet; + }>; +} diff --git a/dist/gen/api/appsV1Api.js b/dist/gen/api/appsV1Api.js new file mode 100644 index 0000000000..e31dcfc409 --- /dev/null +++ b/dist/gen/api/appsV1Api.js @@ -0,0 +1,5143 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AppsV1ApiApiKeys; +(function (AppsV1ApiApiKeys) { + AppsV1ApiApiKeys[AppsV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AppsV1ApiApiKeys = exports.AppsV1ApiApiKeys || (exports.AppsV1ApiApiKeys = {})); +class AppsV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AppsV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedControllerRevision(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ControllerRevision") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDaemonSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicaSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedStatefulSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedControllerRevision(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDaemonSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicaSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedStatefulSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedControllerRevision(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDaemonSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicaSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedStatefulSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ControllerRevision + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listControllerRevisionForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/controllerrevisions'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ControllerRevisionList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind DaemonSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDaemonSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/daemonsets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/deployments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedControllerRevision(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ControllerRevisionList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDaemonSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicaSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedStatefulSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicaSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicaSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/replicasets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StatefulSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStatefulSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/statefulsets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedControllerRevision(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedControllerRevision(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDaemonSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDaemonSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicaSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedStatefulSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedControllerRevision(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ControllerRevision") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AppsV1Api = AppsV1Api; +//# sourceMappingURL=appsV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/appsV1Api.js.map b/dist/gen/api/appsV1Api.js.map new file mode 100644 index 0000000000..c35b40434c --- /dev/null +++ b/dist/gen/api/appsV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/appsV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/appsV1beta1Api.d.ts b/dist/gen/api/appsV1beta1Api.d.ts new file mode 100644 index 0000000000..336f533b6a --- /dev/null +++ b/dist/gen/api/appsV1beta1Api.d.ts @@ -0,0 +1,726 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { AppsV1beta1Deployment } from '../model/appsV1beta1Deployment'; +import { AppsV1beta1DeploymentList } from '../model/appsV1beta1DeploymentList'; +import { AppsV1beta1DeploymentRollback } from '../model/appsV1beta1DeploymentRollback'; +import { AppsV1beta1Scale } from '../model/appsV1beta1Scale'; +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1ControllerRevision } from '../model/v1beta1ControllerRevision'; +import { V1beta1ControllerRevisionList } from '../model/v1beta1ControllerRevisionList'; +import { V1beta1StatefulSet } from '../model/v1beta1StatefulSet'; +import { V1beta1StatefulSetList } from '../model/v1beta1StatefulSetList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AppsV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class AppsV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AppsV1beta1ApiApiKeys, value: string): void; + /** + * create a ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedControllerRevision(namespace: string, body: V1beta1ControllerRevision, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ControllerRevision; + }>; + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace: string, body: AppsV1beta1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Deployment; + }>; + /** + * create rollback of a Deployment + * @param name name of the DeploymentRollback + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedDeploymentRollback(name: string, namespace: string, body: AppsV1beta1DeploymentRollback, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * create a StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedStatefulSet(namespace: string, body: V1beta1StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSet; + }>; + /** + * delete collection of ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedControllerRevision(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedStatefulSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedControllerRevision(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedStatefulSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind ControllerRevision + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listControllerRevisionForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ControllerRevisionList; + }>; + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1DeploymentList; + }>; + /** + * list or watch objects of kind ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedControllerRevision(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ControllerRevisionList; + }>; + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1DeploymentList; + }>; + /** + * list or watch objects of kind StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedStatefulSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSetList; + }>; + /** + * list or watch objects of kind StatefulSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStatefulSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSetList; + }>; + /** + * partially update the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedControllerRevision(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ControllerRevision; + }>; + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Deployment; + }>; + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Scale; + }>; + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Deployment; + }>; + /** + * partially update the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSet; + }>; + /** + * partially update scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Scale; + }>; + /** + * partially update status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSet; + }>; + /** + * read the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedControllerRevision(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ControllerRevision; + }>; + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Deployment; + }>; + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Scale; + }>; + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Deployment; + }>; + /** + * read the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedStatefulSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSet; + }>; + /** + * read scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Scale; + }>; + /** + * read status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSet; + }>; + /** + * replace the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedControllerRevision(name: string, namespace: string, body: V1beta1ControllerRevision, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ControllerRevision; + }>; + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name: string, namespace: string, body: AppsV1beta1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Deployment; + }>; + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name: string, namespace: string, body: AppsV1beta1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Scale; + }>; + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name: string, namespace: string, body: AppsV1beta1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Deployment; + }>; + /** + * replace the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSet(name: string, namespace: string, body: V1beta1StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSet; + }>; + /** + * replace scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetScale(name: string, namespace: string, body: AppsV1beta1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: AppsV1beta1Scale; + }>; + /** + * replace status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetStatus(name: string, namespace: string, body: V1beta1StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StatefulSet; + }>; +} diff --git a/dist/gen/api/appsV1beta1Api.js b/dist/gen/api/appsV1beta1Api.js new file mode 100644 index 0000000000..a385fe97ef --- /dev/null +++ b/dist/gen/api/appsV1beta1Api.js @@ -0,0 +1,3165 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AppsV1beta1ApiApiKeys; +(function (AppsV1beta1ApiApiKeys) { + AppsV1beta1ApiApiKeys[AppsV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AppsV1beta1ApiApiKeys = exports.AppsV1beta1ApiApiKeys || (exports.AppsV1beta1ApiApiKeys = {})); +class AppsV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AppsV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedControllerRevision(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ControllerRevision") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "AppsV1beta1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create rollback of a Deployment + * @param name name of the DeploymentRollback + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedDeploymentRollback(name, namespace, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/rollback' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling createNamespacedDeploymentRollback.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDeploymentRollback.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDeploymentRollback.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "AppsV1beta1DeploymentRollback") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedStatefulSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedControllerRevision(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedStatefulSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedControllerRevision(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedStatefulSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ControllerRevision + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listControllerRevisionForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/controllerrevisions'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ControllerRevisionList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/deployments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedControllerRevision(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ControllerRevisionList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedStatefulSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StatefulSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStatefulSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/statefulsets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedControllerRevision(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedControllerRevision(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedStatefulSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedControllerRevision(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ControllerRevision") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "AppsV1beta1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "AppsV1beta1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "AppsV1beta1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "AppsV1beta1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "AppsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta1/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AppsV1beta1Api = AppsV1beta1Api; +//# sourceMappingURL=appsV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/appsV1beta1Api.js.map b/dist/gen/api/appsV1beta1Api.js.map new file mode 100644 index 0000000000..d95b06a0cb --- /dev/null +++ b/dist/gen/api/appsV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/appsV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/appsV1beta2Api.d.ts b/dist/gen/api/appsV1beta2Api.d.ts new file mode 100644 index 0000000000..e22aa21a0b --- /dev/null +++ b/dist/gen/api/appsV1beta2Api.d.ts @@ -0,0 +1,1165 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta2ControllerRevision } from '../model/v1beta2ControllerRevision'; +import { V1beta2ControllerRevisionList } from '../model/v1beta2ControllerRevisionList'; +import { V1beta2DaemonSet } from '../model/v1beta2DaemonSet'; +import { V1beta2DaemonSetList } from '../model/v1beta2DaemonSetList'; +import { V1beta2Deployment } from '../model/v1beta2Deployment'; +import { V1beta2DeploymentList } from '../model/v1beta2DeploymentList'; +import { V1beta2ReplicaSet } from '../model/v1beta2ReplicaSet'; +import { V1beta2ReplicaSetList } from '../model/v1beta2ReplicaSetList'; +import { V1beta2Scale } from '../model/v1beta2Scale'; +import { V1beta2StatefulSet } from '../model/v1beta2StatefulSet'; +import { V1beta2StatefulSetList } from '../model/v1beta2StatefulSetList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AppsV1beta2ApiApiKeys { + BearerToken = 0 +} +export declare class AppsV1beta2Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AppsV1beta2ApiApiKeys, value: string): void; + /** + * create a ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedControllerRevision(namespace: string, body: V1beta2ControllerRevision, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ControllerRevision; + }>; + /** + * create a DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDaemonSet(namespace: string, body: V1beta2DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSet; + }>; + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace: string, body: V1beta2Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Deployment; + }>; + /** + * create a ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicaSet(namespace: string, body: V1beta2ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSet; + }>; + /** + * create a StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedStatefulSet(namespace: string, body: V1beta2StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSet; + }>; + /** + * delete collection of ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedControllerRevision(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDaemonSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicaSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedStatefulSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedControllerRevision(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDaemonSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicaSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedStatefulSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind ControllerRevision + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listControllerRevisionForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ControllerRevisionList; + }>; + /** + * list or watch objects of kind DaemonSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDaemonSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSetList; + }>; + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DeploymentList; + }>; + /** + * list or watch objects of kind ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedControllerRevision(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ControllerRevisionList; + }>; + /** + * list or watch objects of kind DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDaemonSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSetList; + }>; + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DeploymentList; + }>; + /** + * list or watch objects of kind ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicaSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSetList; + }>; + /** + * list or watch objects of kind StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedStatefulSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSetList; + }>; + /** + * list or watch objects of kind ReplicaSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicaSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSetList; + }>; + /** + * list or watch objects of kind StatefulSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStatefulSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSetList; + }>; + /** + * partially update the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedControllerRevision(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ControllerRevision; + }>; + /** + * partially update the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSet; + }>; + /** + * partially update status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSet; + }>; + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Deployment; + }>; + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Deployment; + }>; + /** + * partially update the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSet; + }>; + /** + * partially update scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * partially update status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSet; + }>; + /** + * partially update the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSet; + }>; + /** + * partially update scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * partially update status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSet; + }>; + /** + * read the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedControllerRevision(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ControllerRevision; + }>; + /** + * read the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDaemonSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSet; + }>; + /** + * read status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDaemonSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSet; + }>; + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Deployment; + }>; + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Deployment; + }>; + /** + * read the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicaSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSet; + }>; + /** + * read scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * read status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSet; + }>; + /** + * read the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedStatefulSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSet; + }>; + /** + * read scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * read status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSet; + }>; + /** + * replace the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedControllerRevision(name: string, namespace: string, body: V1beta2ControllerRevision, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ControllerRevision; + }>; + /** + * replace the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSet(name: string, namespace: string, body: V1beta2DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSet; + }>; + /** + * replace status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSetStatus(name: string, namespace: string, body: V1beta2DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2DaemonSet; + }>; + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name: string, namespace: string, body: V1beta2Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Deployment; + }>; + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name: string, namespace: string, body: V1beta2Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name: string, namespace: string, body: V1beta2Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Deployment; + }>; + /** + * replace the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSet(name: string, namespace: string, body: V1beta2ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSet; + }>; + /** + * replace scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetScale(name: string, namespace: string, body: V1beta2Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * replace status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetStatus(name: string, namespace: string, body: V1beta2ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2ReplicaSet; + }>; + /** + * replace the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSet(name: string, namespace: string, body: V1beta2StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSet; + }>; + /** + * replace scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetScale(name: string, namespace: string, body: V1beta2Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2Scale; + }>; + /** + * replace status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetStatus(name: string, namespace: string, body: V1beta2StatefulSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta2StatefulSet; + }>; +} diff --git a/dist/gen/api/appsV1beta2Api.js b/dist/gen/api/appsV1beta2Api.js new file mode 100644 index 0000000000..5c7b0fa52c --- /dev/null +++ b/dist/gen/api/appsV1beta2Api.js @@ -0,0 +1,5143 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AppsV1beta2ApiApiKeys; +(function (AppsV1beta2ApiApiKeys) { + AppsV1beta2ApiApiKeys[AppsV1beta2ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AppsV1beta2ApiApiKeys = exports.AppsV1beta2ApiApiKeys || (exports.AppsV1beta2ApiApiKeys = {})); +class AppsV1beta2Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AppsV1beta2ApiApiKeys[key]].apiKey = value; + } + /** + * create a ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedControllerRevision(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2ControllerRevision") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDaemonSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicaSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedStatefulSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedControllerRevision(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDaemonSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicaSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedStatefulSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedControllerRevision(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDaemonSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicaSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedStatefulSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ControllerRevision + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listControllerRevisionForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/controllerrevisions'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ControllerRevisionList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind DaemonSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDaemonSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/daemonsets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/deployments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedControllerRevision(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ControllerRevisionList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDaemonSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicaSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedStatefulSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicaSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicaSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/replicasets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StatefulSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStatefulSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/statefulsets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedControllerRevision(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedStatefulSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedControllerRevision(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDaemonSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDaemonSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicaSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedStatefulSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedStatefulSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ControllerRevision + * @param name name of the ControllerRevision + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedControllerRevision(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/controllerrevisions/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedControllerRevision.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedControllerRevision.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedControllerRevision.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2ControllerRevision") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ControllerRevision"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified StatefulSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified StatefulSet + * @param name name of the StatefulSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedStatefulSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/apps/v1beta2/namespaces/{namespace}/statefulsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedStatefulSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta2StatefulSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta2StatefulSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AppsV1beta2Api = AppsV1beta2Api; +//# sourceMappingURL=appsV1beta2Api.js.map \ No newline at end of file diff --git a/dist/gen/api/appsV1beta2Api.js.map b/dist/gen/api/appsV1beta2Api.js.map new file mode 100644 index 0000000000..44e49e48ec --- /dev/null +++ b/dist/gen/api/appsV1beta2Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta2Api.js","sourceRoot":"","sources":["../../../src/gen/api/appsV1beta2Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/auditregistrationApi.d.ts b/dist/gen/api/auditregistrationApi.d.ts new file mode 100644 index 0000000000..d8642d8c97 --- /dev/null +++ b/dist/gen/api/auditregistrationApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuditregistrationApiApiKeys { + BearerToken = 0 +} +export declare class AuditregistrationApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuditregistrationApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/auditregistrationApi.js b/dist/gen/api/auditregistrationApi.js new file mode 100644 index 0000000000..87aa59530e --- /dev/null +++ b/dist/gen/api/auditregistrationApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuditregistrationApiApiKeys; +(function (AuditregistrationApiApiKeys) { + AuditregistrationApiApiKeys[AuditregistrationApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuditregistrationApiApiKeys = exports.AuditregistrationApiApiKeys || (exports.AuditregistrationApiApiKeys = {})); +class AuditregistrationApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuditregistrationApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuditregistrationApi = AuditregistrationApi; +//# sourceMappingURL=auditregistrationApi.js.map \ No newline at end of file diff --git a/dist/gen/api/auditregistrationApi.js.map b/dist/gen/api/auditregistrationApi.js.map new file mode 100644 index 0000000000..aa75d75345 --- /dev/null +++ b/dist/gen/api/auditregistrationApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"auditregistrationApi.js","sourceRoot":"","sources":["../../../src/gen/api/auditregistrationApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/auditregistrationV1alpha1Api.d.ts b/dist/gen/api/auditregistrationV1alpha1Api.d.ts new file mode 100644 index 0000000000..eb9d3ba376 --- /dev/null +++ b/dist/gen/api/auditregistrationV1alpha1Api.d.ts @@ -0,0 +1,174 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1alpha1AuditSink } from '../model/v1alpha1AuditSink'; +import { V1alpha1AuditSinkList } from '../model/v1alpha1AuditSinkList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuditregistrationV1alpha1ApiApiKeys { + BearerToken = 0 +} +export declare class AuditregistrationV1alpha1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuditregistrationV1alpha1ApiApiKeys, value: string): void; + /** + * create an AuditSink + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createAuditSink(body: V1alpha1AuditSink, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1AuditSink; + }>; + /** + * delete an AuditSink + * @param name name of the AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteAuditSink(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionAuditSink(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listAuditSink(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1AuditSinkList; + }>; + /** + * partially update the specified AuditSink + * @param name name of the AuditSink + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAuditSink(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1AuditSink; + }>; + /** + * read the specified AuditSink + * @param name name of the AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readAuditSink(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1AuditSink; + }>; + /** + * replace the specified AuditSink + * @param name name of the AuditSink + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAuditSink(name: string, body: V1alpha1AuditSink, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1AuditSink; + }>; +} diff --git a/dist/gen/api/auditregistrationV1alpha1Api.js b/dist/gen/api/auditregistrationV1alpha1Api.js new file mode 100644 index 0000000000..a651732f62 --- /dev/null +++ b/dist/gen/api/auditregistrationV1alpha1Api.js @@ -0,0 +1,669 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuditregistrationV1alpha1ApiApiKeys; +(function (AuditregistrationV1alpha1ApiApiKeys) { + AuditregistrationV1alpha1ApiApiKeys[AuditregistrationV1alpha1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuditregistrationV1alpha1ApiApiKeys = exports.AuditregistrationV1alpha1ApiApiKeys || (exports.AuditregistrationV1alpha1ApiApiKeys = {})); +class AuditregistrationV1alpha1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuditregistrationV1alpha1ApiApiKeys[key]].apiKey = value; + } + /** + * create an AuditSink + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createAuditSink(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/auditsinks'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createAuditSink.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1AuditSink") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1AuditSink"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete an AuditSink + * @param name name of the AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteAuditSink(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteAuditSink.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionAuditSink(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/auditsinks'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listAuditSink(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/auditsinks'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1AuditSinkList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified AuditSink + * @param name name of the AuditSink + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchAuditSink(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchAuditSink.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchAuditSink.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1AuditSink"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified AuditSink + * @param name name of the AuditSink + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readAuditSink(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readAuditSink.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1AuditSink"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified AuditSink + * @param name name of the AuditSink + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceAuditSink(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/auditregistration.k8s.io/v1alpha1/auditsinks/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceAuditSink.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceAuditSink.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1AuditSink") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1AuditSink"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuditregistrationV1alpha1Api = AuditregistrationV1alpha1Api; +//# sourceMappingURL=auditregistrationV1alpha1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/auditregistrationV1alpha1Api.js.map b/dist/gen/api/auditregistrationV1alpha1Api.js.map new file mode 100644 index 0000000000..c0f9c63c77 --- /dev/null +++ b/dist/gen/api/auditregistrationV1alpha1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"auditregistrationV1alpha1Api.js","sourceRoot":"","sources":["../../../src/gen/api/auditregistrationV1alpha1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/authenticationApi.d.ts b/dist/gen/api/authenticationApi.d.ts new file mode 100644 index 0000000000..e175d6c29c --- /dev/null +++ b/dist/gen/api/authenticationApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuthenticationApiApiKeys { + BearerToken = 0 +} +export declare class AuthenticationApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuthenticationApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/authenticationApi.js b/dist/gen/api/authenticationApi.js new file mode 100644 index 0000000000..6ffc02c0f5 --- /dev/null +++ b/dist/gen/api/authenticationApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuthenticationApiApiKeys; +(function (AuthenticationApiApiKeys) { + AuthenticationApiApiKeys[AuthenticationApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuthenticationApiApiKeys = exports.AuthenticationApiApiKeys || (exports.AuthenticationApiApiKeys = {})); +class AuthenticationApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuthenticationApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authentication.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuthenticationApi = AuthenticationApi; +//# sourceMappingURL=authenticationApi.js.map \ No newline at end of file diff --git a/dist/gen/api/authenticationApi.js.map b/dist/gen/api/authenticationApi.js.map new file mode 100644 index 0000000000..44f7163589 --- /dev/null +++ b/dist/gen/api/authenticationApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"authenticationApi.js","sourceRoot":"","sources":["../../../src/gen/api/authenticationApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/authenticationV1Api.d.ts b/dist/gen/api/authenticationV1Api.d.ts new file mode 100644 index 0000000000..2faaba2d36 --- /dev/null +++ b/dist/gen/api/authenticationV1Api.d.ts @@ -0,0 +1,60 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1TokenReview } from '../model/v1TokenReview'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuthenticationV1ApiApiKeys { + BearerToken = 0 +} +export declare class AuthenticationV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuthenticationV1ApiApiKeys, value: string): void; + /** + * create a TokenReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createTokenReview(body: V1TokenReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1TokenReview; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; +} diff --git a/dist/gen/api/authenticationV1Api.js b/dist/gen/api/authenticationV1Api.js new file mode 100644 index 0000000000..286df8f409 --- /dev/null +++ b/dist/gen/api/authenticationV1Api.js @@ -0,0 +1,181 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuthenticationV1ApiApiKeys; +(function (AuthenticationV1ApiApiKeys) { + AuthenticationV1ApiApiKeys[AuthenticationV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuthenticationV1ApiApiKeys = exports.AuthenticationV1ApiApiKeys || (exports.AuthenticationV1ApiApiKeys = {})); +class AuthenticationV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuthenticationV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a TokenReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createTokenReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authentication.k8s.io/v1/tokenreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createTokenReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1TokenReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1TokenReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authentication.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuthenticationV1Api = AuthenticationV1Api; +//# sourceMappingURL=authenticationV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/authenticationV1Api.js.map b/dist/gen/api/authenticationV1Api.js.map new file mode 100644 index 0000000000..691b807db7 --- /dev/null +++ b/dist/gen/api/authenticationV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"authenticationV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/authenticationV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/authenticationV1beta1Api.d.ts b/dist/gen/api/authenticationV1beta1Api.d.ts new file mode 100644 index 0000000000..3d4346e1b5 --- /dev/null +++ b/dist/gen/api/authenticationV1beta1Api.d.ts @@ -0,0 +1,60 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1beta1TokenReview } from '../model/v1beta1TokenReview'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuthenticationV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class AuthenticationV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuthenticationV1beta1ApiApiKeys, value: string): void; + /** + * create a TokenReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createTokenReview(body: V1beta1TokenReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1TokenReview; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; +} diff --git a/dist/gen/api/authenticationV1beta1Api.js b/dist/gen/api/authenticationV1beta1Api.js new file mode 100644 index 0000000000..71a98cba93 --- /dev/null +++ b/dist/gen/api/authenticationV1beta1Api.js @@ -0,0 +1,181 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuthenticationV1beta1ApiApiKeys; +(function (AuthenticationV1beta1ApiApiKeys) { + AuthenticationV1beta1ApiApiKeys[AuthenticationV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuthenticationV1beta1ApiApiKeys = exports.AuthenticationV1beta1ApiApiKeys || (exports.AuthenticationV1beta1ApiApiKeys = {})); +class AuthenticationV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuthenticationV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a TokenReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createTokenReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authentication.k8s.io/v1beta1/tokenreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createTokenReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1TokenReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1TokenReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authentication.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuthenticationV1beta1Api = AuthenticationV1beta1Api; +//# sourceMappingURL=authenticationV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/authenticationV1beta1Api.js.map b/dist/gen/api/authenticationV1beta1Api.js.map new file mode 100644 index 0000000000..a9da73c776 --- /dev/null +++ b/dist/gen/api/authenticationV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"authenticationV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/authenticationV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/authorizationApi.d.ts b/dist/gen/api/authorizationApi.d.ts new file mode 100644 index 0000000000..b787185611 --- /dev/null +++ b/dist/gen/api/authorizationApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuthorizationApiApiKeys { + BearerToken = 0 +} +export declare class AuthorizationApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuthorizationApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/authorizationApi.js b/dist/gen/api/authorizationApi.js new file mode 100644 index 0000000000..4021d56907 --- /dev/null +++ b/dist/gen/api/authorizationApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuthorizationApiApiKeys; +(function (AuthorizationApiApiKeys) { + AuthorizationApiApiKeys[AuthorizationApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuthorizationApiApiKeys = exports.AuthorizationApiApiKeys || (exports.AuthorizationApiApiKeys = {})); +class AuthorizationApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuthorizationApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuthorizationApi = AuthorizationApi; +//# sourceMappingURL=authorizationApi.js.map \ No newline at end of file diff --git a/dist/gen/api/authorizationApi.js.map b/dist/gen/api/authorizationApi.js.map new file mode 100644 index 0000000000..676c30596f --- /dev/null +++ b/dist/gen/api/authorizationApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"authorizationApi.js","sourceRoot":"","sources":["../../../src/gen/api/authorizationApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/authorizationV1Api.d.ts b/dist/gen/api/authorizationV1Api.d.ts new file mode 100644 index 0000000000..a247b71dc7 --- /dev/null +++ b/dist/gen/api/authorizationV1Api.d.ts @@ -0,0 +1,109 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1LocalSubjectAccessReview } from '../model/v1LocalSubjectAccessReview'; +import { V1SelfSubjectAccessReview } from '../model/v1SelfSubjectAccessReview'; +import { V1SelfSubjectRulesReview } from '../model/v1SelfSubjectRulesReview'; +import { V1SubjectAccessReview } from '../model/v1SubjectAccessReview'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuthorizationV1ApiApiKeys { + BearerToken = 0 +} +export declare class AuthorizationV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuthorizationV1ApiApiKeys, value: string): void; + /** + * create a LocalSubjectAccessReview + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedLocalSubjectAccessReview(namespace: string, body: V1LocalSubjectAccessReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LocalSubjectAccessReview; + }>; + /** + * create a SelfSubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectAccessReview(body: V1SelfSubjectAccessReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1SelfSubjectAccessReview; + }>; + /** + * create a SelfSubjectRulesReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectRulesReview(body: V1SelfSubjectRulesReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1SelfSubjectRulesReview; + }>; + /** + * create a SubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSubjectAccessReview(body: V1SubjectAccessReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1SubjectAccessReview; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; +} diff --git a/dist/gen/api/authorizationV1Api.js b/dist/gen/api/authorizationV1Api.js new file mode 100644 index 0000000000..8af1db0655 --- /dev/null +++ b/dist/gen/api/authorizationV1Api.js @@ -0,0 +1,391 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuthorizationV1ApiApiKeys; +(function (AuthorizationV1ApiApiKeys) { + AuthorizationV1ApiApiKeys[AuthorizationV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuthorizationV1ApiApiKeys = exports.AuthorizationV1ApiApiKeys || (exports.AuthorizationV1ApiApiKeys = {})); +class AuthorizationV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuthorizationV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a LocalSubjectAccessReview + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedLocalSubjectAccessReview(namespace, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedLocalSubjectAccessReview.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedLocalSubjectAccessReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1LocalSubjectAccessReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LocalSubjectAccessReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a SelfSubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectAccessReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1/selfsubjectaccessreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createSelfSubjectAccessReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1SelfSubjectAccessReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1SelfSubjectAccessReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a SelfSubjectRulesReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectRulesReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1/selfsubjectrulesreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createSelfSubjectRulesReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1SelfSubjectRulesReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1SelfSubjectRulesReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a SubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSubjectAccessReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1/subjectaccessreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createSubjectAccessReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1SubjectAccessReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1SubjectAccessReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuthorizationV1Api = AuthorizationV1Api; +//# sourceMappingURL=authorizationV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/authorizationV1Api.js.map b/dist/gen/api/authorizationV1Api.js.map new file mode 100644 index 0000000000..7ea09d5112 --- /dev/null +++ b/dist/gen/api/authorizationV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"authorizationV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/authorizationV1Api.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,2CAA4C;AAU5C,4CAA6E;AAC7E,4CAA6C;AAE7C,IAAI,eAAe,GAAG,kBAAkB,CAAC;AAEzC,kDAAkD;AAClD,kDAAkD;AAClD,kDAAkD;AAElD,IAAY,yBAEX;AAFD,WAAY,yBAAyB;IACjC,uFAAW,CAAA;AACf,CAAC,EAFW,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAEpC;AAED,MAAa,kBAAkB;IAW3B,YAAY,kBAA0B,EAAE,QAAiB,EAAE,QAAiB;QAVlE,cAAS,GAAG,eAAe,CAAC;QAC5B,mBAAc,GAAS,EAAE,CAAC;QAC1B,oBAAe,GAAa,KAAK,CAAC;QAElC,oBAAe,GAAG;YACxB,SAAS,EAAkB,IAAI,iBAAQ,EAAE;YACzC,aAAa,EAAE,IAAI,mBAAU,CAAC,QAAQ,EAAE,eAAe,CAAC;SAC3D,CAAA;QAIG,IAAI,QAAQ,EAAE;YACV,IAAI,QAAQ,EAAE;gBACV,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;aAC5B;SACJ;aAAM;YACH,IAAI,kBAAkB,EAAE;gBACpB,IAAI,CAAC,QAAQ,GAAG,kBAAkB,CAAA;aACrC;SACJ;IACL,CAAC;IAED,IAAI,cAAc,CAAC,KAAc;QAC7B,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IACjC,CAAC;IAED,IAAI,QAAQ,CAAC,QAAgB;QACzB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;IAC9B,CAAC;IAED,IAAI,QAAQ;QACR,OAAO,IAAI,CAAC,SAAS,CAAC;IAC1B,CAAC;IAEM,wBAAwB,CAAC,IAAoB;QAChD,IAAI,CAAC,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC;IACxC,CAAC;IAEM,SAAS,CAAC,GAA8B,EAAE,KAAa;QACzD,IAAI,CAAC,eAAuB,CAAC,yBAAyB,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,KAAK,CAAC;IACjF,CAAC;IAED;;;;;;;OAOG;IACU,wCAAwC,CAAE,SAAiB,EAAE,IAAgC,EAAE,MAAe,EAAE,YAAqB,EAAE,MAAe,EAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YAC7N,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,gFAAgF;iBAChH,OAAO,CAAC,GAAG,GAAG,WAAW,GAAG,GAAG,EAAE,kBAAkB,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;YAC7E,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAEjC,iEAAiE;YACjE,IAAI,SAAS,KAAK,IAAI,IAAI,SAAS,KAAK,SAAS,EAAE;gBAC/C,MAAM,IAAI,KAAK,CAAC,2GAA2G,CAAC,CAAC;aAChI;YAED,4DAA4D;YAC5D,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,EAAE;gBACrC,MAAM,IAAI,KAAK,CAAC,sGAAsG,CAAC,CAAC;aAC3H;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAED,IAAI,YAAY,KAAK,SAAS,EAAE;gBAC5B,uBAAuB,CAAC,cAAc,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;aAChG;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAEK,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,MAAM;gBACd,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,yBAAgB,CAAC,SAAS,CAAC,IAAI,EAAE,4BAA4B,CAAC;aACvE,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAyE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBAC3G,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,4BAA4B,CAAC,CAAC;4BACxE,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;IACD;;;;;;OAMG;IACU,6BAA6B,CAAE,IAA+B,EAAE,MAAe,EAAE,YAAqB,EAAE,MAAe,EAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YAC9L,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,wDAAwD,CAAC;YAC9F,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAEjC,4DAA4D;YAC5D,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,EAAE;gBACrC,MAAM,IAAI,KAAK,CAAC,2FAA2F,CAAC,CAAC;aAChH;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAED,IAAI,YAAY,KAAK,SAAS,EAAE;gBAC5B,uBAAuB,CAAC,cAAc,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;aAChG;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAEK,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,MAAM;gBACd,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,yBAAgB,CAAC,SAAS,CAAC,IAAI,EAAE,2BAA2B,CAAC;aACtE,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAwE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBAC1G,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,2BAA2B,CAAC,CAAC;4BACvE,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;IACD;;;;;;OAMG;IACU,4BAA4B,CAAE,IAA8B,EAAE,MAAe,EAAE,YAAqB,EAAE,MAAe,EAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YAC5L,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,uDAAuD,CAAC;YAC7F,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAEjC,4DAA4D;YAC5D,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,EAAE;gBACrC,MAAM,IAAI,KAAK,CAAC,0FAA0F,CAAC,CAAC;aAC/G;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAED,IAAI,YAAY,KAAK,SAAS,EAAE;gBAC5B,uBAAuB,CAAC,cAAc,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;aAChG;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAEK,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,MAAM;gBACd,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,yBAAgB,CAAC,SAAS,CAAC,IAAI,EAAE,0BAA0B,CAAC;aACrE,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAuE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBACzG,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,0BAA0B,CAAC,CAAC;4BACtE,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;IACD;;;;;;OAMG;IACU,yBAAyB,CAAE,IAA2B,EAAE,MAAe,EAAE,YAAqB,EAAE,MAAe,EAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YACtL,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,oDAAoD,CAAC;YAC1F,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAEjC,4DAA4D;YAC5D,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,KAAK,SAAS,EAAE;gBACrC,MAAM,IAAI,KAAK,CAAC,uFAAuF,CAAC,CAAC;aAC5G;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAED,IAAI,YAAY,KAAK,SAAS,EAAE;gBAC5B,uBAAuB,CAAC,cAAc,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;aAChG;YAED,IAAI,MAAM,KAAK,SAAS,EAAE;gBACtB,uBAAuB,CAAC,QAAQ,CAAC,GAAG,yBAAgB,CAAC,SAAS,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;aACpF;YAEK,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,MAAM;gBACd,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;gBACV,IAAI,EAAE,yBAAgB,CAAC,SAAS,CAAC,IAAI,EAAE,uBAAuB,CAAC;aAClE,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAoE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBACtG,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,uBAAuB,CAAC,CAAC;4BACnE,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;IACD;;OAEG;IACU,eAAe,CAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YACtF,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,gCAAgC,CAAC;YACtE,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAE3B,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,KAAK;gBACb,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;aACb,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAgE,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBAClG,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,mBAAmB,CAAC,CAAC;4BAC/D,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;CACJ;AApYD,gDAoYC"} \ No newline at end of file diff --git a/dist/gen/api/authorizationV1beta1Api.d.ts b/dist/gen/api/authorizationV1beta1Api.d.ts new file mode 100644 index 0000000000..5fffd42560 --- /dev/null +++ b/dist/gen/api/authorizationV1beta1Api.d.ts @@ -0,0 +1,109 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1beta1LocalSubjectAccessReview } from '../model/v1beta1LocalSubjectAccessReview'; +import { V1beta1SelfSubjectAccessReview } from '../model/v1beta1SelfSubjectAccessReview'; +import { V1beta1SelfSubjectRulesReview } from '../model/v1beta1SelfSubjectRulesReview'; +import { V1beta1SubjectAccessReview } from '../model/v1beta1SubjectAccessReview'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AuthorizationV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class AuthorizationV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AuthorizationV1beta1ApiApiKeys, value: string): void; + /** + * create a LocalSubjectAccessReview + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedLocalSubjectAccessReview(namespace: string, body: V1beta1LocalSubjectAccessReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1LocalSubjectAccessReview; + }>; + /** + * create a SelfSubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectAccessReview(body: V1beta1SelfSubjectAccessReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1SelfSubjectAccessReview; + }>; + /** + * create a SelfSubjectRulesReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectRulesReview(body: V1beta1SelfSubjectRulesReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1SelfSubjectRulesReview; + }>; + /** + * create a SubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSubjectAccessReview(body: V1beta1SubjectAccessReview, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1SubjectAccessReview; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; +} diff --git a/dist/gen/api/authorizationV1beta1Api.js b/dist/gen/api/authorizationV1beta1Api.js new file mode 100644 index 0000000000..f293ebeb69 --- /dev/null +++ b/dist/gen/api/authorizationV1beta1Api.js @@ -0,0 +1,391 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AuthorizationV1beta1ApiApiKeys; +(function (AuthorizationV1beta1ApiApiKeys) { + AuthorizationV1beta1ApiApiKeys[AuthorizationV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AuthorizationV1beta1ApiApiKeys = exports.AuthorizationV1beta1ApiApiKeys || (exports.AuthorizationV1beta1ApiApiKeys = {})); +class AuthorizationV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AuthorizationV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a LocalSubjectAccessReview + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedLocalSubjectAccessReview(namespace, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedLocalSubjectAccessReview.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedLocalSubjectAccessReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1LocalSubjectAccessReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1LocalSubjectAccessReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a SelfSubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectAccessReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createSelfSubjectAccessReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1SelfSubjectAccessReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1SelfSubjectAccessReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a SelfSubjectRulesReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSelfSubjectRulesReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1beta1/selfsubjectrulesreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createSelfSubjectRulesReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1SelfSubjectRulesReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1SelfSubjectRulesReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a SubjectAccessReview + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createSubjectAccessReview(body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1beta1/subjectaccessreviews'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createSubjectAccessReview.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1SubjectAccessReview") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1SubjectAccessReview"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/authorization.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AuthorizationV1beta1Api = AuthorizationV1beta1Api; +//# sourceMappingURL=authorizationV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/authorizationV1beta1Api.js.map b/dist/gen/api/authorizationV1beta1Api.js.map new file mode 100644 index 0000000000..5b051b877c --- /dev/null +++ b/dist/gen/api/authorizationV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"authorizationV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/authorizationV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/autoscalingApi.d.ts b/dist/gen/api/autoscalingApi.d.ts new file mode 100644 index 0000000000..ec7d79ea14 --- /dev/null +++ b/dist/gen/api/autoscalingApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AutoscalingApiApiKeys { + BearerToken = 0 +} +export declare class AutoscalingApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AutoscalingApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/autoscalingApi.js b/dist/gen/api/autoscalingApi.js new file mode 100644 index 0000000000..4a8cb90ceb --- /dev/null +++ b/dist/gen/api/autoscalingApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AutoscalingApiApiKeys; +(function (AutoscalingApiApiKeys) { + AutoscalingApiApiKeys[AutoscalingApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AutoscalingApiApiKeys = exports.AutoscalingApiApiKeys || (exports.AutoscalingApiApiKeys = {})); +class AutoscalingApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AutoscalingApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AutoscalingApi = AutoscalingApi; +//# sourceMappingURL=autoscalingApi.js.map \ No newline at end of file diff --git a/dist/gen/api/autoscalingApi.js.map b/dist/gen/api/autoscalingApi.js.map new file mode 100644 index 0000000000..ac71b4eb96 --- /dev/null +++ b/dist/gen/api/autoscalingApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"autoscalingApi.js","sourceRoot":"","sources":["../../../src/gen/api/autoscalingApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/autoscalingV1Api.d.ts b/dist/gen/api/autoscalingV1Api.d.ts new file mode 100644 index 0000000000..b3531f894a --- /dev/null +++ b/dist/gen/api/autoscalingV1Api.d.ts @@ -0,0 +1,250 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1HorizontalPodAutoscaler } from '../model/v1HorizontalPodAutoscaler'; +import { V1HorizontalPodAutoscalerList } from '../model/v1HorizontalPodAutoscalerList'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AutoscalingV1ApiApiKeys { + BearerToken = 0 +} +export declare class AutoscalingV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AutoscalingV1ApiApiKeys, value: string): void; + /** + * create a HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedHorizontalPodAutoscaler(namespace: string, body: V1HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscaler; + }>; + /** + * delete collection of HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedHorizontalPodAutoscaler(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedHorizontalPodAutoscaler(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listHorizontalPodAutoscalerForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscalerList; + }>; + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedHorizontalPodAutoscaler(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscalerList; + }>; + /** + * partially update the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscaler(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscaler; + }>; + /** + * partially update status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscaler; + }>; + /** + * read the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedHorizontalPodAutoscaler(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscaler; + }>; + /** + * read status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscaler; + }>; + /** + * replace the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscaler(name: string, namespace: string, body: V1HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscaler; + }>; + /** + * replace status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, body: V1HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1HorizontalPodAutoscaler; + }>; +} diff --git a/dist/gen/api/autoscalingV1Api.js b/dist/gen/api/autoscalingV1Api.js new file mode 100644 index 0000000000..10dba88f46 --- /dev/null +++ b/dist/gen/api/autoscalingV1Api.js @@ -0,0 +1,1027 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AutoscalingV1ApiApiKeys; +(function (AutoscalingV1ApiApiKeys) { + AutoscalingV1ApiApiKeys[AutoscalingV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AutoscalingV1ApiApiKeys = exports.AutoscalingV1ApiApiKeys || (exports.AutoscalingV1ApiApiKeys = {})); +class AutoscalingV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AutoscalingV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedHorizontalPodAutoscaler(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedHorizontalPodAutoscaler(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedHorizontalPodAutoscaler(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listHorizontalPodAutoscalerForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/horizontalpodautoscalers'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscalerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedHorizontalPodAutoscaler(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscalerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscaler(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscalerStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedHorizontalPodAutoscaler(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedHorizontalPodAutoscalerStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscaler(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscalerStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AutoscalingV1Api = AutoscalingV1Api; +//# sourceMappingURL=autoscalingV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/autoscalingV1Api.js.map b/dist/gen/api/autoscalingV1Api.js.map new file mode 100644 index 0000000000..bfbd148961 --- /dev/null +++ b/dist/gen/api/autoscalingV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"autoscalingV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/autoscalingV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/autoscalingV2beta1Api.d.ts b/dist/gen/api/autoscalingV2beta1Api.d.ts new file mode 100644 index 0000000000..396256c247 --- /dev/null +++ b/dist/gen/api/autoscalingV2beta1Api.d.ts @@ -0,0 +1,250 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V2beta1HorizontalPodAutoscaler } from '../model/v2beta1HorizontalPodAutoscaler'; +import { V2beta1HorizontalPodAutoscalerList } from '../model/v2beta1HorizontalPodAutoscalerList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AutoscalingV2beta1ApiApiKeys { + BearerToken = 0 +} +export declare class AutoscalingV2beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AutoscalingV2beta1ApiApiKeys, value: string): void; + /** + * create a HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedHorizontalPodAutoscaler(namespace: string, body: V2beta1HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscaler; + }>; + /** + * delete collection of HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedHorizontalPodAutoscaler(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedHorizontalPodAutoscaler(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listHorizontalPodAutoscalerForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscalerList; + }>; + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedHorizontalPodAutoscaler(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscalerList; + }>; + /** + * partially update the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscaler(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscaler; + }>; + /** + * partially update status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscaler; + }>; + /** + * read the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedHorizontalPodAutoscaler(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscaler; + }>; + /** + * read status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscaler; + }>; + /** + * replace the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscaler(name: string, namespace: string, body: V2beta1HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscaler; + }>; + /** + * replace status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, body: V2beta1HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta1HorizontalPodAutoscaler; + }>; +} diff --git a/dist/gen/api/autoscalingV2beta1Api.js b/dist/gen/api/autoscalingV2beta1Api.js new file mode 100644 index 0000000000..ee3c6d45a5 --- /dev/null +++ b/dist/gen/api/autoscalingV2beta1Api.js @@ -0,0 +1,1027 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AutoscalingV2beta1ApiApiKeys; +(function (AutoscalingV2beta1ApiApiKeys) { + AutoscalingV2beta1ApiApiKeys[AutoscalingV2beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AutoscalingV2beta1ApiApiKeys = exports.AutoscalingV2beta1ApiApiKeys || (exports.AutoscalingV2beta1ApiApiKeys = {})); +class AutoscalingV2beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AutoscalingV2beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedHorizontalPodAutoscaler(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2beta1HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedHorizontalPodAutoscaler(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedHorizontalPodAutoscaler(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listHorizontalPodAutoscalerForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/horizontalpodautoscalers'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscalerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedHorizontalPodAutoscaler(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscalerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscaler(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscalerStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedHorizontalPodAutoscaler(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedHorizontalPodAutoscalerStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscaler(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2beta1HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscalerStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2beta1HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta1HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AutoscalingV2beta1Api = AutoscalingV2beta1Api; +//# sourceMappingURL=autoscalingV2beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/autoscalingV2beta1Api.js.map b/dist/gen/api/autoscalingV2beta1Api.js.map new file mode 100644 index 0000000000..276eca9c43 --- /dev/null +++ b/dist/gen/api/autoscalingV2beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"autoscalingV2beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/autoscalingV2beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/autoscalingV2beta2Api.d.ts b/dist/gen/api/autoscalingV2beta2Api.d.ts new file mode 100644 index 0000000000..2f8d3c3c65 --- /dev/null +++ b/dist/gen/api/autoscalingV2beta2Api.d.ts @@ -0,0 +1,250 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V2beta2HorizontalPodAutoscaler } from '../model/v2beta2HorizontalPodAutoscaler'; +import { V2beta2HorizontalPodAutoscalerList } from '../model/v2beta2HorizontalPodAutoscalerList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum AutoscalingV2beta2ApiApiKeys { + BearerToken = 0 +} +export declare class AutoscalingV2beta2Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: AutoscalingV2beta2ApiApiKeys, value: string): void; + /** + * create a HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedHorizontalPodAutoscaler(namespace: string, body: V2beta2HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscaler; + }>; + /** + * delete collection of HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedHorizontalPodAutoscaler(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedHorizontalPodAutoscaler(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listHorizontalPodAutoscalerForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscalerList; + }>; + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedHorizontalPodAutoscaler(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscalerList; + }>; + /** + * partially update the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscaler(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscaler; + }>; + /** + * partially update status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscaler; + }>; + /** + * read the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedHorizontalPodAutoscaler(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscaler; + }>; + /** + * read status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscaler; + }>; + /** + * replace the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscaler(name: string, namespace: string, body: V2beta2HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscaler; + }>; + /** + * replace status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscalerStatus(name: string, namespace: string, body: V2beta2HorizontalPodAutoscaler, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2beta2HorizontalPodAutoscaler; + }>; +} diff --git a/dist/gen/api/autoscalingV2beta2Api.js b/dist/gen/api/autoscalingV2beta2Api.js new file mode 100644 index 0000000000..db0ea87229 --- /dev/null +++ b/dist/gen/api/autoscalingV2beta2Api.js @@ -0,0 +1,1027 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var AutoscalingV2beta2ApiApiKeys; +(function (AutoscalingV2beta2ApiApiKeys) { + AutoscalingV2beta2ApiApiKeys[AutoscalingV2beta2ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(AutoscalingV2beta2ApiApiKeys = exports.AutoscalingV2beta2ApiApiKeys || (exports.AutoscalingV2beta2ApiApiKeys = {})); +class AutoscalingV2beta2Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[AutoscalingV2beta2ApiApiKeys[key]].apiKey = value; + } + /** + * create a HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedHorizontalPodAutoscaler(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2beta2HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedHorizontalPodAutoscaler(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedHorizontalPodAutoscaler(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listHorizontalPodAutoscalerForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/horizontalpodautoscalers'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscalerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedHorizontalPodAutoscaler(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscalerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscaler(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedHorizontalPodAutoscalerStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedHorizontalPodAutoscaler(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedHorizontalPodAutoscalerStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscaler(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedHorizontalPodAutoscaler.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2beta2HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified HorizontalPodAutoscaler + * @param name name of the HorizontalPodAutoscaler + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedHorizontalPodAutoscalerStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedHorizontalPodAutoscalerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2beta2HorizontalPodAutoscaler") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2beta2HorizontalPodAutoscaler"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.AutoscalingV2beta2Api = AutoscalingV2beta2Api; +//# sourceMappingURL=autoscalingV2beta2Api.js.map \ No newline at end of file diff --git a/dist/gen/api/autoscalingV2beta2Api.js.map b/dist/gen/api/autoscalingV2beta2Api.js.map new file mode 100644 index 0000000000..a545a9bbb0 --- /dev/null +++ b/dist/gen/api/autoscalingV2beta2Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"autoscalingV2beta2Api.js","sourceRoot":"","sources":["../../../src/gen/api/autoscalingV2beta2Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/batchApi.d.ts b/dist/gen/api/batchApi.d.ts new file mode 100644 index 0000000000..fc23f0a888 --- /dev/null +++ b/dist/gen/api/batchApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum BatchApiApiKeys { + BearerToken = 0 +} +export declare class BatchApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: BatchApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/batchApi.js b/dist/gen/api/batchApi.js new file mode 100644 index 0000000000..6d36425b72 --- /dev/null +++ b/dist/gen/api/batchApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var BatchApiApiKeys; +(function (BatchApiApiKeys) { + BatchApiApiKeys[BatchApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(BatchApiApiKeys = exports.BatchApiApiKeys || (exports.BatchApiApiKeys = {})); +class BatchApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[BatchApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.BatchApi = BatchApi; +//# sourceMappingURL=batchApi.js.map \ No newline at end of file diff --git a/dist/gen/api/batchApi.js.map b/dist/gen/api/batchApi.js.map new file mode 100644 index 0000000000..8015b70938 --- /dev/null +++ b/dist/gen/api/batchApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"batchApi.js","sourceRoot":"","sources":["../../../src/gen/api/batchApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/batchV1Api.d.ts b/dist/gen/api/batchV1Api.d.ts new file mode 100644 index 0000000000..6191b49c0f --- /dev/null +++ b/dist/gen/api/batchV1Api.d.ts @@ -0,0 +1,250 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Job } from '../model/v1Job'; +import { V1JobList } from '../model/v1JobList'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum BatchV1ApiApiKeys { + BearerToken = 0 +} +export declare class BatchV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: BatchV1ApiApiKeys, value: string): void; + /** + * create a Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedJob(namespace: string, body: V1Job, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Job; + }>; + /** + * delete collection of Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedJob(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedJob(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind Job + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listJobForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1JobList; + }>; + /** + * list or watch objects of kind Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedJob(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1JobList; + }>; + /** + * partially update the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedJob(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Job; + }>; + /** + * partially update status of the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedJobStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Job; + }>; + /** + * read the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedJob(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Job; + }>; + /** + * read status of the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedJobStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Job; + }>; + /** + * replace the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedJob(name: string, namespace: string, body: V1Job, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Job; + }>; + /** + * replace status of the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedJobStatus(name: string, namespace: string, body: V1Job, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Job; + }>; +} diff --git a/dist/gen/api/batchV1Api.js b/dist/gen/api/batchV1Api.js new file mode 100644 index 0000000000..1c32bacc06 --- /dev/null +++ b/dist/gen/api/batchV1Api.js @@ -0,0 +1,1027 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var BatchV1ApiApiKeys; +(function (BatchV1ApiApiKeys) { + BatchV1ApiApiKeys[BatchV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(BatchV1ApiApiKeys = exports.BatchV1ApiApiKeys || (exports.BatchV1ApiApiKeys = {})); +class BatchV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[BatchV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedJob(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Job") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Job"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedJob(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedJob(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Job + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listJobForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/jobs'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1JobList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedJob(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1JobList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedJob(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Job"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedJobStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedJobStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Job"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedJob(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Job"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedJobStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Job"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedJob(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Job") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Job"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Job + * @param name name of the Job + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedJobStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1/namespaces/{namespace}/jobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedJobStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Job") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Job"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.BatchV1Api = BatchV1Api; +//# sourceMappingURL=batchV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/batchV1Api.js.map b/dist/gen/api/batchV1Api.js.map new file mode 100644 index 0000000000..0939b2fac1 --- /dev/null +++ b/dist/gen/api/batchV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"batchV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/batchV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/batchV1beta1Api.d.ts b/dist/gen/api/batchV1beta1Api.d.ts new file mode 100644 index 0000000000..c783bb1ea0 --- /dev/null +++ b/dist/gen/api/batchV1beta1Api.d.ts @@ -0,0 +1,250 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1CronJob } from '../model/v1beta1CronJob'; +import { V1beta1CronJobList } from '../model/v1beta1CronJobList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum BatchV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class BatchV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: BatchV1beta1ApiApiKeys, value: string): void; + /** + * create a CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedCronJob(namespace: string, body: V1beta1CronJob, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJob; + }>; + /** + * delete collection of CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedCronJob(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedCronJob(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind CronJob + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCronJobForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJobList; + }>; + /** + * list or watch objects of kind CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedCronJob(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJobList; + }>; + /** + * partially update the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJob(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJob; + }>; + /** + * partially update status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJobStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJob; + }>; + /** + * read the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedCronJob(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJob; + }>; + /** + * read status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedCronJobStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJob; + }>; + /** + * replace the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJob(name: string, namespace: string, body: V1beta1CronJob, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJob; + }>; + /** + * replace status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJobStatus(name: string, namespace: string, body: V1beta1CronJob, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CronJob; + }>; +} diff --git a/dist/gen/api/batchV1beta1Api.js b/dist/gen/api/batchV1beta1Api.js new file mode 100644 index 0000000000..00d2cf0690 --- /dev/null +++ b/dist/gen/api/batchV1beta1Api.js @@ -0,0 +1,1027 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var BatchV1beta1ApiApiKeys; +(function (BatchV1beta1ApiApiKeys) { + BatchV1beta1ApiApiKeys[BatchV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(BatchV1beta1ApiApiKeys = exports.BatchV1beta1ApiApiKeys || (exports.BatchV1beta1ApiApiKeys = {})); +class BatchV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[BatchV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedCronJob(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedCronJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CronJob") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedCronJob(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedCronJob(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CronJob + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCronJobForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/cronjobs'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJobList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedCronJob(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJobList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJob(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedCronJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJobStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedCronJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedCronJobStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedCronJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedCronJob(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedCronJobStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedCronJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedCronJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJob(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedCronJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CronJob") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJobStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedCronJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedCronJobStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedCronJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CronJob") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.BatchV1beta1Api = BatchV1beta1Api; +//# sourceMappingURL=batchV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/batchV1beta1Api.js.map b/dist/gen/api/batchV1beta1Api.js.map new file mode 100644 index 0000000000..c387da7bb8 --- /dev/null +++ b/dist/gen/api/batchV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"batchV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/batchV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/batchV2alpha1Api.d.ts b/dist/gen/api/batchV2alpha1Api.d.ts new file mode 100644 index 0000000000..06e3824a2a --- /dev/null +++ b/dist/gen/api/batchV2alpha1Api.d.ts @@ -0,0 +1,250 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V2alpha1CronJob } from '../model/v2alpha1CronJob'; +import { V2alpha1CronJobList } from '../model/v2alpha1CronJobList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum BatchV2alpha1ApiApiKeys { + BearerToken = 0 +} +export declare class BatchV2alpha1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: BatchV2alpha1ApiApiKeys, value: string): void; + /** + * create a CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedCronJob(namespace: string, body: V2alpha1CronJob, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJob; + }>; + /** + * delete collection of CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedCronJob(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedCronJob(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind CronJob + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCronJobForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJobList; + }>; + /** + * list or watch objects of kind CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedCronJob(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJobList; + }>; + /** + * partially update the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJob(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJob; + }>; + /** + * partially update status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJobStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJob; + }>; + /** + * read the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedCronJob(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJob; + }>; + /** + * read status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedCronJobStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJob; + }>; + /** + * replace the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJob(name: string, namespace: string, body: V2alpha1CronJob, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJob; + }>; + /** + * replace status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJobStatus(name: string, namespace: string, body: V2alpha1CronJob, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V2alpha1CronJob; + }>; +} diff --git a/dist/gen/api/batchV2alpha1Api.js b/dist/gen/api/batchV2alpha1Api.js new file mode 100644 index 0000000000..8b88a433c3 --- /dev/null +++ b/dist/gen/api/batchV2alpha1Api.js @@ -0,0 +1,1027 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var BatchV2alpha1ApiApiKeys; +(function (BatchV2alpha1ApiApiKeys) { + BatchV2alpha1ApiApiKeys[BatchV2alpha1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(BatchV2alpha1ApiApiKeys = exports.BatchV2alpha1ApiApiKeys || (exports.BatchV2alpha1ApiApiKeys = {})); +class BatchV2alpha1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[BatchV2alpha1ApiApiKeys[key]].apiKey = value; + } + /** + * create a CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedCronJob(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedCronJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2alpha1CronJob") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedCronJob(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedCronJob(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CronJob + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCronJobForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/cronjobs'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJobList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedCronJob(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJobList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJob(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedCronJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedCronJobStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedCronJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedCronJobStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedCronJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedCronJob(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedCronJobStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedCronJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedCronJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJob(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedCronJob.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedCronJob.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedCronJob.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2alpha1CronJob") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified CronJob + * @param name name of the CronJob + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedCronJobStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/batch/v2alpha1/namespaces/{namespace}/cronjobs/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedCronJobStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedCronJobStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedCronJobStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V2alpha1CronJob") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V2alpha1CronJob"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.BatchV2alpha1Api = BatchV2alpha1Api; +//# sourceMappingURL=batchV2alpha1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/batchV2alpha1Api.js.map b/dist/gen/api/batchV2alpha1Api.js.map new file mode 100644 index 0000000000..3543b916c2 --- /dev/null +++ b/dist/gen/api/batchV2alpha1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"batchV2alpha1Api.js","sourceRoot":"","sources":["../../../src/gen/api/batchV2alpha1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/certificatesApi.d.ts b/dist/gen/api/certificatesApi.d.ts new file mode 100644 index 0000000000..1f2d12f3e8 --- /dev/null +++ b/dist/gen/api/certificatesApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CertificatesApiApiKeys { + BearerToken = 0 +} +export declare class CertificatesApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CertificatesApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/certificatesApi.js b/dist/gen/api/certificatesApi.js new file mode 100644 index 0000000000..c7e5777ebd --- /dev/null +++ b/dist/gen/api/certificatesApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CertificatesApiApiKeys; +(function (CertificatesApiApiKeys) { + CertificatesApiApiKeys[CertificatesApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CertificatesApiApiKeys = exports.CertificatesApiApiKeys || (exports.CertificatesApiApiKeys = {})); +class CertificatesApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CertificatesApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CertificatesApi = CertificatesApi; +//# sourceMappingURL=certificatesApi.js.map \ No newline at end of file diff --git a/dist/gen/api/certificatesApi.js.map b/dist/gen/api/certificatesApi.js.map new file mode 100644 index 0000000000..07512cfad7 --- /dev/null +++ b/dist/gen/api/certificatesApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"certificatesApi.js","sourceRoot":"","sources":["../../../src/gen/api/certificatesApi.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,2CAA4C;AAM5C,4CAA6E;AAC7E,4CAA6C;AAE7C,IAAI,eAAe,GAAG,kBAAkB,CAAC;AAEzC,kDAAkD;AAClD,kDAAkD;AAClD,kDAAkD;AAElD,IAAY,sBAEX;AAFD,WAAY,sBAAsB;IAC9B,iFAAW,CAAA;AACf,CAAC,EAFW,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAEjC;AAED,MAAa,eAAe;IAWxB,YAAY,kBAA0B,EAAE,QAAiB,EAAE,QAAiB;QAVlE,cAAS,GAAG,eAAe,CAAC;QAC5B,mBAAc,GAAS,EAAE,CAAC;QAC1B,oBAAe,GAAa,KAAK,CAAC;QAElC,oBAAe,GAAG;YACxB,SAAS,EAAkB,IAAI,iBAAQ,EAAE;YACzC,aAAa,EAAE,IAAI,mBAAU,CAAC,QAAQ,EAAE,eAAe,CAAC;SAC3D,CAAA;QAIG,IAAI,QAAQ,EAAE;YACV,IAAI,QAAQ,EAAE;gBACV,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;aAC5B;SACJ;aAAM;YACH,IAAI,kBAAkB,EAAE;gBACpB,IAAI,CAAC,QAAQ,GAAG,kBAAkB,CAAA;aACrC;SACJ;IACL,CAAC;IAED,IAAI,cAAc,CAAC,KAAc;QAC7B,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IACjC,CAAC;IAED,IAAI,QAAQ,CAAC,QAAgB;QACzB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;IAC9B,CAAC;IAED,IAAI,QAAQ;QACR,OAAO,IAAI,CAAC,SAAS,CAAC;IAC1B,CAAC;IAEM,wBAAwB,CAAC,IAAoB;QAChD,IAAI,CAAC,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC;IACxC,CAAC;IAEM,SAAS,CAAC,GAA2B,EAAE,KAAa;QACtD,IAAI,CAAC,eAAuB,CAAC,sBAAsB,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,KAAK,CAAC;IAC9E,CAAC;IAED;;OAEG;IACU,WAAW,CAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YAClF,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,4BAA4B,CAAC;YAClE,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAE3B,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,KAAK;gBACb,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;aACb,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAyD,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBAC3F,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;4BACxD,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;CACJ;AA7FD,0CA6FC"} \ No newline at end of file diff --git a/dist/gen/api/certificatesV1beta1Api.d.ts b/dist/gen/api/certificatesV1beta1Api.d.ts new file mode 100644 index 0000000000..badfc05c3e --- /dev/null +++ b/dist/gen/api/certificatesV1beta1Api.d.ts @@ -0,0 +1,236 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1CertificateSigningRequest } from '../model/v1beta1CertificateSigningRequest'; +import { V1beta1CertificateSigningRequestList } from '../model/v1beta1CertificateSigningRequestList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CertificatesV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class CertificatesV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CertificatesV1beta1ApiApiKeys, value: string): void; + /** + * create a CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCertificateSigningRequest(body: V1beta1CertificateSigningRequest, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; + /** + * delete a CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCertificateSigningRequest(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCertificateSigningRequest(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCertificateSigningRequest(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequestList; + }>; + /** + * partially update the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCertificateSigningRequest(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; + /** + * partially update status of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCertificateSigningRequestStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; + /** + * read the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCertificateSigningRequest(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; + /** + * read status of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + */ + readCertificateSigningRequestStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; + /** + * replace the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCertificateSigningRequest(name: string, body: V1beta1CertificateSigningRequest, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; + /** + * replace approval of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + replaceCertificateSigningRequestApproval(name: string, body: V1beta1CertificateSigningRequest, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; + /** + * replace status of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCertificateSigningRequestStatus(name: string, body: V1beta1CertificateSigningRequest, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CertificateSigningRequest; + }>; +} diff --git a/dist/gen/api/certificatesV1beta1Api.js b/dist/gen/api/certificatesV1beta1Api.js new file mode 100644 index 0000000000..b42d6fa30c --- /dev/null +++ b/dist/gen/api/certificatesV1beta1Api.js @@ -0,0 +1,955 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CertificatesV1beta1ApiApiKeys; +(function (CertificatesV1beta1ApiApiKeys) { + CertificatesV1beta1ApiApiKeys[CertificatesV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CertificatesV1beta1ApiApiKeys = exports.CertificatesV1beta1ApiApiKeys || (exports.CertificatesV1beta1ApiApiKeys = {})); +class CertificatesV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CertificatesV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCertificateSigningRequest(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createCertificateSigningRequest.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CertificateSigningRequest") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCertificateSigningRequest(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteCertificateSigningRequest.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCertificateSigningRequest(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCertificateSigningRequest(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequestList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCertificateSigningRequest(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchCertificateSigningRequest.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchCertificateSigningRequest.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCertificateSigningRequestStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchCertificateSigningRequestStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchCertificateSigningRequestStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCertificateSigningRequest(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readCertificateSigningRequest.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param pretty If \'true\', then the output is pretty printed. + */ + readCertificateSigningRequestStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readCertificateSigningRequestStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCertificateSigningRequest(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceCertificateSigningRequest.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceCertificateSigningRequest.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CertificateSigningRequest") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace approval of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + replaceCertificateSigningRequestApproval(name, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceCertificateSigningRequestApproval.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceCertificateSigningRequestApproval.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CertificateSigningRequest") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified CertificateSigningRequest + * @param name name of the CertificateSigningRequest + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCertificateSigningRequestStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceCertificateSigningRequestStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceCertificateSigningRequestStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CertificateSigningRequest") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CertificateSigningRequest"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CertificatesV1beta1Api = CertificatesV1beta1Api; +//# sourceMappingURL=certificatesV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/certificatesV1beta1Api.js.map b/dist/gen/api/certificatesV1beta1Api.js.map new file mode 100644 index 0000000000..8d82bea26e --- /dev/null +++ b/dist/gen/api/certificatesV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"certificatesV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/certificatesV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/coordinationApi.d.ts b/dist/gen/api/coordinationApi.d.ts new file mode 100644 index 0000000000..64eab57ef0 --- /dev/null +++ b/dist/gen/api/coordinationApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CoordinationApiApiKeys { + BearerToken = 0 +} +export declare class CoordinationApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CoordinationApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/coordinationApi.js b/dist/gen/api/coordinationApi.js new file mode 100644 index 0000000000..07bf57203a --- /dev/null +++ b/dist/gen/api/coordinationApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CoordinationApiApiKeys; +(function (CoordinationApiApiKeys) { + CoordinationApiApiKeys[CoordinationApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CoordinationApiApiKeys = exports.CoordinationApiApiKeys || (exports.CoordinationApiApiKeys = {})); +class CoordinationApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CoordinationApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CoordinationApi = CoordinationApi; +//# sourceMappingURL=coordinationApi.js.map \ No newline at end of file diff --git a/dist/gen/api/coordinationApi.js.map b/dist/gen/api/coordinationApi.js.map new file mode 100644 index 0000000000..42833507e3 --- /dev/null +++ b/dist/gen/api/coordinationApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"coordinationApi.js","sourceRoot":"","sources":["../../../src/gen/api/coordinationApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/coordinationV1Api.d.ts b/dist/gen/api/coordinationV1Api.d.ts new file mode 100644 index 0000000000..fedfde3a3e --- /dev/null +++ b/dist/gen/api/coordinationV1Api.d.ts @@ -0,0 +1,201 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Lease } from '../model/v1Lease'; +import { V1LeaseList } from '../model/v1LeaseList'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CoordinationV1ApiApiKeys { + BearerToken = 0 +} +export declare class CoordinationV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CoordinationV1ApiApiKeys, value: string): void; + /** + * create a Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedLease(namespace: string, body: V1Lease, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Lease; + }>; + /** + * delete collection of Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedLease(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedLease(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind Lease + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listLeaseForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LeaseList; + }>; + /** + * list or watch objects of kind Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedLease(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LeaseList; + }>; + /** + * partially update the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedLease(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Lease; + }>; + /** + * read the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedLease(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Lease; + }>; + /** + * replace the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedLease(name: string, namespace: string, body: V1Lease, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Lease; + }>; +} diff --git a/dist/gen/api/coordinationV1Api.js b/dist/gen/api/coordinationV1Api.js new file mode 100644 index 0000000000..ae90e26898 --- /dev/null +++ b/dist/gen/api/coordinationV1Api.js @@ -0,0 +1,797 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CoordinationV1ApiApiKeys; +(function (CoordinationV1ApiApiKeys) { + CoordinationV1ApiApiKeys[CoordinationV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CoordinationV1ApiApiKeys = exports.CoordinationV1ApiApiKeys || (exports.CoordinationV1ApiApiKeys = {})); +class CoordinationV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CoordinationV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedLease(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedLease.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Lease") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedLease(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedLease(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Lease + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listLeaseForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/leases'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LeaseList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedLease(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LeaseList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedLease(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedLease.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedLease(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedLease(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedLease.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Lease") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CoordinationV1Api = CoordinationV1Api; +//# sourceMappingURL=coordinationV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/coordinationV1Api.js.map b/dist/gen/api/coordinationV1Api.js.map new file mode 100644 index 0000000000..3dab021f86 --- /dev/null +++ b/dist/gen/api/coordinationV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"coordinationV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/coordinationV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/coordinationV1beta1Api.d.ts b/dist/gen/api/coordinationV1beta1Api.d.ts new file mode 100644 index 0000000000..6b55de8bc4 --- /dev/null +++ b/dist/gen/api/coordinationV1beta1Api.d.ts @@ -0,0 +1,201 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1Lease } from '../model/v1beta1Lease'; +import { V1beta1LeaseList } from '../model/v1beta1LeaseList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CoordinationV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class CoordinationV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CoordinationV1beta1ApiApiKeys, value: string): void; + /** + * create a Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedLease(namespace: string, body: V1beta1Lease, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Lease; + }>; + /** + * delete collection of Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedLease(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedLease(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind Lease + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listLeaseForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1LeaseList; + }>; + /** + * list or watch objects of kind Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedLease(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1LeaseList; + }>; + /** + * partially update the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedLease(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Lease; + }>; + /** + * read the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedLease(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Lease; + }>; + /** + * replace the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedLease(name: string, namespace: string, body: V1beta1Lease, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Lease; + }>; +} diff --git a/dist/gen/api/coordinationV1beta1Api.js b/dist/gen/api/coordinationV1beta1Api.js new file mode 100644 index 0000000000..b2fa589e01 --- /dev/null +++ b/dist/gen/api/coordinationV1beta1Api.js @@ -0,0 +1,797 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CoordinationV1beta1ApiApiKeys; +(function (CoordinationV1beta1ApiApiKeys) { + CoordinationV1beta1ApiApiKeys[CoordinationV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CoordinationV1beta1ApiApiKeys = exports.CoordinationV1beta1ApiApiKeys || (exports.CoordinationV1beta1ApiApiKeys = {})); +class CoordinationV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CoordinationV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedLease(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedLease.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1Lease") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedLease(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedLease(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Lease + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listLeaseForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/leases'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1LeaseList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedLease(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1LeaseList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedLease(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedLease.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedLease(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Lease + * @param name name of the Lease + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedLease(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedLease.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedLease.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedLease.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1Lease") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Lease"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CoordinationV1beta1Api = CoordinationV1beta1Api; +//# sourceMappingURL=coordinationV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/coordinationV1beta1Api.js.map b/dist/gen/api/coordinationV1beta1Api.js.map new file mode 100644 index 0000000000..a65e185305 --- /dev/null +++ b/dist/gen/api/coordinationV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"coordinationV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/coordinationV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/coreApi.d.ts b/dist/gen/api/coreApi.d.ts new file mode 100644 index 0000000000..34a17b4884 --- /dev/null +++ b/dist/gen/api/coreApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIVersions } from '../model/v1APIVersions'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CoreApiApiKeys { + BearerToken = 0 +} +export declare class CoreApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CoreApiApiKeys, value: string): void; + /** + * get available API versions + */ + getAPIVersions(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIVersions; + }>; +} diff --git a/dist/gen/api/coreApi.js b/dist/gen/api/coreApi.js new file mode 100644 index 0000000000..fbce247dbc --- /dev/null +++ b/dist/gen/api/coreApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CoreApiApiKeys; +(function (CoreApiApiKeys) { + CoreApiApiKeys[CoreApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CoreApiApiKeys = exports.CoreApiApiKeys || (exports.CoreApiApiKeys = {})); +class CoreApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CoreApiApiKeys[key]].apiKey = value; + } + /** + * get available API versions + */ + getAPIVersions(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIVersions"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CoreApi = CoreApi; +//# sourceMappingURL=coreApi.js.map \ No newline at end of file diff --git a/dist/gen/api/coreApi.js.map b/dist/gen/api/coreApi.js.map new file mode 100644 index 0000000000..4ef24619bd --- /dev/null +++ b/dist/gen/api/coreApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"coreApi.js","sourceRoot":"","sources":["../../../src/gen/api/coreApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/coreV1Api.d.ts b/dist/gen/api/coreV1Api.d.ts new file mode 100644 index 0000000000..bf8c40272d --- /dev/null +++ b/dist/gen/api/coreV1Api.d.ts @@ -0,0 +1,3493 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1Binding } from '../model/v1Binding'; +import { V1ComponentStatus } from '../model/v1ComponentStatus'; +import { V1ComponentStatusList } from '../model/v1ComponentStatusList'; +import { V1ConfigMap } from '../model/v1ConfigMap'; +import { V1ConfigMapList } from '../model/v1ConfigMapList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Endpoints } from '../model/v1Endpoints'; +import { V1EndpointsList } from '../model/v1EndpointsList'; +import { V1Event } from '../model/v1Event'; +import { V1EventList } from '../model/v1EventList'; +import { V1LimitRange } from '../model/v1LimitRange'; +import { V1LimitRangeList } from '../model/v1LimitRangeList'; +import { V1Namespace } from '../model/v1Namespace'; +import { V1NamespaceList } from '../model/v1NamespaceList'; +import { V1Node } from '../model/v1Node'; +import { V1NodeList } from '../model/v1NodeList'; +import { V1PersistentVolume } from '../model/v1PersistentVolume'; +import { V1PersistentVolumeClaim } from '../model/v1PersistentVolumeClaim'; +import { V1PersistentVolumeClaimList } from '../model/v1PersistentVolumeClaimList'; +import { V1PersistentVolumeList } from '../model/v1PersistentVolumeList'; +import { V1Pod } from '../model/v1Pod'; +import { V1PodList } from '../model/v1PodList'; +import { V1PodTemplate } from '../model/v1PodTemplate'; +import { V1PodTemplateList } from '../model/v1PodTemplateList'; +import { V1ReplicationController } from '../model/v1ReplicationController'; +import { V1ReplicationControllerList } from '../model/v1ReplicationControllerList'; +import { V1ResourceQuota } from '../model/v1ResourceQuota'; +import { V1ResourceQuotaList } from '../model/v1ResourceQuotaList'; +import { V1Scale } from '../model/v1Scale'; +import { V1Secret } from '../model/v1Secret'; +import { V1SecretList } from '../model/v1SecretList'; +import { V1Service } from '../model/v1Service'; +import { V1ServiceAccount } from '../model/v1ServiceAccount'; +import { V1ServiceAccountList } from '../model/v1ServiceAccountList'; +import { V1ServiceList } from '../model/v1ServiceList'; +import { V1Status } from '../model/v1Status'; +import { V1beta1Eviction } from '../model/v1beta1Eviction'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CoreV1ApiApiKeys { + BearerToken = 0 +} +export declare class CoreV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CoreV1ApiApiKeys, value: string): void; + /** + * connect DELETE requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectDeleteNamespacedPodProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect DELETE requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectDeleteNamespacedPodProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect DELETE requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectDeleteNamespacedServiceProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect DELETE requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectDeleteNamespacedServiceProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect DELETE requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectDeleteNodeProxy(name: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect DELETE requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectDeleteNodeProxyWithPath(name: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to attach of Pod + * @param name name of the PodAttachOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param container The container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + * @param stdin Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + * @param stdout Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + */ + connectGetNamespacedPodAttach(name: string, namespace: string, container?: string, stderr?: boolean, stdin?: boolean, stdout?: boolean, tty?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to exec of Pod + * @param name name of the PodExecOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param command Command is the remote command to execute. argv array. Not executed within a shell. + * @param container Container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Redirect the standard error stream of the pod for this call. Defaults to true. + * @param stdin Redirect the standard input stream of the pod for this call. Defaults to false. + * @param stdout Redirect the standard output stream of the pod for this call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + */ + connectGetNamespacedPodExec(name: string, namespace: string, command?: string, container?: string, stderr?: boolean, stdin?: boolean, stdout?: boolean, tty?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to portforward of Pod + * @param name name of the PodPortForwardOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param ports List of ports to forward Required when using WebSockets + */ + connectGetNamespacedPodPortforward(name: string, namespace: string, ports?: number, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectGetNamespacedPodProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectGetNamespacedPodProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectGetNamespacedServiceProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectGetNamespacedServiceProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectGetNodeProxy(name: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect GET requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectGetNodeProxyWithPath(name: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect HEAD requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectHeadNamespacedPodProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect HEAD requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectHeadNamespacedPodProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect HEAD requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectHeadNamespacedServiceProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect HEAD requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectHeadNamespacedServiceProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect HEAD requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectHeadNodeProxy(name: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect HEAD requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectHeadNodeProxyWithPath(name: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect OPTIONS requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectOptionsNamespacedPodProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect OPTIONS requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectOptionsNamespacedPodProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect OPTIONS requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectOptionsNamespacedServiceProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect OPTIONS requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectOptionsNamespacedServiceProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect OPTIONS requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectOptionsNodeProxy(name: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect OPTIONS requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectOptionsNodeProxyWithPath(name: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PATCH requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectPatchNamespacedPodProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PATCH requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectPatchNamespacedPodProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PATCH requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPatchNamespacedServiceProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PATCH requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPatchNamespacedServiceProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PATCH requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectPatchNodeProxy(name: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PATCH requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectPatchNodeProxyWithPath(name: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to attach of Pod + * @param name name of the PodAttachOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param container The container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + * @param stdin Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + * @param stdout Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + */ + connectPostNamespacedPodAttach(name: string, namespace: string, container?: string, stderr?: boolean, stdin?: boolean, stdout?: boolean, tty?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to exec of Pod + * @param name name of the PodExecOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param command Command is the remote command to execute. argv array. Not executed within a shell. + * @param container Container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Redirect the standard error stream of the pod for this call. Defaults to true. + * @param stdin Redirect the standard input stream of the pod for this call. Defaults to false. + * @param stdout Redirect the standard output stream of the pod for this call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + */ + connectPostNamespacedPodExec(name: string, namespace: string, command?: string, container?: string, stderr?: boolean, stdin?: boolean, stdout?: boolean, tty?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to portforward of Pod + * @param name name of the PodPortForwardOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param ports List of ports to forward Required when using WebSockets + */ + connectPostNamespacedPodPortforward(name: string, namespace: string, ports?: number, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectPostNamespacedPodProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectPostNamespacedPodProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPostNamespacedServiceProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPostNamespacedServiceProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectPostNodeProxy(name: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect POST requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectPostNodeProxyWithPath(name: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PUT requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectPutNamespacedPodProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PUT requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectPutNamespacedPodProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PUT requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPutNamespacedServiceProxy(name: string, namespace: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PUT requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPutNamespacedServiceProxyWithPath(name: string, namespace: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PUT requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectPutNodeProxy(name: string, path?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * connect PUT requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectPutNodeProxyWithPath(name: string, path: string, path2?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * create a Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespace(body: V1Namespace, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * create a Binding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedBinding(namespace: string, body: V1Binding, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Binding; + }>; + /** + * create a ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedConfigMap(namespace: string, body: V1ConfigMap, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ConfigMap; + }>; + /** + * create Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedEndpoints(namespace: string, body: V1Endpoints, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Endpoints; + }>; + /** + * create an Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedEvent(namespace: string, body: V1Event, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Event; + }>; + /** + * create a LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedLimitRange(namespace: string, body: V1LimitRange, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LimitRange; + }>; + /** + * create a PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPersistentVolumeClaim(namespace: string, body: V1PersistentVolumeClaim, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaim; + }>; + /** + * create a Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPod(namespace: string, body: V1Pod, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Pod; + }>; + /** + * create binding of a Pod + * @param name name of the Binding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedPodBinding(name: string, namespace: string, body: V1Binding, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Binding; + }>; + /** + * create eviction of a Pod + * @param name name of the Eviction + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedPodEviction(name: string, namespace: string, body: V1beta1Eviction, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Eviction; + }>; + /** + * create a PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPodTemplate(namespace: string, body: V1PodTemplate, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodTemplate; + }>; + /** + * create a ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicationController(namespace: string, body: V1ReplicationController, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationController; + }>; + /** + * create a ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedResourceQuota(namespace: string, body: V1ResourceQuota, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuota; + }>; + /** + * create a Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedSecret(namespace: string, body: V1Secret, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Secret; + }>; + /** + * create a Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedService(namespace: string, body: V1Service, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Service; + }>; + /** + * create a ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedServiceAccount(namespace: string, body: V1ServiceAccount, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceAccount; + }>; + /** + * create a Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNode(body: V1Node, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Node; + }>; + /** + * create a PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPersistentVolume(body: V1PersistentVolume, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolume; + }>; + /** + * delete collection of ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedConfigMap(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedEndpoints(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedEvent(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedLimitRange(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPersistentVolumeClaim(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPod(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPodTemplate(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicationController(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedResourceQuota(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedSecret(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedServiceAccount(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Node + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNode(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPersistentVolume(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Namespace + * @param name name of the Namespace + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespace(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedConfigMap(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedEndpoints(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete an Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedEvent(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedLimitRange(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPersistentVolumeClaim(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPod(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPodTemplate(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicationController(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedResourceQuota(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedSecret(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedService(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedServiceAccount(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Node + * @param name name of the Node + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNode(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PersistentVolume + * @param name name of the PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePersistentVolume(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list objects of kind ComponentStatus + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listComponentStatus(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ComponentStatusList; + }>; + /** + * list or watch objects of kind ConfigMap + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listConfigMapForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ConfigMapList; + }>; + /** + * list or watch objects of kind Endpoints + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listEndpointsForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1EndpointsList; + }>; + /** + * list or watch objects of kind Event + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listEventForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1EventList; + }>; + /** + * list or watch objects of kind LimitRange + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listLimitRangeForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LimitRangeList; + }>; + /** + * list or watch objects of kind Namespace + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespace(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NamespaceList; + }>; + /** + * list or watch objects of kind ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedConfigMap(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ConfigMapList; + }>; + /** + * list or watch objects of kind Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedEndpoints(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1EndpointsList; + }>; + /** + * list or watch objects of kind Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedEvent(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1EventList; + }>; + /** + * list or watch objects of kind LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedLimitRange(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LimitRangeList; + }>; + /** + * list or watch objects of kind PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPersistentVolumeClaim(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaimList; + }>; + /** + * list or watch objects of kind Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPod(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodList; + }>; + /** + * list or watch objects of kind PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPodTemplate(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodTemplateList; + }>; + /** + * list or watch objects of kind ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicationController(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationControllerList; + }>; + /** + * list or watch objects of kind ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedResourceQuota(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuotaList; + }>; + /** + * list or watch objects of kind Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedSecret(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1SecretList; + }>; + /** + * list or watch objects of kind Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedService(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceList; + }>; + /** + * list or watch objects of kind ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedServiceAccount(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceAccountList; + }>; + /** + * list or watch objects of kind Node + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNode(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NodeList; + }>; + /** + * list or watch objects of kind PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPersistentVolume(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeList; + }>; + /** + * list or watch objects of kind PersistentVolumeClaim + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPersistentVolumeClaimForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaimList; + }>; + /** + * list or watch objects of kind Pod + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodList; + }>; + /** + * list or watch objects of kind PodTemplate + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodTemplateForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodTemplateList; + }>; + /** + * list or watch objects of kind ReplicationController + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicationControllerForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationControllerList; + }>; + /** + * list or watch objects of kind ResourceQuota + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listResourceQuotaForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuotaList; + }>; + /** + * list or watch objects of kind Secret + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listSecretForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1SecretList; + }>; + /** + * list or watch objects of kind ServiceAccount + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listServiceAccountForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceAccountList; + }>; + /** + * list or watch objects of kind Service + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listServiceForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceList; + }>; + /** + * partially update the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespace(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * partially update status of the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespaceStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * partially update the specified ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedConfigMap(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ConfigMap; + }>; + /** + * partially update the specified Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedEndpoints(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Endpoints; + }>; + /** + * partially update the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedEvent(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Event; + }>; + /** + * partially update the specified LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedLimitRange(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LimitRange; + }>; + /** + * partially update the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPersistentVolumeClaim(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaim; + }>; + /** + * partially update status of the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPersistentVolumeClaimStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaim; + }>; + /** + * partially update the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPod(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Pod; + }>; + /** + * partially update status of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Pod; + }>; + /** + * partially update the specified PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodTemplate(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodTemplate; + }>; + /** + * partially update the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationController(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationController; + }>; + /** + * partially update scale of the specified ReplicationController + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationControllerScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * partially update status of the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationControllerStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationController; + }>; + /** + * partially update the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedResourceQuota(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuota; + }>; + /** + * partially update status of the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedResourceQuotaStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuota; + }>; + /** + * partially update the specified Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedSecret(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Secret; + }>; + /** + * partially update the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedService(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Service; + }>; + /** + * partially update the specified ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedServiceAccount(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceAccount; + }>; + /** + * partially update status of the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedServiceStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Service; + }>; + /** + * partially update the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNode(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Node; + }>; + /** + * partially update status of the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNodeStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Node; + }>; + /** + * partially update the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPersistentVolume(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolume; + }>; + /** + * partially update status of the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPersistentVolumeStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolume; + }>; + /** + * read the specified ComponentStatus + * @param name name of the ComponentStatus + * @param pretty If \'true\', then the output is pretty printed. + */ + readComponentStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ComponentStatus; + }>; + /** + * read the specified Namespace + * @param name name of the Namespace + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespace(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * read status of the specified Namespace + * @param name name of the Namespace + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespaceStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * read the specified ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedConfigMap(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ConfigMap; + }>; + /** + * read the specified Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedEndpoints(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Endpoints; + }>; + /** + * read the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedEvent(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Event; + }>; + /** + * read the specified LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedLimitRange(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LimitRange; + }>; + /** + * read the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPersistentVolumeClaim(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaim; + }>; + /** + * read status of the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedPersistentVolumeClaimStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaim; + }>; + /** + * read the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPod(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Pod; + }>; + /** + * read log of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param container The container for which to stream logs. Defaults to only container if there is one container in the pod. + * @param follow Follow the log stream of the pod. Defaults to false. + * @param limitBytes If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. + * @param pretty If \'true\', then the output is pretty printed. + * @param previous Return previous terminated container logs. Defaults to false. + * @param sinceSeconds A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. + * @param tailLines If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime + * @param timestamps If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. + */ + readNamespacedPodLog(name: string, namespace: string, container?: string, follow?: boolean, limitBytes?: number, pretty?: string, previous?: boolean, sinceSeconds?: number, tailLines?: number, timestamps?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: string; + }>; + /** + * read status of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedPodStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Pod; + }>; + /** + * read the specified PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPodTemplate(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodTemplate; + }>; + /** + * read the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicationController(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationController; + }>; + /** + * read scale of the specified ReplicationController + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicationControllerScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * read status of the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicationControllerStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationController; + }>; + /** + * read the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedResourceQuota(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuota; + }>; + /** + * read status of the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedResourceQuotaStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuota; + }>; + /** + * read the specified Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedSecret(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Secret; + }>; + /** + * read the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedService(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Service; + }>; + /** + * read the specified ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedServiceAccount(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceAccount; + }>; + /** + * read status of the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedServiceStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Service; + }>; + /** + * read the specified Node + * @param name name of the Node + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNode(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Node; + }>; + /** + * read status of the specified Node + * @param name name of the Node + * @param pretty If \'true\', then the output is pretty printed. + */ + readNodeStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Node; + }>; + /** + * read the specified PersistentVolume + * @param name name of the PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPersistentVolume(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolume; + }>; + /** + * read status of the specified PersistentVolume + * @param name name of the PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + */ + readPersistentVolumeStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolume; + }>; + /** + * replace the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespace(name: string, body: V1Namespace, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * replace finalize of the specified Namespace + * @param name name of the Namespace + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + replaceNamespaceFinalize(name: string, body: V1Namespace, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * replace status of the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespaceStatus(name: string, body: V1Namespace, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Namespace; + }>; + /** + * replace the specified ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedConfigMap(name: string, namespace: string, body: V1ConfigMap, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ConfigMap; + }>; + /** + * replace the specified Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedEndpoints(name: string, namespace: string, body: V1Endpoints, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Endpoints; + }>; + /** + * replace the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedEvent(name: string, namespace: string, body: V1Event, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Event; + }>; + /** + * replace the specified LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedLimitRange(name: string, namespace: string, body: V1LimitRange, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1LimitRange; + }>; + /** + * replace the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPersistentVolumeClaim(name: string, namespace: string, body: V1PersistentVolumeClaim, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaim; + }>; + /** + * replace status of the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPersistentVolumeClaimStatus(name: string, namespace: string, body: V1PersistentVolumeClaim, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolumeClaim; + }>; + /** + * replace the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPod(name: string, namespace: string, body: V1Pod, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Pod; + }>; + /** + * replace status of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodStatus(name: string, namespace: string, body: V1Pod, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Pod; + }>; + /** + * replace the specified PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodTemplate(name: string, namespace: string, body: V1PodTemplate, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PodTemplate; + }>; + /** + * replace the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationController(name: string, namespace: string, body: V1ReplicationController, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationController; + }>; + /** + * replace scale of the specified ReplicationController + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationControllerScale(name: string, namespace: string, body: V1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Scale; + }>; + /** + * replace status of the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationControllerStatus(name: string, namespace: string, body: V1ReplicationController, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ReplicationController; + }>; + /** + * replace the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedResourceQuota(name: string, namespace: string, body: V1ResourceQuota, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuota; + }>; + /** + * replace status of the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedResourceQuotaStatus(name: string, namespace: string, body: V1ResourceQuota, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ResourceQuota; + }>; + /** + * replace the specified Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedSecret(name: string, namespace: string, body: V1Secret, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Secret; + }>; + /** + * replace the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedService(name: string, namespace: string, body: V1Service, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Service; + }>; + /** + * replace the specified ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedServiceAccount(name: string, namespace: string, body: V1ServiceAccount, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ServiceAccount; + }>; + /** + * replace status of the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedServiceStatus(name: string, namespace: string, body: V1Service, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Service; + }>; + /** + * replace the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNode(name: string, body: V1Node, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Node; + }>; + /** + * replace status of the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNodeStatus(name: string, body: V1Node, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Node; + }>; + /** + * replace the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePersistentVolume(name: string, body: V1PersistentVolume, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolume; + }>; + /** + * replace status of the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePersistentVolumeStatus(name: string, body: V1PersistentVolume, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PersistentVolume; + }>; +} diff --git a/dist/gen/api/coreV1Api.js b/dist/gen/api/coreV1Api.js new file mode 100644 index 0000000000..fe0ac82f7b --- /dev/null +++ b/dist/gen/api/coreV1Api.js @@ -0,0 +1,15621 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CoreV1ApiApiKeys; +(function (CoreV1ApiApiKeys) { + CoreV1ApiApiKeys[CoreV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CoreV1ApiApiKeys = exports.CoreV1ApiApiKeys || (exports.CoreV1ApiApiKeys = {})); +class CoreV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CoreV1ApiApiKeys[key]].apiKey = value; + } + /** + * connect DELETE requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectDeleteNamespacedPodProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectDeleteNamespacedPodProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectDeleteNamespacedPodProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect DELETE requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectDeleteNamespacedPodProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectDeleteNamespacedPodProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectDeleteNamespacedPodProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectDeleteNamespacedPodProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect DELETE requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectDeleteNamespacedServiceProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectDeleteNamespacedServiceProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectDeleteNamespacedServiceProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect DELETE requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectDeleteNamespacedServiceProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectDeleteNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectDeleteNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectDeleteNamespacedServiceProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect DELETE requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectDeleteNodeProxy(name, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectDeleteNodeProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect DELETE requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectDeleteNodeProxyWithPath(name, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectDeleteNodeProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectDeleteNodeProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to attach of Pod + * @param name name of the PodAttachOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param container The container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + * @param stdin Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + * @param stdout Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + */ + connectGetNamespacedPodAttach(name, namespace, container, stderr, stdin, stdout, tty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/attach' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNamespacedPodAttach.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectGetNamespacedPodAttach.'); + } + if (container !== undefined) { + localVarQueryParameters['container'] = models_1.ObjectSerializer.serialize(container, "string"); + } + if (stderr !== undefined) { + localVarQueryParameters['stderr'] = models_1.ObjectSerializer.serialize(stderr, "boolean"); + } + if (stdin !== undefined) { + localVarQueryParameters['stdin'] = models_1.ObjectSerializer.serialize(stdin, "boolean"); + } + if (stdout !== undefined) { + localVarQueryParameters['stdout'] = models_1.ObjectSerializer.serialize(stdout, "boolean"); + } + if (tty !== undefined) { + localVarQueryParameters['tty'] = models_1.ObjectSerializer.serialize(tty, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to exec of Pod + * @param name name of the PodExecOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param command Command is the remote command to execute. argv array. Not executed within a shell. + * @param container Container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Redirect the standard error stream of the pod for this call. Defaults to true. + * @param stdin Redirect the standard input stream of the pod for this call. Defaults to false. + * @param stdout Redirect the standard output stream of the pod for this call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + */ + connectGetNamespacedPodExec(name, namespace, command, container, stderr, stdin, stdout, tty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/exec' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNamespacedPodExec.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectGetNamespacedPodExec.'); + } + if (command !== undefined) { + localVarQueryParameters['command'] = models_1.ObjectSerializer.serialize(command, "string"); + } + if (container !== undefined) { + localVarQueryParameters['container'] = models_1.ObjectSerializer.serialize(container, "string"); + } + if (stderr !== undefined) { + localVarQueryParameters['stderr'] = models_1.ObjectSerializer.serialize(stderr, "boolean"); + } + if (stdin !== undefined) { + localVarQueryParameters['stdin'] = models_1.ObjectSerializer.serialize(stdin, "boolean"); + } + if (stdout !== undefined) { + localVarQueryParameters['stdout'] = models_1.ObjectSerializer.serialize(stdout, "boolean"); + } + if (tty !== undefined) { + localVarQueryParameters['tty'] = models_1.ObjectSerializer.serialize(tty, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to portforward of Pod + * @param name name of the PodPortForwardOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param ports List of ports to forward Required when using WebSockets + */ + connectGetNamespacedPodPortforward(name, namespace, ports, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/portforward' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNamespacedPodPortforward.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectGetNamespacedPodPortforward.'); + } + if (ports !== undefined) { + localVarQueryParameters['ports'] = models_1.ObjectSerializer.serialize(ports, "number"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectGetNamespacedPodProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNamespacedPodProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectGetNamespacedPodProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectGetNamespacedPodProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNamespacedPodProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectGetNamespacedPodProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectGetNamespacedPodProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectGetNamespacedServiceProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNamespacedServiceProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectGetNamespacedServiceProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectGetNamespacedServiceProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectGetNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectGetNamespacedServiceProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectGetNodeProxy(name, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNodeProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect GET requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectGetNodeProxyWithPath(name, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectGetNodeProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectGetNodeProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect HEAD requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectHeadNamespacedPodProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectHeadNamespacedPodProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectHeadNamespacedPodProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'HEAD', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect HEAD requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectHeadNamespacedPodProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectHeadNamespacedPodProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectHeadNamespacedPodProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectHeadNamespacedPodProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'HEAD', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect HEAD requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectHeadNamespacedServiceProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectHeadNamespacedServiceProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectHeadNamespacedServiceProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'HEAD', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect HEAD requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectHeadNamespacedServiceProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectHeadNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectHeadNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectHeadNamespacedServiceProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'HEAD', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect HEAD requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectHeadNodeProxy(name, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectHeadNodeProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'HEAD', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect HEAD requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectHeadNodeProxyWithPath(name, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectHeadNodeProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectHeadNodeProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'HEAD', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect OPTIONS requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectOptionsNamespacedPodProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectOptionsNamespacedPodProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectOptionsNamespacedPodProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'OPTIONS', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect OPTIONS requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectOptionsNamespacedPodProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectOptionsNamespacedPodProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectOptionsNamespacedPodProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectOptionsNamespacedPodProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'OPTIONS', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect OPTIONS requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectOptionsNamespacedServiceProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectOptionsNamespacedServiceProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectOptionsNamespacedServiceProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'OPTIONS', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect OPTIONS requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectOptionsNamespacedServiceProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectOptionsNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectOptionsNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectOptionsNamespacedServiceProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'OPTIONS', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect OPTIONS requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectOptionsNodeProxy(name, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectOptionsNodeProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'OPTIONS', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect OPTIONS requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectOptionsNodeProxyWithPath(name, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectOptionsNodeProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectOptionsNodeProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'OPTIONS', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PATCH requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectPatchNamespacedPodProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPatchNamespacedPodProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPatchNamespacedPodProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PATCH requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectPatchNamespacedPodProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPatchNamespacedPodProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPatchNamespacedPodProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPatchNamespacedPodProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PATCH requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPatchNamespacedServiceProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPatchNamespacedServiceProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPatchNamespacedServiceProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PATCH requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPatchNamespacedServiceProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPatchNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPatchNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPatchNamespacedServiceProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PATCH requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectPatchNodeProxy(name, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPatchNodeProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PATCH requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectPatchNodeProxyWithPath(name, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPatchNodeProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPatchNodeProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to attach of Pod + * @param name name of the PodAttachOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param container The container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + * @param stdin Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + * @param stdout Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + */ + connectPostNamespacedPodAttach(name, namespace, container, stderr, stdin, stdout, tty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/attach' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNamespacedPodAttach.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPostNamespacedPodAttach.'); + } + if (container !== undefined) { + localVarQueryParameters['container'] = models_1.ObjectSerializer.serialize(container, "string"); + } + if (stderr !== undefined) { + localVarQueryParameters['stderr'] = models_1.ObjectSerializer.serialize(stderr, "boolean"); + } + if (stdin !== undefined) { + localVarQueryParameters['stdin'] = models_1.ObjectSerializer.serialize(stdin, "boolean"); + } + if (stdout !== undefined) { + localVarQueryParameters['stdout'] = models_1.ObjectSerializer.serialize(stdout, "boolean"); + } + if (tty !== undefined) { + localVarQueryParameters['tty'] = models_1.ObjectSerializer.serialize(tty, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to exec of Pod + * @param name name of the PodExecOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param command Command is the remote command to execute. argv array. Not executed within a shell. + * @param container Container in which to execute the command. Defaults to only container if there is only one container in the pod. + * @param stderr Redirect the standard error stream of the pod for this call. Defaults to true. + * @param stdin Redirect the standard input stream of the pod for this call. Defaults to false. + * @param stdout Redirect the standard output stream of the pod for this call. Defaults to true. + * @param tty TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + */ + connectPostNamespacedPodExec(name, namespace, command, container, stderr, stdin, stdout, tty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/exec' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNamespacedPodExec.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPostNamespacedPodExec.'); + } + if (command !== undefined) { + localVarQueryParameters['command'] = models_1.ObjectSerializer.serialize(command, "string"); + } + if (container !== undefined) { + localVarQueryParameters['container'] = models_1.ObjectSerializer.serialize(container, "string"); + } + if (stderr !== undefined) { + localVarQueryParameters['stderr'] = models_1.ObjectSerializer.serialize(stderr, "boolean"); + } + if (stdin !== undefined) { + localVarQueryParameters['stdin'] = models_1.ObjectSerializer.serialize(stdin, "boolean"); + } + if (stdout !== undefined) { + localVarQueryParameters['stdout'] = models_1.ObjectSerializer.serialize(stdout, "boolean"); + } + if (tty !== undefined) { + localVarQueryParameters['tty'] = models_1.ObjectSerializer.serialize(tty, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to portforward of Pod + * @param name name of the PodPortForwardOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param ports List of ports to forward Required when using WebSockets + */ + connectPostNamespacedPodPortforward(name, namespace, ports, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/portforward' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNamespacedPodPortforward.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPostNamespacedPodPortforward.'); + } + if (ports !== undefined) { + localVarQueryParameters['ports'] = models_1.ObjectSerializer.serialize(ports, "number"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectPostNamespacedPodProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNamespacedPodProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPostNamespacedPodProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectPostNamespacedPodProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNamespacedPodProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPostNamespacedPodProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPostNamespacedPodProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPostNamespacedServiceProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNamespacedServiceProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPostNamespacedServiceProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPostNamespacedServiceProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPostNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPostNamespacedServiceProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectPostNodeProxy(name, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNodeProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect POST requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectPostNodeProxyWithPath(name, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPostNodeProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPostNodeProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PUT requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the URL path to use for the current proxy request to pod. + */ + connectPutNamespacedPodProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPutNamespacedPodProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPutNamespacedPodProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PUT requests to proxy of Pod + * @param name name of the PodProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to pod. + */ + connectPutNamespacedPodProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPutNamespacedPodProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPutNamespacedPodProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPutNamespacedPodProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PUT requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPutNamespacedServiceProxy(name, namespace, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPutNamespacedServiceProxy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPutNamespacedServiceProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PUT requests to proxy of Service + * @param name name of the ServiceProxyOptions + * @param namespace object name and auth scope, such as for teams and projects + * @param path path to the resource + * @param path2 Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + */ + connectPutNamespacedServiceProxyWithPath(name, namespace, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPutNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling connectPutNamespacedServiceProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPutNamespacedServiceProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PUT requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path Path is the URL path to use for the current proxy request to node. + */ + connectPutNodeProxy(name, path, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPutNodeProxy.'); + } + if (path !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * connect PUT requests to proxy of Node + * @param name name of the NodeProxyOptions + * @param path path to the resource + * @param path2 Path is the URL path to use for the current proxy request to node. + */ + connectPutNodeProxyWithPath(name, path, path2, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/proxy/{path}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'path' + '}', encodeURIComponent(String(path))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling connectPutNodeProxyWithPath.'); + } + // verify required parameter 'path' is not null or undefined + if (path === null || path === undefined) { + throw new Error('Required parameter path was null or undefined when calling connectPutNodeProxyWithPath.'); + } + if (path2 !== undefined) { + localVarQueryParameters['path'] = models_1.ObjectSerializer.serialize(path2, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespace(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespace.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Namespace") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Binding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedBinding(namespace, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/bindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedBinding.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Binding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Binding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedConfigMap(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/configmaps' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedConfigMap.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedConfigMap.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ConfigMap") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ConfigMap"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedEndpoints(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/endpoints' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedEndpoints.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedEndpoints.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Endpoints") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Endpoints"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create an Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedEvent(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/events' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedEvent.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Event") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedLimitRange(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/limitranges' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedLimitRange.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedLimitRange.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1LimitRange") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LimitRange"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPersistentVolumeClaim(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedPersistentVolumeClaim.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedPersistentVolumeClaim.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PersistentVolumeClaim") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaim"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPod(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedPod.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedPod.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Pod") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Pod"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create binding of a Pod + * @param name name of the Binding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedPodBinding(name, namespace, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/binding' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling createNamespacedPodBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedPodBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedPodBinding.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Binding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Binding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create eviction of a Pod + * @param name name of the Eviction + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedPodEviction(name, namespace, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/eviction' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling createNamespacedPodEviction.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedPodEviction.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedPodEviction.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1Eviction") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Eviction"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPodTemplate(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/podtemplates' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedPodTemplate.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedPodTemplate.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PodTemplate") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodTemplate"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicationController(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedReplicationController.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedReplicationController.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ReplicationController") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationController"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedResourceQuota(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedResourceQuota.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedResourceQuota.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ResourceQuota") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuota"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedSecret(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/secrets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedSecret.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedSecret.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Secret") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Secret"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedService(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedService.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Service") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Service"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedServiceAccount(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/serviceaccounts' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedServiceAccount.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedServiceAccount.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ServiceAccount") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceAccount"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNode(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Node") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Node"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPersistentVolume(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createPersistentVolume.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PersistentVolume") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolume"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedConfigMap(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/configmaps' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedConfigMap.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedEndpoints(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/endpoints' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedEndpoints.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedEvent(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/events' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedLimitRange(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/limitranges' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedLimitRange.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPersistentVolumeClaim(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedPersistentVolumeClaim.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPod(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedPod.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPodTemplate(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/podtemplates' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedPodTemplate.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicationController(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedReplicationController.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedResourceQuota(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedResourceQuota.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedSecret(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/secrets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedSecret.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedServiceAccount(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/serviceaccounts' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedServiceAccount.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Node + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNode(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPersistentVolume(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Namespace + * @param name name of the Namespace + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespace(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespace.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedConfigMap(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/configmaps/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedConfigMap.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedConfigMap.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedEndpoints(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/endpoints/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedEndpoints.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedEndpoints.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete an Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedEvent(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedLimitRange(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/limitranges/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedLimitRange.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedLimitRange.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPersistentVolumeClaim(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedPersistentVolumeClaim.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedPersistentVolumeClaim.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPod(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedPod.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedPod.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPodTemplate(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/podtemplates/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedPodTemplate.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedPodTemplate.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicationController(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedReplicationController.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedReplicationController.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedResourceQuota(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedResourceQuota.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedResourceQuota.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedSecret(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/secrets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedSecret.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedSecret.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedService(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedService.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedServiceAccount(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/serviceaccounts/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedServiceAccount.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedServiceAccount.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Node + * @param name name of the Node + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNode(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PersistentVolume + * @param name name of the PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePersistentVolume(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deletePersistentVolume.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list objects of kind ComponentStatus + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listComponentStatus(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/componentstatuses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ComponentStatusList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ConfigMap + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listConfigMapForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/configmaps'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ConfigMapList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Endpoints + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listEndpointsForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/endpoints'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1EndpointsList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Event + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listEventForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/events'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1EventList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind LimitRange + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listLimitRangeForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/limitranges'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LimitRangeList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Namespace + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespace(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NamespaceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedConfigMap(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/configmaps' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedConfigMap.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ConfigMapList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedEndpoints(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/endpoints' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedEndpoints.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1EndpointsList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedEvent(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/events' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1EventList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedLimitRange(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/limitranges' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedLimitRange.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LimitRangeList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPersistentVolumeClaim(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedPersistentVolumeClaim.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaimList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPod(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedPod.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPodTemplate(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/podtemplates' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedPodTemplate.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodTemplateList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicationController(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedReplicationController.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationControllerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedResourceQuota(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedResourceQuota.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuotaList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedSecret(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/secrets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedSecret.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1SecretList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedService(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedServiceAccount(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/serviceaccounts' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedServiceAccount.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceAccountList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Node + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNode(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NodeList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPersistentVolume(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PersistentVolumeClaim + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPersistentVolumeClaimForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumeclaims'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaimList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Pod + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/pods'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodTemplate + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodTemplateForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/podtemplates'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodTemplateList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicationController + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicationControllerForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/replicationcontrollers'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationControllerList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ResourceQuota + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listResourceQuotaForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/resourcequotas'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuotaList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Secret + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listSecretForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/secrets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1SecretList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ServiceAccount + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listServiceAccountForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/serviceaccounts'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceAccountList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Service + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listServiceForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/services'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespace(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespace.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespace.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespaceStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespaceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespaceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedConfigMap(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/configmaps/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedConfigMap.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedConfigMap.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedConfigMap.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ConfigMap"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedEndpoints(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/endpoints/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedEndpoints.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedEndpoints.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedEndpoints.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Endpoints"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedEvent(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedEvent.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedLimitRange(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/limitranges/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedLimitRange.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedLimitRange.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedLimitRange.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LimitRange"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPersistentVolumeClaim(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPersistentVolumeClaim.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPersistentVolumeClaim.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPersistentVolumeClaim.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaim"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPersistentVolumeClaimStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPersistentVolumeClaimStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPersistentVolumeClaimStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPersistentVolumeClaimStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaim"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPod(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPod.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPod.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPod.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Pod"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPodStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPodStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPodStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Pod"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodTemplate(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/podtemplates/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPodTemplate.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPodTemplate.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPodTemplate.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodTemplate"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationController(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicationController.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicationController.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicationController.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationController"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified ReplicationController + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationControllerScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicationControllerScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicationControllerScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicationControllerScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationControllerStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicationControllerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicationControllerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicationControllerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationController"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedResourceQuota(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedResourceQuota.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedResourceQuota.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedResourceQuota.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuota"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedResourceQuotaStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedResourceQuotaStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedResourceQuotaStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedResourceQuotaStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuota"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedSecret(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/secrets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedSecret.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedSecret.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedSecret.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Secret"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedService(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedService.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedService.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Service"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedServiceAccount(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/serviceaccounts/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedServiceAccount.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedServiceAccount.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedServiceAccount.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceAccount"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedServiceStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedServiceStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedServiceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Service"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNode(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNode.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Node"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNodeStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNodeStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNodeStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Node"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPersistentVolume(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchPersistentVolume.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchPersistentVolume.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolume"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPersistentVolumeStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchPersistentVolumeStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchPersistentVolumeStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolume"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ComponentStatus + * @param name name of the ComponentStatus + * @param pretty If \'true\', then the output is pretty printed. + */ + readComponentStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/componentstatuses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readComponentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ComponentStatus"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Namespace + * @param name name of the Namespace + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespace(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespace.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Namespace + * @param name name of the Namespace + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespaceStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespaceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedConfigMap(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/configmaps/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedConfigMap.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedConfigMap.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ConfigMap"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedEndpoints(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/endpoints/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedEndpoints.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedEndpoints.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Endpoints"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedEvent(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedLimitRange(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/limitranges/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedLimitRange.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedLimitRange.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LimitRange"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPersistentVolumeClaim(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPersistentVolumeClaim.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPersistentVolumeClaim.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaim"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedPersistentVolumeClaimStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPersistentVolumeClaimStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPersistentVolumeClaimStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaim"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPod(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPod.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPod.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Pod"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read log of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param container The container for which to stream logs. Defaults to only container if there is one container in the pod. + * @param follow Follow the log stream of the pod. Defaults to false. + * @param limitBytes If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. + * @param pretty If \'true\', then the output is pretty printed. + * @param previous Return previous terminated container logs. Defaults to false. + * @param sinceSeconds A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. + * @param tailLines If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime + * @param timestamps If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. + */ + readNamespacedPodLog(name, namespace, container, follow, limitBytes, pretty, previous, sinceSeconds, tailLines, timestamps, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/log' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPodLog.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPodLog.'); + } + if (container !== undefined) { + localVarQueryParameters['container'] = models_1.ObjectSerializer.serialize(container, "string"); + } + if (follow !== undefined) { + localVarQueryParameters['follow'] = models_1.ObjectSerializer.serialize(follow, "boolean"); + } + if (limitBytes !== undefined) { + localVarQueryParameters['limitBytes'] = models_1.ObjectSerializer.serialize(limitBytes, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (previous !== undefined) { + localVarQueryParameters['previous'] = models_1.ObjectSerializer.serialize(previous, "boolean"); + } + if (sinceSeconds !== undefined) { + localVarQueryParameters['sinceSeconds'] = models_1.ObjectSerializer.serialize(sinceSeconds, "number"); + } + if (tailLines !== undefined) { + localVarQueryParameters['tailLines'] = models_1.ObjectSerializer.serialize(tailLines, "number"); + } + if (timestamps !== undefined) { + localVarQueryParameters['timestamps'] = models_1.ObjectSerializer.serialize(timestamps, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "string"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedPodStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPodStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPodStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Pod"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPodTemplate(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/podtemplates/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPodTemplate.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPodTemplate.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodTemplate"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicationController(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicationController.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicationController.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationController"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified ReplicationController + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicationControllerScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicationControllerScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicationControllerScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicationControllerStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicationControllerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicationControllerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationController"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedResourceQuota(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedResourceQuota.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedResourceQuota.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuota"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedResourceQuotaStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedResourceQuotaStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedResourceQuotaStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuota"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedSecret(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/secrets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedSecret.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedSecret.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Secret"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedService(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedService.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Service"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedServiceAccount(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/serviceaccounts/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedServiceAccount.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedServiceAccount.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceAccount"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedServiceStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedServiceStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Service"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Node + * @param name name of the Node + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNode(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Node"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Node + * @param name name of the Node + * @param pretty If \'true\', then the output is pretty printed. + */ + readNodeStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNodeStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Node"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PersistentVolume + * @param name name of the PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPersistentVolume(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readPersistentVolume.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolume"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified PersistentVolume + * @param name name of the PersistentVolume + * @param pretty If \'true\', then the output is pretty printed. + */ + readPersistentVolumeStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readPersistentVolumeStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolume"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespace(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespace.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespace.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Namespace") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace finalize of the specified Namespace + * @param name name of the Namespace + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + replaceNamespaceFinalize(name, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}/finalize' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespaceFinalize.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespaceFinalize.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Namespace") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Namespace + * @param name name of the Namespace + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespaceStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespaceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespaceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Namespace") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Namespace"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ConfigMap + * @param name name of the ConfigMap + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedConfigMap(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/configmaps/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedConfigMap.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedConfigMap.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedConfigMap.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ConfigMap") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ConfigMap"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Endpoints + * @param name name of the Endpoints + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedEndpoints(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/endpoints/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedEndpoints.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedEndpoints.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedEndpoints.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Endpoints") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Endpoints"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedEvent(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedEvent.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Event") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified LimitRange + * @param name name of the LimitRange + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedLimitRange(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/limitranges/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedLimitRange.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedLimitRange.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedLimitRange.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1LimitRange") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1LimitRange"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPersistentVolumeClaim(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPersistentVolumeClaim.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPersistentVolumeClaim.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPersistentVolumeClaim.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PersistentVolumeClaim") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaim"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified PersistentVolumeClaim + * @param name name of the PersistentVolumeClaim + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPersistentVolumeClaimStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPersistentVolumeClaimStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPersistentVolumeClaimStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPersistentVolumeClaimStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PersistentVolumeClaim") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolumeClaim"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPod(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPod.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPod.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPod.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Pod") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Pod"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Pod + * @param name name of the Pod + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/pods/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPodStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPodStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPodStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Pod") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Pod"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PodTemplate + * @param name name of the PodTemplate + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodTemplate(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/podtemplates/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPodTemplate.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPodTemplate.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPodTemplate.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PodTemplate") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PodTemplate"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationController(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicationController.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicationController.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicationController.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ReplicationController") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationController"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified ReplicationController + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationControllerScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicationControllerScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicationControllerScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicationControllerScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified ReplicationController + * @param name name of the ReplicationController + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationControllerStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicationControllerStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicationControllerStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicationControllerStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ReplicationController") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ReplicationController"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedResourceQuota(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedResourceQuota.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedResourceQuota.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedResourceQuota.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ResourceQuota") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuota"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified ResourceQuota + * @param name name of the ResourceQuota + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedResourceQuotaStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/resourcequotas/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedResourceQuotaStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedResourceQuotaStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedResourceQuotaStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ResourceQuota") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ResourceQuota"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Secret + * @param name name of the Secret + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedSecret(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/secrets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedSecret.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedSecret.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedSecret.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Secret") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Secret"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedService(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedService.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedService.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedService.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Service") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Service"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ServiceAccount + * @param name name of the ServiceAccount + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedServiceAccount(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/serviceaccounts/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedServiceAccount.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedServiceAccount.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedServiceAccount.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ServiceAccount") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ServiceAccount"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Service + * @param name name of the Service + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedServiceStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/namespaces/{namespace}/services/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedServiceStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedServiceStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedServiceStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Service") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Service"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNode(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNode.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Node") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Node"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Node + * @param name name of the Node + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNodeStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/nodes/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNodeStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNodeStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Node") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Node"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePersistentVolume(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replacePersistentVolume.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replacePersistentVolume.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PersistentVolume") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolume"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified PersistentVolume + * @param name name of the PersistentVolume + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePersistentVolumeStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/api/v1/persistentvolumes/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replacePersistentVolumeStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replacePersistentVolumeStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PersistentVolume") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PersistentVolume"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CoreV1Api = CoreV1Api; +//# sourceMappingURL=coreV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/coreV1Api.js.map b/dist/gen/api/coreV1Api.js.map new file mode 100644 index 0000000000..1bc83db103 --- /dev/null +++ b/dist/gen/api/coreV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"coreV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/coreV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/customObjectsApi.d.ts b/dist/gen/api/customObjectsApi.d.ts new file mode 100644 index 0000000000..3cb0fb8c0c --- /dev/null +++ b/dist/gen/api/customObjectsApi.d.ts @@ -0,0 +1,437 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum CustomObjectsApiApiKeys { + BearerToken = 0 +} +export declare class CustomObjectsApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: CustomObjectsApiApiKeys, value: string): void; + /** + * Creates a cluster scoped Custom object + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param body The JSON schema of the Resource to create. + * @param pretty If \'true\', then the output is pretty printed. + */ + createClusterCustomObject(group: string, version: string, plural: string, body: object, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * Creates a namespace scoped Custom object + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param body The JSON schema of the Resource to create. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedCustomObject(group: string, version: string, namespace: string, plural: string, body: object, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * Deletes the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. + */ + deleteClusterCustomObject(group: string, version: string, plural: string, name: string, body: V1DeleteOptions, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * Deletes the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. + */ + deleteNamespacedCustomObject(group: string, version: string, namespace: string, plural: string, name: string, body: V1DeleteOptions, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * Returns a cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getClusterCustomObject(group: string, version: string, plural: string, name: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * read scale of the specified custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getClusterCustomObjectScale(group: string, version: string, plural: string, name: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * read status of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getClusterCustomObjectStatus(group: string, version: string, plural: string, name: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * Returns a namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getNamespacedCustomObject(group: string, version: string, namespace: string, plural: string, name: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * read scale of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getNamespacedCustomObjectScale(group: string, version: string, namespace: string, plural: string, name: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * read status of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getNamespacedCustomObjectStatus(group: string, version: string, namespace: string, plural: string, name: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * list or watch cluster scoped custom objects + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param pretty If \'true\', then the output is pretty printed. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. + */ + listClusterCustomObject(group: string, version: string, plural: string, pretty?: string, fieldSelector?: string, labelSelector?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * list or watch namespace scoped custom objects + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param pretty If \'true\', then the output is pretty printed. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. + */ + listNamespacedCustomObject(group: string, version: string, namespace: string, plural: string, pretty?: string, fieldSelector?: string, labelSelector?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * patch the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to patch. + */ + patchClusterCustomObject(group: string, version: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * partially update scale of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchClusterCustomObjectScale(group: string, version: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * partially update status of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchClusterCustomObjectStatus(group: string, version: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * patch the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to patch. + */ + patchNamespacedCustomObject(group: string, version: string, namespace: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * partially update scale of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchNamespacedCustomObjectScale(group: string, version: string, namespace: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * partially update status of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchNamespacedCustomObjectStatus(group: string, version: string, namespace: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * replace the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to replace. + */ + replaceClusterCustomObject(group: string, version: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * replace scale of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceClusterCustomObjectScale(group: string, version: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * replace status of the cluster scoped specified custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceClusterCustomObjectStatus(group: string, version: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * replace the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to replace. + */ + replaceNamespacedCustomObject(group: string, version: string, namespace: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * replace scale of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceNamespacedCustomObjectScale(group: string, version: string, namespace: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; + /** + * replace status of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceNamespacedCustomObjectStatus(group: string, version: string, namespace: string, plural: string, name: string, body: object, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: object; + }>; +} diff --git a/dist/gen/api/customObjectsApi.js b/dist/gen/api/customObjectsApi.js new file mode 100644 index 0000000000..73eefc978d --- /dev/null +++ b/dist/gen/api/customObjectsApi.js @@ -0,0 +1,2063 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var CustomObjectsApiApiKeys; +(function (CustomObjectsApiApiKeys) { + CustomObjectsApiApiKeys[CustomObjectsApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(CustomObjectsApiApiKeys = exports.CustomObjectsApiApiKeys || (exports.CustomObjectsApiApiKeys = {})); +class CustomObjectsApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[CustomObjectsApiApiKeys[key]].apiKey = value; + } + /** + * Creates a cluster scoped Custom object + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param body The JSON schema of the Resource to create. + * @param pretty If \'true\', then the output is pretty printed. + */ + createClusterCustomObject(group, version, plural, body, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling createClusterCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling createClusterCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling createClusterCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createClusterCustomObject.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * Creates a namespace scoped Custom object + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param body The JSON schema of the Resource to create. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedCustomObject(group, version, namespace, plural, body, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling createNamespacedCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling createNamespacedCustomObject.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling createNamespacedCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedCustomObject.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * Deletes the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. + */ + deleteClusterCustomObject(group, version, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling deleteClusterCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling deleteClusterCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling deleteClusterCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteClusterCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling deleteClusterCustomObject.'); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * Deletes the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. + */ + deleteNamespacedCustomObject(group, version, namespace, plural, name, body, gracePeriodSeconds, orphanDependents, propagationPolicy, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling deleteNamespacedCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling deleteNamespacedCustomObject.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling deleteNamespacedCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling deleteNamespacedCustomObject.'); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * Returns a cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getClusterCustomObject(group, version, plural, name, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling getClusterCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling getClusterCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling getClusterCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling getClusterCustomObject.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getClusterCustomObjectScale(group, version, plural, name, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}/scale' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling getClusterCustomObjectScale.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling getClusterCustomObjectScale.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling getClusterCustomObjectScale.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling getClusterCustomObjectScale.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getClusterCustomObjectStatus(group, version, plural, name, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}/status' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling getClusterCustomObjectStatus.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling getClusterCustomObjectStatus.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling getClusterCustomObjectStatus.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling getClusterCustomObjectStatus.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * Returns a namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getNamespacedCustomObject(group, version, namespace, plural, name, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling getNamespacedCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling getNamespacedCustomObject.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling getNamespacedCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling getNamespacedCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling getNamespacedCustomObject.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getNamespacedCustomObjectScale(group, version, namespace, plural, name, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling getNamespacedCustomObjectScale.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling getNamespacedCustomObjectScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling getNamespacedCustomObjectScale.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling getNamespacedCustomObjectScale.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling getNamespacedCustomObjectScale.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + */ + getNamespacedCustomObjectStatus(group, version, namespace, plural, name, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling getNamespacedCustomObjectStatus.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling getNamespacedCustomObjectStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling getNamespacedCustomObjectStatus.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling getNamespacedCustomObjectStatus.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling getNamespacedCustomObjectStatus.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch cluster scoped custom objects + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param pretty If \'true\', then the output is pretty printed. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. + */ + listClusterCustomObject(group, version, plural, pretty, fieldSelector, labelSelector, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling listClusterCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling listClusterCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling listClusterCustomObject.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch namespace scoped custom objects + * @param group The custom resource\'s group name + * @param version The custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural The custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param pretty If \'true\', then the output is pretty printed. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. + */ + listNamespacedCustomObject(group, version, namespace, plural, pretty, fieldSelector, labelSelector, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling listNamespacedCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling listNamespacedCustomObject.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling listNamespacedCustomObject.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * patch the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to patch. + */ + patchClusterCustomObject(group, version, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling patchClusterCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling patchClusterCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling patchClusterCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterCustomObject.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchClusterCustomObjectScale(group, version, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}/scale' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling patchClusterCustomObjectScale.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling patchClusterCustomObjectScale.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling patchClusterCustomObjectScale.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterCustomObjectScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterCustomObjectScale.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchClusterCustomObjectStatus(group, version, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}/status' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling patchClusterCustomObjectStatus.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling patchClusterCustomObjectStatus.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling patchClusterCustomObjectStatus.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterCustomObjectStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterCustomObjectStatus.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * patch the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to patch. + */ + patchNamespacedCustomObject(group, version, namespace, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling patchNamespacedCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling patchNamespacedCustomObject.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling patchNamespacedCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedCustomObject.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchNamespacedCustomObjectScale(group, version, namespace, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling patchNamespacedCustomObjectScale.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling patchNamespacedCustomObjectScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedCustomObjectScale.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling patchNamespacedCustomObjectScale.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedCustomObjectScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedCustomObjectScale.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + patchNamespacedCustomObjectStatus(group, version, namespace, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling patchNamespacedCustomObjectStatus.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling patchNamespacedCustomObjectStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedCustomObjectStatus.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling patchNamespacedCustomObjectStatus.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedCustomObjectStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedCustomObjectStatus.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom object\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to replace. + */ + replaceClusterCustomObject(group, version, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling replaceClusterCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling replaceClusterCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling replaceClusterCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterCustomObject.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified cluster scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceClusterCustomObjectScale(group, version, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}/scale' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling replaceClusterCustomObjectScale.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling replaceClusterCustomObjectScale.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling replaceClusterCustomObjectScale.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterCustomObjectScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterCustomObjectScale.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the cluster scoped specified custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceClusterCustomObjectStatus(group, version, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/{plural}/{name}/status' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling replaceClusterCustomObjectStatus.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling replaceClusterCustomObjectStatus.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling replaceClusterCustomObjectStatus.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterCustomObjectStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterCustomObjectStatus.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body The JSON schema of the Resource to replace. + */ + replaceNamespacedCustomObject(group, version, namespace, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling replaceNamespacedCustomObject.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling replaceNamespacedCustomObject.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedCustomObject.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling replaceNamespacedCustomObject.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedCustomObject.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedCustomObject.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceNamespacedCustomObjectScale(group, version, namespace, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/scale' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling replaceNamespacedCustomObjectScale.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling replaceNamespacedCustomObjectScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedCustomObjectScale.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling replaceNamespacedCustomObjectScale.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedCustomObjectScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedCustomObjectScale.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified namespace scoped custom object + * @param group the custom resource\'s group + * @param version the custom resource\'s version + * @param namespace The custom resource\'s namespace + * @param plural the custom resource\'s plural name. For TPRs this would be lowercase plural kind. + * @param name the custom object\'s name + * @param body + */ + replaceNamespacedCustomObjectStatus(group, version, namespace, plural, name, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/{group}/{version}/namespaces/{namespace}/{plural}/{name}/status' + .replace('{' + 'group' + '}', encodeURIComponent(String(group))) + .replace('{' + 'version' + '}', encodeURIComponent(String(version))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))) + .replace('{' + 'plural' + '}', encodeURIComponent(String(plural))) + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'group' is not null or undefined + if (group === null || group === undefined) { + throw new Error('Required parameter group was null or undefined when calling replaceNamespacedCustomObjectStatus.'); + } + // verify required parameter 'version' is not null or undefined + if (version === null || version === undefined) { + throw new Error('Required parameter version was null or undefined when calling replaceNamespacedCustomObjectStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedCustomObjectStatus.'); + } + // verify required parameter 'plural' is not null or undefined + if (plural === null || plural === undefined) { + throw new Error('Required parameter plural was null or undefined when calling replaceNamespacedCustomObjectStatus.'); + } + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedCustomObjectStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedCustomObjectStatus.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "object"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.CustomObjectsApi = CustomObjectsApi; +//# sourceMappingURL=customObjectsApi.js.map \ No newline at end of file diff --git a/dist/gen/api/customObjectsApi.js.map b/dist/gen/api/customObjectsApi.js.map new file mode 100644 index 0000000000..6d953c16ce --- /dev/null +++ b/dist/gen/api/customObjectsApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"customObjectsApi.js","sourceRoot":"","sources":["../../../src/gen/api/customObjectsApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/eventsApi.d.ts b/dist/gen/api/eventsApi.d.ts new file mode 100644 index 0000000000..82c0ef551e --- /dev/null +++ b/dist/gen/api/eventsApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum EventsApiApiKeys { + BearerToken = 0 +} +export declare class EventsApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: EventsApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/eventsApi.js b/dist/gen/api/eventsApi.js new file mode 100644 index 0000000000..acba2d821a --- /dev/null +++ b/dist/gen/api/eventsApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var EventsApiApiKeys; +(function (EventsApiApiKeys) { + EventsApiApiKeys[EventsApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(EventsApiApiKeys = exports.EventsApiApiKeys || (exports.EventsApiApiKeys = {})); +class EventsApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[EventsApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.EventsApi = EventsApi; +//# sourceMappingURL=eventsApi.js.map \ No newline at end of file diff --git a/dist/gen/api/eventsApi.js.map b/dist/gen/api/eventsApi.js.map new file mode 100644 index 0000000000..70b35e0d03 --- /dev/null +++ b/dist/gen/api/eventsApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"eventsApi.js","sourceRoot":"","sources":["../../../src/gen/api/eventsApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/eventsV1beta1Api.d.ts b/dist/gen/api/eventsV1beta1Api.d.ts new file mode 100644 index 0000000000..f8c409cb94 --- /dev/null +++ b/dist/gen/api/eventsV1beta1Api.d.ts @@ -0,0 +1,201 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1Event } from '../model/v1beta1Event'; +import { V1beta1EventList } from '../model/v1beta1EventList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum EventsV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class EventsV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: EventsV1beta1ApiApiKeys, value: string): void; + /** + * create an Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedEvent(namespace: string, body: V1beta1Event, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Event; + }>; + /** + * delete collection of Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedEvent(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete an Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedEvent(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind Event + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listEventForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1EventList; + }>; + /** + * list or watch objects of kind Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedEvent(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1EventList; + }>; + /** + * partially update the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedEvent(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Event; + }>; + /** + * read the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedEvent(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Event; + }>; + /** + * replace the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedEvent(name: string, namespace: string, body: V1beta1Event, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Event; + }>; +} diff --git a/dist/gen/api/eventsV1beta1Api.js b/dist/gen/api/eventsV1beta1Api.js new file mode 100644 index 0000000000..9786e1a8bc --- /dev/null +++ b/dist/gen/api/eventsV1beta1Api.js @@ -0,0 +1,797 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var EventsV1beta1ApiApiKeys; +(function (EventsV1beta1ApiApiKeys) { + EventsV1beta1ApiApiKeys[EventsV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(EventsV1beta1ApiApiKeys = exports.EventsV1beta1ApiApiKeys || (exports.EventsV1beta1ApiApiKeys = {})); +class EventsV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[EventsV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create an Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedEvent(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedEvent.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1Event") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedEvent(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete an Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedEvent(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Event + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listEventForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/events'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1EventList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedEvent(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1EventList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedEvent(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedEvent.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedEvent(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Event + * @param name name of the Event + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedEvent(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedEvent.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedEvent.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedEvent.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1Event") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Event"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.EventsV1beta1Api = EventsV1beta1Api; +//# sourceMappingURL=eventsV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/eventsV1beta1Api.js.map b/dist/gen/api/eventsV1beta1Api.js.map new file mode 100644 index 0000000000..6ccc7f8a0a --- /dev/null +++ b/dist/gen/api/eventsV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"eventsV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/eventsV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/extensionsApi.d.ts b/dist/gen/api/extensionsApi.d.ts new file mode 100644 index 0000000000..f1267b624f --- /dev/null +++ b/dist/gen/api/extensionsApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ExtensionsApiApiKeys { + BearerToken = 0 +} +export declare class ExtensionsApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ExtensionsApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/extensionsApi.js b/dist/gen/api/extensionsApi.js new file mode 100644 index 0000000000..458d6ef008 --- /dev/null +++ b/dist/gen/api/extensionsApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ExtensionsApiApiKeys; +(function (ExtensionsApiApiKeys) { + ExtensionsApiApiKeys[ExtensionsApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ExtensionsApiApiKeys = exports.ExtensionsApiApiKeys || (exports.ExtensionsApiApiKeys = {})); +class ExtensionsApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ExtensionsApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ExtensionsApi = ExtensionsApi; +//# sourceMappingURL=extensionsApi.js.map \ No newline at end of file diff --git a/dist/gen/api/extensionsApi.js.map b/dist/gen/api/extensionsApi.js.map new file mode 100644 index 0000000000..bcc5a26ffb --- /dev/null +++ b/dist/gen/api/extensionsApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsApi.js","sourceRoot":"","sources":["../../../src/gen/api/extensionsApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/extensionsV1beta1Api.d.ts b/dist/gen/api/extensionsV1beta1Api.d.ts new file mode 100644 index 0000000000..9a92e74df8 --- /dev/null +++ b/dist/gen/api/extensionsV1beta1Api.d.ts @@ -0,0 +1,1311 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { ExtensionsV1beta1Deployment } from '../model/extensionsV1beta1Deployment'; +import { ExtensionsV1beta1DeploymentList } from '../model/extensionsV1beta1DeploymentList'; +import { ExtensionsV1beta1DeploymentRollback } from '../model/extensionsV1beta1DeploymentRollback'; +import { ExtensionsV1beta1Ingress } from '../model/extensionsV1beta1Ingress'; +import { ExtensionsV1beta1IngressList } from '../model/extensionsV1beta1IngressList'; +import { ExtensionsV1beta1PodSecurityPolicy } from '../model/extensionsV1beta1PodSecurityPolicy'; +import { ExtensionsV1beta1PodSecurityPolicyList } from '../model/extensionsV1beta1PodSecurityPolicyList'; +import { ExtensionsV1beta1Scale } from '../model/extensionsV1beta1Scale'; +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1DaemonSet } from '../model/v1beta1DaemonSet'; +import { V1beta1DaemonSetList } from '../model/v1beta1DaemonSetList'; +import { V1beta1NetworkPolicy } from '../model/v1beta1NetworkPolicy'; +import { V1beta1NetworkPolicyList } from '../model/v1beta1NetworkPolicyList'; +import { V1beta1ReplicaSet } from '../model/v1beta1ReplicaSet'; +import { V1beta1ReplicaSetList } from '../model/v1beta1ReplicaSetList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum ExtensionsV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class ExtensionsV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: ExtensionsV1beta1ApiApiKeys, value: string): void; + /** + * create a DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDaemonSet(namespace: string, body: V1beta1DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSet; + }>; + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace: string, body: ExtensionsV1beta1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Deployment; + }>; + /** + * create rollback of a Deployment + * @param name name of the DeploymentRollback + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedDeploymentRollback(name: string, namespace: string, body: ExtensionsV1beta1DeploymentRollback, dryRun?: string, fieldManager?: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * create an Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedIngress(namespace: string, body: ExtensionsV1beta1Ingress, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Ingress; + }>; + /** + * create a NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedNetworkPolicy(namespace: string, body: V1beta1NetworkPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1NetworkPolicy; + }>; + /** + * create a ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicaSet(namespace: string, body: V1beta1ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSet; + }>; + /** + * create a PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPodSecurityPolicy(body: ExtensionsV1beta1PodSecurityPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1PodSecurityPolicy; + }>; + /** + * delete collection of DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDaemonSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedIngress(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedNetworkPolicy(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicaSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPodSecurityPolicy(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDaemonSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete an Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedIngress(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedNetworkPolicy(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicaSet(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePodSecurityPolicy(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind DaemonSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDaemonSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSetList; + }>; + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1DeploymentList; + }>; + /** + * list or watch objects of kind Ingress + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listIngressForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1IngressList; + }>; + /** + * list or watch objects of kind DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDaemonSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSetList; + }>; + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1DeploymentList; + }>; + /** + * list or watch objects of kind Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedIngress(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1IngressList; + }>; + /** + * list or watch objects of kind NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedNetworkPolicy(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1NetworkPolicyList; + }>; + /** + * list or watch objects of kind ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicaSet(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSetList; + }>; + /** + * list or watch objects of kind NetworkPolicy + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNetworkPolicyForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1NetworkPolicyList; + }>; + /** + * list or watch objects of kind PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodSecurityPolicy(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1PodSecurityPolicyList; + }>; + /** + * list or watch objects of kind ReplicaSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicaSetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSetList; + }>; + /** + * partially update the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSet; + }>; + /** + * partially update status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSet; + }>; + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Deployment; + }>; + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Deployment; + }>; + /** + * partially update the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngress(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Ingress; + }>; + /** + * partially update status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngressStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Ingress; + }>; + /** + * partially update the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedNetworkPolicy(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1NetworkPolicy; + }>; + /** + * partially update the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSet(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSet; + }>; + /** + * partially update scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * partially update status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSet; + }>; + /** + * partially update scale of the specified ReplicationControllerDummy + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationControllerDummyScale(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * partially update the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPodSecurityPolicy(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1PodSecurityPolicy; + }>; + /** + * read the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDaemonSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSet; + }>; + /** + * read status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDaemonSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSet; + }>; + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Deployment; + }>; + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Deployment; + }>; + /** + * read the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedIngress(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Ingress; + }>; + /** + * read status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedIngressStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Ingress; + }>; + /** + * read the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedNetworkPolicy(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1NetworkPolicy; + }>; + /** + * read the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicaSet(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSet; + }>; + /** + * read scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * read status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSet; + }>; + /** + * read scale of the specified ReplicationControllerDummy + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicationControllerDummyScale(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * read the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPodSecurityPolicy(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1PodSecurityPolicy; + }>; + /** + * replace the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSet(name: string, namespace: string, body: V1beta1DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSet; + }>; + /** + * replace status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSetStatus(name: string, namespace: string, body: V1beta1DaemonSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1DaemonSet; + }>; + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name: string, namespace: string, body: ExtensionsV1beta1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Deployment; + }>; + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name: string, namespace: string, body: ExtensionsV1beta1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name: string, namespace: string, body: ExtensionsV1beta1Deployment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Deployment; + }>; + /** + * replace the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngress(name: string, namespace: string, body: ExtensionsV1beta1Ingress, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Ingress; + }>; + /** + * replace status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngressStatus(name: string, namespace: string, body: ExtensionsV1beta1Ingress, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Ingress; + }>; + /** + * replace the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedNetworkPolicy(name: string, namespace: string, body: V1beta1NetworkPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1NetworkPolicy; + }>; + /** + * replace the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSet(name: string, namespace: string, body: V1beta1ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSet; + }>; + /** + * replace scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetScale(name: string, namespace: string, body: ExtensionsV1beta1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * replace status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetStatus(name: string, namespace: string, body: V1beta1ReplicaSet, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ReplicaSet; + }>; + /** + * replace scale of the specified ReplicationControllerDummy + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationControllerDummyScale(name: string, namespace: string, body: ExtensionsV1beta1Scale, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1Scale; + }>; + /** + * replace the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePodSecurityPolicy(name: string, body: ExtensionsV1beta1PodSecurityPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: ExtensionsV1beta1PodSecurityPolicy; + }>; +} diff --git a/dist/gen/api/extensionsV1beta1Api.js b/dist/gen/api/extensionsV1beta1Api.js new file mode 100644 index 0000000000..f0e4299be8 --- /dev/null +++ b/dist/gen/api/extensionsV1beta1Api.js @@ -0,0 +1,5779 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var ExtensionsV1beta1ApiApiKeys; +(function (ExtensionsV1beta1ApiApiKeys) { + ExtensionsV1beta1ApiApiKeys[ExtensionsV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(ExtensionsV1beta1ApiApiKeys = exports.ExtensionsV1beta1ApiApiKeys || (exports.ExtensionsV1beta1ApiApiKeys = {})); +class ExtensionsV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[ExtensionsV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDaemonSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedDeployment(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create rollback of a Deployment + * @param name name of the DeploymentRollback + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + * @param pretty If \'true\', then the output is pretty printed. + */ + createNamespacedDeploymentRollback(name, namespace, body, dryRun, fieldManager, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/rollback' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling createNamespacedDeploymentRollback.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedDeploymentRollback.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedDeploymentRollback.'); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1DeploymentRollback") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create an Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedIngress(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedIngress.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Ingress") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedNetworkPolicy(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedNetworkPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1NetworkPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedReplicaSet(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPodSecurityPolicy(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/podsecuritypolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createPodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1PodSecurityPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDaemonSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedIngress(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedNetworkPolicy(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedReplicaSet(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPodSecurityPolicy(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/podsecuritypolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDaemonSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedDeployment(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete an Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedIngress(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedNetworkPolicy(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedReplicaSet(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePodSecurityPolicy(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deletePodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind DaemonSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDaemonSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/daemonsets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listDeploymentForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/deployments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Ingress + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listIngressForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/ingresses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1IngressList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDaemonSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedDeployment(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1DeploymentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedIngress(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1IngressList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedNetworkPolicy(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1NetworkPolicyList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedReplicaSet(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind NetworkPolicy + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNetworkPolicyForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/networkpolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1NetworkPolicyList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodSecurityPolicy(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/podsecuritypolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1PodSecurityPolicyList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ReplicaSet + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listReplicaSetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/replicasets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDaemonSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngress(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedIngress.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngressStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedIngressStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedIngressStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedIngressStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedNetworkPolicy(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedNetworkPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSet(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicaSetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update scale of the specified ReplicationControllerDummy + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedReplicationControllerDummyScale(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedReplicationControllerDummyScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedReplicationControllerDummyScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedReplicationControllerDummyScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPodSecurityPolicy(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchPodSecurityPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchPodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDaemonSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDaemonSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedDeployment(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedDeploymentStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedIngress(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedIngressStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedIngressStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedIngressStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedNetworkPolicy(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedReplicaSet(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicaSetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read scale of the specified ReplicationControllerDummy + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedReplicationControllerDummyScale(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedReplicationControllerDummyScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedReplicationControllerDummyScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPodSecurityPolicy(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readPodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDaemonSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDaemonSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDaemonSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified DaemonSet + * @param name name of the DaemonSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDaemonSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/daemonsets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDaemonSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1DaemonSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1DaemonSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeployment(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeployment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeployment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified Deployment + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Deployment + * @param name name of the Deployment + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedDeploymentStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/deployments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedDeploymentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Deployment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Deployment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngress(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedIngress.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Ingress") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngressStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedIngressStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedIngressStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedIngressStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Ingress") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedNetworkPolicy(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedNetworkPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1NetworkPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSet(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSet.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSet.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSet.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified ReplicaSet + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSetScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified ReplicaSet + * @param name name of the ReplicaSet + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicaSetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicasets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicaSetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ReplicaSet") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ReplicaSet"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace scale of the specified ReplicationControllerDummy + * @param name name of the Scale + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedReplicationControllerDummyScale(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/namespaces/{namespace}/replicationcontrollers/{name}/scale' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedReplicationControllerDummyScale.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedReplicationControllerDummyScale.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedReplicationControllerDummyScale.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1Scale") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1Scale"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePodSecurityPolicy(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/extensions/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replacePodSecurityPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replacePodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "ExtensionsV1beta1PodSecurityPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "ExtensionsV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.ExtensionsV1beta1Api = ExtensionsV1beta1Api; +//# sourceMappingURL=extensionsV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/extensionsV1beta1Api.js.map b/dist/gen/api/extensionsV1beta1Api.js.map new file mode 100644 index 0000000000..12fbbe25d6 --- /dev/null +++ b/dist/gen/api/extensionsV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/extensionsV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/logsApi.d.ts b/dist/gen/api/logsApi.d.ts new file mode 100644 index 0000000000..bb0114bbfe --- /dev/null +++ b/dist/gen/api/logsApi.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum LogsApiApiKeys { + BearerToken = 0 +} +export declare class LogsApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: LogsApiApiKeys, value: string): void; + /** + * + * @param logpath path to the log + */ + logFileHandler(logpath: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body?: any; + }>; + /** + * + */ + logFileListHandler(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body?: any; + }>; +} diff --git a/dist/gen/api/logsApi.js b/dist/gen/api/logsApi.js new file mode 100644 index 0000000000..0b4f9510b6 --- /dev/null +++ b/dist/gen/api/logsApi.js @@ -0,0 +1,168 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +/* tslint:disable:no-unused-locals */ +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var LogsApiApiKeys; +(function (LogsApiApiKeys) { + LogsApiApiKeys[LogsApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(LogsApiApiKeys = exports.LogsApiApiKeys || (exports.LogsApiApiKeys = {})); +class LogsApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[LogsApiApiKeys[key]].apiKey = value; + } + /** + * + * @param logpath path to the log + */ + logFileHandler(logpath, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/logs/{logpath}' + .replace('{' + 'logpath' + '}', encodeURIComponent(String(logpath))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'logpath' is not null or undefined + if (logpath === null || logpath === undefined) { + throw new Error('Required parameter logpath was null or undefined when calling logFileHandler.'); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * + */ + logFileListHandler(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/logs/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.LogsApi = LogsApi; +//# sourceMappingURL=logsApi.js.map \ No newline at end of file diff --git a/dist/gen/api/logsApi.js.map b/dist/gen/api/logsApi.js.map new file mode 100644 index 0000000000..33083859a3 --- /dev/null +++ b/dist/gen/api/logsApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"logsApi.js","sourceRoot":"","sources":["../../../src/gen/api/logsApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/networkingApi.d.ts b/dist/gen/api/networkingApi.d.ts new file mode 100644 index 0000000000..5453d9c022 --- /dev/null +++ b/dist/gen/api/networkingApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum NetworkingApiApiKeys { + BearerToken = 0 +} +export declare class NetworkingApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: NetworkingApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/networkingApi.js b/dist/gen/api/networkingApi.js new file mode 100644 index 0000000000..ef18eabe76 --- /dev/null +++ b/dist/gen/api/networkingApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var NetworkingApiApiKeys; +(function (NetworkingApiApiKeys) { + NetworkingApiApiKeys[NetworkingApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(NetworkingApiApiKeys = exports.NetworkingApiApiKeys || (exports.NetworkingApiApiKeys = {})); +class NetworkingApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[NetworkingApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.NetworkingApi = NetworkingApi; +//# sourceMappingURL=networkingApi.js.map \ No newline at end of file diff --git a/dist/gen/api/networkingApi.js.map b/dist/gen/api/networkingApi.js.map new file mode 100644 index 0000000000..7806e284cb --- /dev/null +++ b/dist/gen/api/networkingApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingApi.js","sourceRoot":"","sources":["../../../src/gen/api/networkingApi.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,2CAA4C;AAM5C,4CAA6E;AAC7E,4CAA6C;AAE7C,IAAI,eAAe,GAAG,kBAAkB,CAAC;AAEzC,kDAAkD;AAClD,kDAAkD;AAClD,kDAAkD;AAElD,IAAY,oBAEX;AAFD,WAAY,oBAAoB;IAC5B,6EAAW,CAAA;AACf,CAAC,EAFW,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAE/B;AAED,MAAa,aAAa;IAWtB,YAAY,kBAA0B,EAAE,QAAiB,EAAE,QAAiB;QAVlE,cAAS,GAAG,eAAe,CAAC;QAC5B,mBAAc,GAAS,EAAE,CAAC;QAC1B,oBAAe,GAAa,KAAK,CAAC;QAElC,oBAAe,GAAG;YACxB,SAAS,EAAkB,IAAI,iBAAQ,EAAE;YACzC,aAAa,EAAE,IAAI,mBAAU,CAAC,QAAQ,EAAE,eAAe,CAAC;SAC3D,CAAA;QAIG,IAAI,QAAQ,EAAE;YACV,IAAI,QAAQ,EAAE;gBACV,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;aAC5B;SACJ;aAAM;YACH,IAAI,kBAAkB,EAAE;gBACpB,IAAI,CAAC,QAAQ,GAAG,kBAAkB,CAAA;aACrC;SACJ;IACL,CAAC;IAED,IAAI,cAAc,CAAC,KAAc;QAC7B,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IACjC,CAAC;IAED,IAAI,QAAQ,CAAC,QAAgB;QACzB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;IAC9B,CAAC;IAED,IAAI,QAAQ;QACR,OAAO,IAAI,CAAC,SAAS,CAAC;IAC1B,CAAC;IAEM,wBAAwB,CAAC,IAAoB;QAChD,IAAI,CAAC,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC;IACxC,CAAC;IAEM,SAAS,CAAC,GAAyB,EAAE,KAAa;QACpD,IAAI,CAAC,eAAuB,CAAC,oBAAoB,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,KAAK,CAAC;IAC5E,CAAC;IAED;;OAEG;IACU,WAAW,CAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YAClF,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,0BAA0B,CAAC;YAChE,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAE3B,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,KAAK;gBACb,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;aACb,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAyD,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBAC3F,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;4BACxD,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;CACJ;AA7FD,sCA6FC"} \ No newline at end of file diff --git a/dist/gen/api/networkingV1Api.d.ts b/dist/gen/api/networkingV1Api.d.ts new file mode 100644 index 0000000000..0f6393a9f9 --- /dev/null +++ b/dist/gen/api/networkingV1Api.d.ts @@ -0,0 +1,201 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1NetworkPolicy } from '../model/v1NetworkPolicy'; +import { V1NetworkPolicyList } from '../model/v1NetworkPolicyList'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum NetworkingV1ApiApiKeys { + BearerToken = 0 +} +export declare class NetworkingV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: NetworkingV1ApiApiKeys, value: string): void; + /** + * create a NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedNetworkPolicy(namespace: string, body: V1NetworkPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NetworkPolicy; + }>; + /** + * delete collection of NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedNetworkPolicy(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedNetworkPolicy(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedNetworkPolicy(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NetworkPolicyList; + }>; + /** + * list or watch objects of kind NetworkPolicy + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNetworkPolicyForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NetworkPolicyList; + }>; + /** + * partially update the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedNetworkPolicy(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NetworkPolicy; + }>; + /** + * read the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedNetworkPolicy(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NetworkPolicy; + }>; + /** + * replace the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedNetworkPolicy(name: string, namespace: string, body: V1NetworkPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1NetworkPolicy; + }>; +} diff --git a/dist/gen/api/networkingV1Api.js b/dist/gen/api/networkingV1Api.js new file mode 100644 index 0000000000..0cbe97493a --- /dev/null +++ b/dist/gen/api/networkingV1Api.js @@ -0,0 +1,797 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var NetworkingV1ApiApiKeys; +(function (NetworkingV1ApiApiKeys) { + NetworkingV1ApiApiKeys[NetworkingV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(NetworkingV1ApiApiKeys = exports.NetworkingV1ApiApiKeys || (exports.NetworkingV1ApiApiKeys = {})); +class NetworkingV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[NetworkingV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedNetworkPolicy(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedNetworkPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1NetworkPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedNetworkPolicy(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedNetworkPolicy(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedNetworkPolicy(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NetworkPolicyList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind NetworkPolicy + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNetworkPolicyForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/networkpolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NetworkPolicyList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedNetworkPolicy(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedNetworkPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedNetworkPolicy(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified NetworkPolicy + * @param name name of the NetworkPolicy + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedNetworkPolicy(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedNetworkPolicy.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedNetworkPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedNetworkPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1NetworkPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1NetworkPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.NetworkingV1Api = NetworkingV1Api; +//# sourceMappingURL=networkingV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/networkingV1Api.js.map b/dist/gen/api/networkingV1Api.js.map new file mode 100644 index 0000000000..9b5d036466 --- /dev/null +++ b/dist/gen/api/networkingV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/networkingV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/networkingV1beta1Api.d.ts b/dist/gen/api/networkingV1beta1Api.d.ts new file mode 100644 index 0000000000..858b9be58e --- /dev/null +++ b/dist/gen/api/networkingV1beta1Api.d.ts @@ -0,0 +1,250 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { NetworkingV1beta1Ingress } from '../model/networkingV1beta1Ingress'; +import { NetworkingV1beta1IngressList } from '../model/networkingV1beta1IngressList'; +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum NetworkingV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class NetworkingV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: NetworkingV1beta1ApiApiKeys, value: string): void; + /** + * create an Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedIngress(namespace: string, body: NetworkingV1beta1Ingress, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1Ingress; + }>; + /** + * delete collection of Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedIngress(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete an Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedIngress(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind Ingress + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listIngressForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1IngressList; + }>; + /** + * list or watch objects of kind Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedIngress(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1IngressList; + }>; + /** + * partially update the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngress(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1Ingress; + }>; + /** + * partially update status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngressStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1Ingress; + }>; + /** + * read the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedIngress(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1Ingress; + }>; + /** + * read status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedIngressStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1Ingress; + }>; + /** + * replace the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngress(name: string, namespace: string, body: NetworkingV1beta1Ingress, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1Ingress; + }>; + /** + * replace status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngressStatus(name: string, namespace: string, body: NetworkingV1beta1Ingress, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: NetworkingV1beta1Ingress; + }>; +} diff --git a/dist/gen/api/networkingV1beta1Api.js b/dist/gen/api/networkingV1beta1Api.js new file mode 100644 index 0000000000..31e100c9f0 --- /dev/null +++ b/dist/gen/api/networkingV1beta1Api.js @@ -0,0 +1,1027 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var NetworkingV1beta1ApiApiKeys; +(function (NetworkingV1beta1ApiApiKeys) { + NetworkingV1beta1ApiApiKeys[NetworkingV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(NetworkingV1beta1ApiApiKeys = exports.NetworkingV1beta1ApiApiKeys || (exports.NetworkingV1beta1ApiApiKeys = {})); +class NetworkingV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[NetworkingV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create an Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedIngress(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedIngress.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "NetworkingV1beta1Ingress") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedIngress(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete an Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedIngress(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Ingress + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listIngressForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/ingresses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1IngressList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedIngress(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1IngressList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngress(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedIngress.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedIngressStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedIngressStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedIngressStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedIngressStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedIngress(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedIngressStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedIngressStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedIngressStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngress(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedIngress.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedIngress.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedIngress.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "NetworkingV1beta1Ingress") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified Ingress + * @param name name of the Ingress + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedIngressStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedIngressStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedIngressStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedIngressStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "NetworkingV1beta1Ingress") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "NetworkingV1beta1Ingress"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.NetworkingV1beta1Api = NetworkingV1beta1Api; +//# sourceMappingURL=networkingV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/networkingV1beta1Api.js.map b/dist/gen/api/networkingV1beta1Api.js.map new file mode 100644 index 0000000000..e46c09baf3 --- /dev/null +++ b/dist/gen/api/networkingV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/networkingV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/nodeApi.d.ts b/dist/gen/api/nodeApi.d.ts new file mode 100644 index 0000000000..f77f43fac4 --- /dev/null +++ b/dist/gen/api/nodeApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum NodeApiApiKeys { + BearerToken = 0 +} +export declare class NodeApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: NodeApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/nodeApi.js b/dist/gen/api/nodeApi.js new file mode 100644 index 0000000000..386c1cf24d --- /dev/null +++ b/dist/gen/api/nodeApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var NodeApiApiKeys; +(function (NodeApiApiKeys) { + NodeApiApiKeys[NodeApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(NodeApiApiKeys = exports.NodeApiApiKeys || (exports.NodeApiApiKeys = {})); +class NodeApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[NodeApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.NodeApi = NodeApi; +//# sourceMappingURL=nodeApi.js.map \ No newline at end of file diff --git a/dist/gen/api/nodeApi.js.map b/dist/gen/api/nodeApi.js.map new file mode 100644 index 0000000000..e6a3542bb0 --- /dev/null +++ b/dist/gen/api/nodeApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"nodeApi.js","sourceRoot":"","sources":["../../../src/gen/api/nodeApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/nodeV1alpha1Api.d.ts b/dist/gen/api/nodeV1alpha1Api.d.ts new file mode 100644 index 0000000000..d784288226 --- /dev/null +++ b/dist/gen/api/nodeV1alpha1Api.d.ts @@ -0,0 +1,174 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1alpha1RuntimeClass } from '../model/v1alpha1RuntimeClass'; +import { V1alpha1RuntimeClassList } from '../model/v1alpha1RuntimeClassList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum NodeV1alpha1ApiApiKeys { + BearerToken = 0 +} +export declare class NodeV1alpha1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: NodeV1alpha1ApiApiKeys, value: string): void; + /** + * create a RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createRuntimeClass(body: V1alpha1RuntimeClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RuntimeClass; + }>; + /** + * delete collection of RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionRuntimeClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteRuntimeClass(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRuntimeClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RuntimeClassList; + }>; + /** + * partially update the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchRuntimeClass(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RuntimeClass; + }>; + /** + * read the specified RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readRuntimeClass(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RuntimeClass; + }>; + /** + * replace the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceRuntimeClass(name: string, body: V1alpha1RuntimeClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RuntimeClass; + }>; +} diff --git a/dist/gen/api/nodeV1alpha1Api.js b/dist/gen/api/nodeV1alpha1Api.js new file mode 100644 index 0000000000..1bfae183ee --- /dev/null +++ b/dist/gen/api/nodeV1alpha1Api.js @@ -0,0 +1,669 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var NodeV1alpha1ApiApiKeys; +(function (NodeV1alpha1ApiApiKeys) { + NodeV1alpha1ApiApiKeys[NodeV1alpha1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(NodeV1alpha1ApiApiKeys = exports.NodeV1alpha1ApiApiKeys || (exports.NodeV1alpha1ApiApiKeys = {})); +class NodeV1alpha1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[NodeV1alpha1ApiApiKeys[key]].apiKey = value; + } + /** + * create a RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createRuntimeClass(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/runtimeclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1RuntimeClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionRuntimeClass(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/runtimeclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteRuntimeClass(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRuntimeClass(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/runtimeclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RuntimeClassList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchRuntimeClass(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchRuntimeClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readRuntimeClass(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceRuntimeClass(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1alpha1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceRuntimeClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1RuntimeClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.NodeV1alpha1Api = NodeV1alpha1Api; +//# sourceMappingURL=nodeV1alpha1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/nodeV1alpha1Api.js.map b/dist/gen/api/nodeV1alpha1Api.js.map new file mode 100644 index 0000000000..c1b43cee64 --- /dev/null +++ b/dist/gen/api/nodeV1alpha1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"nodeV1alpha1Api.js","sourceRoot":"","sources":["../../../src/gen/api/nodeV1alpha1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/nodeV1beta1Api.d.ts b/dist/gen/api/nodeV1beta1Api.d.ts new file mode 100644 index 0000000000..bb1761b952 --- /dev/null +++ b/dist/gen/api/nodeV1beta1Api.d.ts @@ -0,0 +1,174 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1RuntimeClass } from '../model/v1beta1RuntimeClass'; +import { V1beta1RuntimeClassList } from '../model/v1beta1RuntimeClassList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum NodeV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class NodeV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: NodeV1beta1ApiApiKeys, value: string): void; + /** + * create a RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createRuntimeClass(body: V1beta1RuntimeClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RuntimeClass; + }>; + /** + * delete collection of RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionRuntimeClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteRuntimeClass(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRuntimeClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RuntimeClassList; + }>; + /** + * partially update the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchRuntimeClass(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RuntimeClass; + }>; + /** + * read the specified RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readRuntimeClass(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RuntimeClass; + }>; + /** + * replace the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceRuntimeClass(name: string, body: V1beta1RuntimeClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RuntimeClass; + }>; +} diff --git a/dist/gen/api/nodeV1beta1Api.js b/dist/gen/api/nodeV1beta1Api.js new file mode 100644 index 0000000000..01fcb3c315 --- /dev/null +++ b/dist/gen/api/nodeV1beta1Api.js @@ -0,0 +1,669 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var NodeV1beta1ApiApiKeys; +(function (NodeV1beta1ApiApiKeys) { + NodeV1beta1ApiApiKeys[NodeV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(NodeV1beta1ApiApiKeys = exports.NodeV1beta1ApiApiKeys || (exports.NodeV1beta1ApiApiKeys = {})); +class NodeV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[NodeV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createRuntimeClass(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/runtimeclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1RuntimeClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionRuntimeClass(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/runtimeclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteRuntimeClass(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRuntimeClass(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/runtimeclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RuntimeClassList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchRuntimeClass(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchRuntimeClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified RuntimeClass + * @param name name of the RuntimeClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readRuntimeClass(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified RuntimeClass + * @param name name of the RuntimeClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceRuntimeClass(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/node.k8s.io/v1beta1/runtimeclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceRuntimeClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceRuntimeClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1RuntimeClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RuntimeClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.NodeV1beta1Api = NodeV1beta1Api; +//# sourceMappingURL=nodeV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/nodeV1beta1Api.js.map b/dist/gen/api/nodeV1beta1Api.js.map new file mode 100644 index 0000000000..18e9ee35a5 --- /dev/null +++ b/dist/gen/api/nodeV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"nodeV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/nodeV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/policyApi.d.ts b/dist/gen/api/policyApi.d.ts new file mode 100644 index 0000000000..487f913047 --- /dev/null +++ b/dist/gen/api/policyApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum PolicyApiApiKeys { + BearerToken = 0 +} +export declare class PolicyApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: PolicyApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/policyApi.js b/dist/gen/api/policyApi.js new file mode 100644 index 0000000000..faee3300d2 --- /dev/null +++ b/dist/gen/api/policyApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var PolicyApiApiKeys; +(function (PolicyApiApiKeys) { + PolicyApiApiKeys[PolicyApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(PolicyApiApiKeys = exports.PolicyApiApiKeys || (exports.PolicyApiApiKeys = {})); +class PolicyApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[PolicyApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.PolicyApi = PolicyApi; +//# sourceMappingURL=policyApi.js.map \ No newline at end of file diff --git a/dist/gen/api/policyApi.js.map b/dist/gen/api/policyApi.js.map new file mode 100644 index 0000000000..6fe2ddabfe --- /dev/null +++ b/dist/gen/api/policyApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyApi.js","sourceRoot":"","sources":["../../../src/gen/api/policyApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/policyV1beta1Api.d.ts b/dist/gen/api/policyV1beta1Api.d.ts new file mode 100644 index 0000000000..9d9a3891a4 --- /dev/null +++ b/dist/gen/api/policyV1beta1Api.d.ts @@ -0,0 +1,378 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { PolicyV1beta1PodSecurityPolicy } from '../model/policyV1beta1PodSecurityPolicy'; +import { PolicyV1beta1PodSecurityPolicyList } from '../model/policyV1beta1PodSecurityPolicyList'; +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1PodDisruptionBudget } from '../model/v1beta1PodDisruptionBudget'; +import { V1beta1PodDisruptionBudgetList } from '../model/v1beta1PodDisruptionBudgetList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum PolicyV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class PolicyV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: PolicyV1beta1ApiApiKeys, value: string): void; + /** + * create a PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPodDisruptionBudget(namespace: string, body: V1beta1PodDisruptionBudget, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudget; + }>; + /** + * create a PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPodSecurityPolicy(body: PolicyV1beta1PodSecurityPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: PolicyV1beta1PodSecurityPolicy; + }>; + /** + * delete collection of PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPodDisruptionBudget(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPodSecurityPolicy(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPodDisruptionBudget(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePodSecurityPolicy(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPodDisruptionBudget(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudgetList; + }>; + /** + * list or watch objects of kind PodDisruptionBudget + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodDisruptionBudgetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudgetList; + }>; + /** + * list or watch objects of kind PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodSecurityPolicy(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: PolicyV1beta1PodSecurityPolicyList; + }>; + /** + * partially update the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodDisruptionBudget(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudget; + }>; + /** + * partially update status of the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodDisruptionBudgetStatus(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudget; + }>; + /** + * partially update the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPodSecurityPolicy(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: PolicyV1beta1PodSecurityPolicy; + }>; + /** + * read the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPodDisruptionBudget(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudget; + }>; + /** + * read status of the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedPodDisruptionBudgetStatus(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudget; + }>; + /** + * read the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPodSecurityPolicy(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: PolicyV1beta1PodSecurityPolicy; + }>; + /** + * replace the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodDisruptionBudget(name: string, namespace: string, body: V1beta1PodDisruptionBudget, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudget; + }>; + /** + * replace status of the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodDisruptionBudgetStatus(name: string, namespace: string, body: V1beta1PodDisruptionBudget, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PodDisruptionBudget; + }>; + /** + * replace the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePodSecurityPolicy(name: string, body: PolicyV1beta1PodSecurityPolicy, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: PolicyV1beta1PodSecurityPolicy; + }>; +} diff --git a/dist/gen/api/policyV1beta1Api.js b/dist/gen/api/policyV1beta1Api.js new file mode 100644 index 0000000000..5f25847e83 --- /dev/null +++ b/dist/gen/api/policyV1beta1Api.js @@ -0,0 +1,1583 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var PolicyV1beta1ApiApiKeys; +(function (PolicyV1beta1ApiApiKeys) { + PolicyV1beta1ApiApiKeys[PolicyV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(PolicyV1beta1ApiApiKeys = exports.PolicyV1beta1ApiApiKeys || (exports.PolicyV1beta1ApiApiKeys = {})); +class PolicyV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[PolicyV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPodDisruptionBudget(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedPodDisruptionBudget.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedPodDisruptionBudget.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1PodDisruptionBudget") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudget"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPodSecurityPolicy(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/podsecuritypolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createPodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "PolicyV1beta1PodSecurityPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "PolicyV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPodDisruptionBudget(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedPodDisruptionBudget.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPodSecurityPolicy(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/podsecuritypolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPodDisruptionBudget(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedPodDisruptionBudget.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedPodDisruptionBudget.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePodSecurityPolicy(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deletePodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPodDisruptionBudget(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedPodDisruptionBudget.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudgetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodDisruptionBudget + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodDisruptionBudgetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/poddisruptionbudgets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudgetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodSecurityPolicy(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/podsecuritypolicies'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "PolicyV1beta1PodSecurityPolicyList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodDisruptionBudget(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPodDisruptionBudget.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPodDisruptionBudget.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPodDisruptionBudget.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudget"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodDisruptionBudgetStatus(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPodDisruptionBudgetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPodDisruptionBudgetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPodDisruptionBudgetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudget"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPodSecurityPolicy(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchPodSecurityPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchPodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "PolicyV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPodDisruptionBudget(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPodDisruptionBudget.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPodDisruptionBudget.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudget"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedPodDisruptionBudgetStatus(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPodDisruptionBudgetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPodDisruptionBudgetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudget"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPodSecurityPolicy(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readPodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "PolicyV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodDisruptionBudget(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPodDisruptionBudget.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPodDisruptionBudget.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPodDisruptionBudget.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1PodDisruptionBudget") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudget"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified PodDisruptionBudget + * @param name name of the PodDisruptionBudget + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodDisruptionBudgetStatus(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPodDisruptionBudgetStatus.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPodDisruptionBudgetStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPodDisruptionBudgetStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1PodDisruptionBudget") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PodDisruptionBudget"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PodSecurityPolicy + * @param name name of the PodSecurityPolicy + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePodSecurityPolicy(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/policy/v1beta1/podsecuritypolicies/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replacePodSecurityPolicy.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replacePodSecurityPolicy.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "PolicyV1beta1PodSecurityPolicy") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "PolicyV1beta1PodSecurityPolicy"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.PolicyV1beta1Api = PolicyV1beta1Api; +//# sourceMappingURL=policyV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/policyV1beta1Api.js.map b/dist/gen/api/policyV1beta1Api.js.map new file mode 100644 index 0000000000..78325dd49b --- /dev/null +++ b/dist/gen/api/policyV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/policyV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationApi.d.ts b/dist/gen/api/rbacAuthorizationApi.d.ts new file mode 100644 index 0000000000..85a25f848c --- /dev/null +++ b/dist/gen/api/rbacAuthorizationApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum RbacAuthorizationApiApiKeys { + BearerToken = 0 +} +export declare class RbacAuthorizationApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: RbacAuthorizationApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/rbacAuthorizationApi.js b/dist/gen/api/rbacAuthorizationApi.js new file mode 100644 index 0000000000..8b2bb3672a --- /dev/null +++ b/dist/gen/api/rbacAuthorizationApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var RbacAuthorizationApiApiKeys; +(function (RbacAuthorizationApiApiKeys) { + RbacAuthorizationApiApiKeys[RbacAuthorizationApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(RbacAuthorizationApiApiKeys = exports.RbacAuthorizationApiApiKeys || (exports.RbacAuthorizationApiApiKeys = {})); +class RbacAuthorizationApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[RbacAuthorizationApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.RbacAuthorizationApi = RbacAuthorizationApi; +//# sourceMappingURL=rbacAuthorizationApi.js.map \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationApi.js.map b/dist/gen/api/rbacAuthorizationApi.js.map new file mode 100644 index 0000000000..9491aa9a17 --- /dev/null +++ b/dist/gen/api/rbacAuthorizationApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"rbacAuthorizationApi.js","sourceRoot":"","sources":["../../../src/gen/api/rbacAuthorizationApi.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH,2CAA4C;AAM5C,4CAA6E;AAC7E,4CAA6C;AAE7C,IAAI,eAAe,GAAG,kBAAkB,CAAC;AAEzC,kDAAkD;AAClD,kDAAkD;AAClD,kDAAkD;AAElD,IAAY,2BAEX;AAFD,WAAY,2BAA2B;IACnC,2FAAW,CAAA;AACf,CAAC,EAFW,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAEtC;AAED,MAAa,oBAAoB;IAW7B,YAAY,kBAA0B,EAAE,QAAiB,EAAE,QAAiB;QAVlE,cAAS,GAAG,eAAe,CAAC;QAC5B,mBAAc,GAAS,EAAE,CAAC;QAC1B,oBAAe,GAAa,KAAK,CAAC;QAElC,oBAAe,GAAG;YACxB,SAAS,EAAkB,IAAI,iBAAQ,EAAE;YACzC,aAAa,EAAE,IAAI,mBAAU,CAAC,QAAQ,EAAE,eAAe,CAAC;SAC3D,CAAA;QAIG,IAAI,QAAQ,EAAE;YACV,IAAI,QAAQ,EAAE;gBACV,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;aAC5B;SACJ;aAAM;YACH,IAAI,kBAAkB,EAAE;gBACpB,IAAI,CAAC,QAAQ,GAAG,kBAAkB,CAAA;aACrC;SACJ;IACL,CAAC;IAED,IAAI,cAAc,CAAC,KAAc;QAC7B,IAAI,CAAC,eAAe,GAAG,KAAK,CAAC;IACjC,CAAC;IAED,IAAI,QAAQ,CAAC,QAAgB;QACzB,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;IAC9B,CAAC;IAED,IAAI,QAAQ;QACR,OAAO,IAAI,CAAC,SAAS,CAAC;IAC1B,CAAC;IAEM,wBAAwB,CAAC,IAAoB;QAChD,IAAI,CAAC,eAAe,CAAC,OAAO,GAAG,IAAI,CAAC;IACxC,CAAC;IAEM,SAAS,CAAC,GAAgC,EAAE,KAAa;QAC3D,IAAI,CAAC,eAAuB,CAAC,2BAA2B,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,GAAG,KAAK,CAAC;IACnF,CAAC;IAED;;OAEG;IACU,WAAW,CAAE,UAA+C,EAAC,OAAO,EAAE,EAAE,EAAC;;YAClF,MAAM,YAAY,GAAG,IAAI,CAAC,QAAQ,GAAG,kCAAkC,CAAC;YACxE,IAAI,uBAAuB,GAAQ,EAAE,CAAC;YACtC,IAAI,oBAAoB,GAAc,MAAO,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAC9E,IAAI,kBAAkB,GAAQ,EAAE,CAAC;YAE3B,MAAO,CAAC,MAAM,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC;YAE5D,IAAI,mBAAmB,GAAG,KAAK,CAAC;YAEhC,IAAI,sBAAsB,GAA4B;gBAClD,MAAM,EAAE,KAAK;gBACb,EAAE,EAAE,uBAAuB;gBAC3B,OAAO,EAAE,oBAAoB;gBAC7B,GAAG,EAAE,YAAY;gBACjB,cAAc,EAAE,IAAI,CAAC,eAAe;gBACpC,IAAI,EAAE,IAAI;aACb,CAAC;YAEF,IAAI,qBAAqB,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;YAC9C,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,WAAW,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAElI,qBAAqB,GAAG,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,cAAc,CAAC,sBAAsB,CAAC,CAAC,CAAC;YAC9H,OAAO,qBAAqB,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnC,IAAI,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,MAAM,EAAE;oBACxC,IAAI,mBAAmB,EAAE;wBACf,sBAAuB,CAAC,QAAQ,GAAG,kBAAkB,CAAC;qBAC/D;yBAAM;wBACH,sBAAsB,CAAC,IAAI,GAAG,kBAAkB,CAAC;qBACpD;iBACJ;gBACD,OAAO,IAAI,OAAO,CAAyD,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;oBAC3F,eAAe,CAAC,sBAAsB,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;wBAC9D,IAAI,KAAK,EAAE;4BACP,MAAM,CAAC,KAAK,CAAC,CAAC;yBACjB;6BAAM;4BACH,IAAI,GAAG,yBAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;4BACxD,IAAI,QAAQ,CAAC,UAAU,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,IAAI,QAAQ,CAAC,UAAU,IAAI,GAAG,EAAE;gCACjF,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC/C;iCAAM;gCACH,MAAM,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;6BAC9C;yBACJ;oBACL,CAAC,CAAC,CAAC;gBACP,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;QACP,CAAC;KAAA;CACJ;AA7FD,oDA6FC"} \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationV1Api.d.ts b/dist/gen/api/rbacAuthorizationV1Api.d.ts new file mode 100644 index 0000000000..5b2eca91a1 --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1Api.d.ts @@ -0,0 +1,604 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1ClusterRole } from '../model/v1ClusterRole'; +import { V1ClusterRoleBinding } from '../model/v1ClusterRoleBinding'; +import { V1ClusterRoleBindingList } from '../model/v1ClusterRoleBindingList'; +import { V1ClusterRoleList } from '../model/v1ClusterRoleList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Role } from '../model/v1Role'; +import { V1RoleBinding } from '../model/v1RoleBinding'; +import { V1RoleBindingList } from '../model/v1RoleBindingList'; +import { V1RoleList } from '../model/v1RoleList'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum RbacAuthorizationV1ApiApiKeys { + BearerToken = 0 +} +export declare class RbacAuthorizationV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: RbacAuthorizationV1ApiApiKeys, value: string): void; + /** + * create a ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRole(body: V1ClusterRole, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRole; + }>; + /** + * create a ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRoleBinding(body: V1ClusterRoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRoleBinding; + }>; + /** + * create a Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRole(namespace: string, body: V1Role, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Role; + }>; + /** + * create a RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRoleBinding(namespace: string, body: V1RoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleBinding; + }>; + /** + * delete a ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRole(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRoleBinding(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRole(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRoleBinding(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRole(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRoleBinding(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRole(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRoleBinding(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRole(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRoleList; + }>; + /** + * list or watch objects of kind ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRoleBinding(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRoleBindingList; + }>; + /** + * list or watch objects of kind Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRole(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleList; + }>; + /** + * list or watch objects of kind RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRoleBinding(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleBindingList; + }>; + /** + * list or watch objects of kind RoleBinding + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleBindingForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleBindingList; + }>; + /** + * list or watch objects of kind Role + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleList; + }>; + /** + * partially update the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRole(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRole; + }>; + /** + * partially update the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRoleBinding(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRoleBinding; + }>; + /** + * partially update the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRole(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Role; + }>; + /** + * partially update the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRoleBinding(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleBinding; + }>; + /** + * read the specified ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRole(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRole; + }>; + /** + * read the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRoleBinding(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRoleBinding; + }>; + /** + * read the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRole(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Role; + }>; + /** + * read the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRoleBinding(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleBinding; + }>; + /** + * replace the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRole(name: string, body: V1ClusterRole, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRole; + }>; + /** + * replace the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRoleBinding(name: string, body: V1ClusterRoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1ClusterRoleBinding; + }>; + /** + * replace the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRole(name: string, namespace: string, body: V1Role, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Role; + }>; + /** + * replace the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRoleBinding(name: string, namespace: string, body: V1RoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1RoleBinding; + }>; +} diff --git a/dist/gen/api/rbacAuthorizationV1Api.js b/dist/gen/api/rbacAuthorizationV1Api.js new file mode 100644 index 0000000000..13e9f276d1 --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1Api.js @@ -0,0 +1,2561 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var RbacAuthorizationV1ApiApiKeys; +(function (RbacAuthorizationV1ApiApiKeys) { + RbacAuthorizationV1ApiApiKeys[RbacAuthorizationV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(RbacAuthorizationV1ApiApiKeys = exports.RbacAuthorizationV1ApiApiKeys || (exports.RbacAuthorizationV1ApiApiKeys = {})); +class RbacAuthorizationV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[RbacAuthorizationV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRole(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ClusterRole") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRoleBinding(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ClusterRoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRole(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Role") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRoleBinding(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1RoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRole(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRoleBinding(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRole(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRoleBinding(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRole(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRoleBinding(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRole(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRoleBinding(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRole(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRoleBinding(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRole(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRoleBinding(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RoleBinding + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleBindingForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/rolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Role + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/roles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRole(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRoleBinding(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRole(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRoleBinding(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRole(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRoleBinding(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRole(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRoleBinding(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRole(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ClusterRole") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRoleBinding(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1ClusterRoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRole(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1Role") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRoleBinding(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1RoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.RbacAuthorizationV1Api = RbacAuthorizationV1Api; +//# sourceMappingURL=rbacAuthorizationV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationV1Api.js.map b/dist/gen/api/rbacAuthorizationV1Api.js.map new file mode 100644 index 0000000000..8b48d11bda --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"rbacAuthorizationV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/rbacAuthorizationV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationV1alpha1Api.d.ts b/dist/gen/api/rbacAuthorizationV1alpha1Api.d.ts new file mode 100644 index 0000000000..befd6a9da9 --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1alpha1Api.d.ts @@ -0,0 +1,604 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1alpha1ClusterRole } from '../model/v1alpha1ClusterRole'; +import { V1alpha1ClusterRoleBinding } from '../model/v1alpha1ClusterRoleBinding'; +import { V1alpha1ClusterRoleBindingList } from '../model/v1alpha1ClusterRoleBindingList'; +import { V1alpha1ClusterRoleList } from '../model/v1alpha1ClusterRoleList'; +import { V1alpha1Role } from '../model/v1alpha1Role'; +import { V1alpha1RoleBinding } from '../model/v1alpha1RoleBinding'; +import { V1alpha1RoleBindingList } from '../model/v1alpha1RoleBindingList'; +import { V1alpha1RoleList } from '../model/v1alpha1RoleList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum RbacAuthorizationV1alpha1ApiApiKeys { + BearerToken = 0 +} +export declare class RbacAuthorizationV1alpha1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: RbacAuthorizationV1alpha1ApiApiKeys, value: string): void; + /** + * create a ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRole(body: V1alpha1ClusterRole, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRole; + }>; + /** + * create a ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRoleBinding(body: V1alpha1ClusterRoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRoleBinding; + }>; + /** + * create a Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRole(namespace: string, body: V1alpha1Role, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1Role; + }>; + /** + * create a RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRoleBinding(namespace: string, body: V1alpha1RoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleBinding; + }>; + /** + * delete a ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRole(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRoleBinding(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRole(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRoleBinding(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRole(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRoleBinding(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRole(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRoleBinding(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRole(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRoleList; + }>; + /** + * list or watch objects of kind ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRoleBinding(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRoleBindingList; + }>; + /** + * list or watch objects of kind Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRole(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleList; + }>; + /** + * list or watch objects of kind RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRoleBinding(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleBindingList; + }>; + /** + * list or watch objects of kind RoleBinding + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleBindingForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleBindingList; + }>; + /** + * list or watch objects of kind Role + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleList; + }>; + /** + * partially update the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRole(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRole; + }>; + /** + * partially update the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRoleBinding(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRoleBinding; + }>; + /** + * partially update the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRole(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1Role; + }>; + /** + * partially update the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRoleBinding(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleBinding; + }>; + /** + * read the specified ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRole(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRole; + }>; + /** + * read the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRoleBinding(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRoleBinding; + }>; + /** + * read the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRole(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1Role; + }>; + /** + * read the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRoleBinding(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleBinding; + }>; + /** + * replace the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRole(name: string, body: V1alpha1ClusterRole, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRole; + }>; + /** + * replace the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRoleBinding(name: string, body: V1alpha1ClusterRoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1ClusterRoleBinding; + }>; + /** + * replace the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRole(name: string, namespace: string, body: V1alpha1Role, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1Role; + }>; + /** + * replace the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRoleBinding(name: string, namespace: string, body: V1alpha1RoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1RoleBinding; + }>; +} diff --git a/dist/gen/api/rbacAuthorizationV1alpha1Api.js b/dist/gen/api/rbacAuthorizationV1alpha1Api.js new file mode 100644 index 0000000000..b0dc2c58dd --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1alpha1Api.js @@ -0,0 +1,2561 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var RbacAuthorizationV1alpha1ApiApiKeys; +(function (RbacAuthorizationV1alpha1ApiApiKeys) { + RbacAuthorizationV1alpha1ApiApiKeys[RbacAuthorizationV1alpha1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(RbacAuthorizationV1alpha1ApiApiKeys = exports.RbacAuthorizationV1alpha1ApiApiKeys || (exports.RbacAuthorizationV1alpha1ApiApiKeys = {})); +class RbacAuthorizationV1alpha1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[RbacAuthorizationV1alpha1ApiApiKeys[key]].apiKey = value; + } + /** + * create a ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRole(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1ClusterRole") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRoleBinding(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1ClusterRoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRole(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1Role") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRoleBinding(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1RoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRole(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRoleBinding(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRole(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRoleBinding(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRole(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRoleBinding(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRole(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRoleBinding(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRole(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRoleBinding(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRole(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRoleBinding(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RoleBinding + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleBindingForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/rolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Role + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/roles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRole(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRoleBinding(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRole(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRoleBinding(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRole(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRoleBinding(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRole(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRoleBinding(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRole(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1ClusterRole") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRoleBinding(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1ClusterRoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRole(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1Role") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRoleBinding(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1RoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.RbacAuthorizationV1alpha1Api = RbacAuthorizationV1alpha1Api; +//# sourceMappingURL=rbacAuthorizationV1alpha1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationV1alpha1Api.js.map b/dist/gen/api/rbacAuthorizationV1alpha1Api.js.map new file mode 100644 index 0000000000..64f93a91dd --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1alpha1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"rbacAuthorizationV1alpha1Api.js","sourceRoot":"","sources":["../../../src/gen/api/rbacAuthorizationV1alpha1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationV1beta1Api.d.ts b/dist/gen/api/rbacAuthorizationV1beta1Api.d.ts new file mode 100644 index 0000000000..c8b9b4f188 --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1beta1Api.d.ts @@ -0,0 +1,604 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1ClusterRole } from '../model/v1beta1ClusterRole'; +import { V1beta1ClusterRoleBinding } from '../model/v1beta1ClusterRoleBinding'; +import { V1beta1ClusterRoleBindingList } from '../model/v1beta1ClusterRoleBindingList'; +import { V1beta1ClusterRoleList } from '../model/v1beta1ClusterRoleList'; +import { V1beta1Role } from '../model/v1beta1Role'; +import { V1beta1RoleBinding } from '../model/v1beta1RoleBinding'; +import { V1beta1RoleBindingList } from '../model/v1beta1RoleBindingList'; +import { V1beta1RoleList } from '../model/v1beta1RoleList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum RbacAuthorizationV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class RbacAuthorizationV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: RbacAuthorizationV1beta1ApiApiKeys, value: string): void; + /** + * create a ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRole(body: V1beta1ClusterRole, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRole; + }>; + /** + * create a ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRoleBinding(body: V1beta1ClusterRoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRoleBinding; + }>; + /** + * create a Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRole(namespace: string, body: V1beta1Role, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Role; + }>; + /** + * create a RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRoleBinding(namespace: string, body: V1beta1RoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleBinding; + }>; + /** + * delete a ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRole(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRoleBinding(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRole(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRoleBinding(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRole(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRoleBinding(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRole(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRoleBinding(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRole(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRoleList; + }>; + /** + * list or watch objects of kind ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRoleBinding(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRoleBindingList; + }>; + /** + * list or watch objects of kind Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRole(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleList; + }>; + /** + * list or watch objects of kind RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRoleBinding(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleBindingList; + }>; + /** + * list or watch objects of kind RoleBinding + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleBindingForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleBindingList; + }>; + /** + * list or watch objects of kind Role + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleList; + }>; + /** + * partially update the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRole(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRole; + }>; + /** + * partially update the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRoleBinding(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRoleBinding; + }>; + /** + * partially update the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRole(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Role; + }>; + /** + * partially update the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRoleBinding(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleBinding; + }>; + /** + * read the specified ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRole(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRole; + }>; + /** + * read the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRoleBinding(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRoleBinding; + }>; + /** + * read the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRole(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Role; + }>; + /** + * read the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRoleBinding(name: string, namespace: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleBinding; + }>; + /** + * replace the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRole(name: string, body: V1beta1ClusterRole, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRole; + }>; + /** + * replace the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRoleBinding(name: string, body: V1beta1ClusterRoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1ClusterRoleBinding; + }>; + /** + * replace the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRole(name: string, namespace: string, body: V1beta1Role, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1Role; + }>; + /** + * replace the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRoleBinding(name: string, namespace: string, body: V1beta1RoleBinding, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1RoleBinding; + }>; +} diff --git a/dist/gen/api/rbacAuthorizationV1beta1Api.js b/dist/gen/api/rbacAuthorizationV1beta1Api.js new file mode 100644 index 0000000000..6b213e708d --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1beta1Api.js @@ -0,0 +1,2561 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var RbacAuthorizationV1beta1ApiApiKeys; +(function (RbacAuthorizationV1beta1ApiApiKeys) { + RbacAuthorizationV1beta1ApiApiKeys[RbacAuthorizationV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(RbacAuthorizationV1beta1ApiApiKeys = exports.RbacAuthorizationV1beta1ApiApiKeys || (exports.RbacAuthorizationV1beta1ApiApiKeys = {})); +class RbacAuthorizationV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[RbacAuthorizationV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRole(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ClusterRole") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createClusterRoleBinding(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ClusterRoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRole(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1Role") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedRoleBinding(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1RoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRole(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteClusterRoleBinding(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRole(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionClusterRoleBinding(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRole(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedRoleBinding(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRole(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedRoleBinding(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRole(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterroles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listClusterRoleBinding(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRole(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedRoleBinding(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind RoleBinding + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleBindingForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/rolebindings'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleBindingList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind Role + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listRoleForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/roles'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRole(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchClusterRoleBinding(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchClusterRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRole(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedRoleBinding(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ClusterRole + * @param name name of the ClusterRole + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRole(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param pretty If \'true\', then the output is pretty printed. + */ + readClusterRoleBinding(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRole(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + */ + readNamespacedRoleBinding(name, namespace, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ClusterRole + * @param name name of the ClusterRole + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRole(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ClusterRole") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRole"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified ClusterRoleBinding + * @param name name of the ClusterRoleBinding + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceClusterRoleBinding(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceClusterRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceClusterRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1ClusterRoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1ClusterRoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified Role + * @param name name of the Role + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRole(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedRole.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedRole.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedRole.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1Role") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1Role"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified RoleBinding + * @param name name of the RoleBinding + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedRoleBinding(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedRoleBinding.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedRoleBinding.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedRoleBinding.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1RoleBinding") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1RoleBinding"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.RbacAuthorizationV1beta1Api = RbacAuthorizationV1beta1Api; +//# sourceMappingURL=rbacAuthorizationV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/rbacAuthorizationV1beta1Api.js.map b/dist/gen/api/rbacAuthorizationV1beta1Api.js.map new file mode 100644 index 0000000000..a65e2dba84 --- /dev/null +++ b/dist/gen/api/rbacAuthorizationV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"rbacAuthorizationV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/rbacAuthorizationV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/schedulingApi.d.ts b/dist/gen/api/schedulingApi.d.ts new file mode 100644 index 0000000000..89f26c50b8 --- /dev/null +++ b/dist/gen/api/schedulingApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum SchedulingApiApiKeys { + BearerToken = 0 +} +export declare class SchedulingApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: SchedulingApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/schedulingApi.js b/dist/gen/api/schedulingApi.js new file mode 100644 index 0000000000..cd6c889805 --- /dev/null +++ b/dist/gen/api/schedulingApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var SchedulingApiApiKeys; +(function (SchedulingApiApiKeys) { + SchedulingApiApiKeys[SchedulingApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(SchedulingApiApiKeys = exports.SchedulingApiApiKeys || (exports.SchedulingApiApiKeys = {})); +class SchedulingApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[SchedulingApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.SchedulingApi = SchedulingApi; +//# sourceMappingURL=schedulingApi.js.map \ No newline at end of file diff --git a/dist/gen/api/schedulingApi.js.map b/dist/gen/api/schedulingApi.js.map new file mode 100644 index 0000000000..6dc71a217b --- /dev/null +++ b/dist/gen/api/schedulingApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"schedulingApi.js","sourceRoot":"","sources":["../../../src/gen/api/schedulingApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/schedulingV1Api.d.ts b/dist/gen/api/schedulingV1Api.d.ts new file mode 100644 index 0000000000..a5e03fa008 --- /dev/null +++ b/dist/gen/api/schedulingV1Api.d.ts @@ -0,0 +1,174 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1PriorityClass } from '../model/v1PriorityClass'; +import { V1PriorityClassList } from '../model/v1PriorityClassList'; +import { V1Status } from '../model/v1Status'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum SchedulingV1ApiApiKeys { + BearerToken = 0 +} +export declare class SchedulingV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: SchedulingV1ApiApiKeys, value: string): void; + /** + * create a PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPriorityClass(body: V1PriorityClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PriorityClass; + }>; + /** + * delete collection of PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPriorityClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePriorityClass(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPriorityClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PriorityClassList; + }>; + /** + * partially update the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPriorityClass(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PriorityClass; + }>; + /** + * read the specified PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPriorityClass(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PriorityClass; + }>; + /** + * replace the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePriorityClass(name: string, body: V1PriorityClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1PriorityClass; + }>; +} diff --git a/dist/gen/api/schedulingV1Api.js b/dist/gen/api/schedulingV1Api.js new file mode 100644 index 0000000000..a964821d5f --- /dev/null +++ b/dist/gen/api/schedulingV1Api.js @@ -0,0 +1,669 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var SchedulingV1ApiApiKeys; +(function (SchedulingV1ApiApiKeys) { + SchedulingV1ApiApiKeys[SchedulingV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(SchedulingV1ApiApiKeys = exports.SchedulingV1ApiApiKeys || (exports.SchedulingV1ApiApiKeys = {})); +class SchedulingV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[SchedulingV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPriorityClass(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PriorityClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPriorityClass(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePriorityClass(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deletePriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPriorityClass(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PriorityClassList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPriorityClass(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchPriorityClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPriorityClass(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePriorityClass(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replacePriorityClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replacePriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1PriorityClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.SchedulingV1Api = SchedulingV1Api; +//# sourceMappingURL=schedulingV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/schedulingV1Api.js.map b/dist/gen/api/schedulingV1Api.js.map new file mode 100644 index 0000000000..6aaa8c4020 --- /dev/null +++ b/dist/gen/api/schedulingV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"schedulingV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/schedulingV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/schedulingV1alpha1Api.d.ts b/dist/gen/api/schedulingV1alpha1Api.d.ts new file mode 100644 index 0000000000..ad4737c78b --- /dev/null +++ b/dist/gen/api/schedulingV1alpha1Api.d.ts @@ -0,0 +1,174 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1alpha1PriorityClass } from '../model/v1alpha1PriorityClass'; +import { V1alpha1PriorityClassList } from '../model/v1alpha1PriorityClassList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum SchedulingV1alpha1ApiApiKeys { + BearerToken = 0 +} +export declare class SchedulingV1alpha1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: SchedulingV1alpha1ApiApiKeys, value: string): void; + /** + * create a PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPriorityClass(body: V1alpha1PriorityClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PriorityClass; + }>; + /** + * delete collection of PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPriorityClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePriorityClass(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPriorityClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PriorityClassList; + }>; + /** + * partially update the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPriorityClass(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PriorityClass; + }>; + /** + * read the specified PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPriorityClass(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PriorityClass; + }>; + /** + * replace the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePriorityClass(name: string, body: V1alpha1PriorityClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PriorityClass; + }>; +} diff --git a/dist/gen/api/schedulingV1alpha1Api.js b/dist/gen/api/schedulingV1alpha1Api.js new file mode 100644 index 0000000000..9b79089a09 --- /dev/null +++ b/dist/gen/api/schedulingV1alpha1Api.js @@ -0,0 +1,669 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var SchedulingV1alpha1ApiApiKeys; +(function (SchedulingV1alpha1ApiApiKeys) { + SchedulingV1alpha1ApiApiKeys[SchedulingV1alpha1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(SchedulingV1alpha1ApiApiKeys = exports.SchedulingV1alpha1ApiApiKeys || (exports.SchedulingV1alpha1ApiApiKeys = {})); +class SchedulingV1alpha1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[SchedulingV1alpha1ApiApiKeys[key]].apiKey = value; + } + /** + * create a PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPriorityClass(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1PriorityClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPriorityClass(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePriorityClass(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deletePriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPriorityClass(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PriorityClassList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPriorityClass(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchPriorityClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPriorityClass(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePriorityClass(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replacePriorityClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replacePriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1PriorityClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.SchedulingV1alpha1Api = SchedulingV1alpha1Api; +//# sourceMappingURL=schedulingV1alpha1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/schedulingV1alpha1Api.js.map b/dist/gen/api/schedulingV1alpha1Api.js.map new file mode 100644 index 0000000000..a7dfc64085 --- /dev/null +++ b/dist/gen/api/schedulingV1alpha1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"schedulingV1alpha1Api.js","sourceRoot":"","sources":["../../../src/gen/api/schedulingV1alpha1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/schedulingV1beta1Api.d.ts b/dist/gen/api/schedulingV1beta1Api.d.ts new file mode 100644 index 0000000000..114a0c9f78 --- /dev/null +++ b/dist/gen/api/schedulingV1beta1Api.d.ts @@ -0,0 +1,174 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1PriorityClass } from '../model/v1beta1PriorityClass'; +import { V1beta1PriorityClassList } from '../model/v1beta1PriorityClassList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum SchedulingV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class SchedulingV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: SchedulingV1beta1ApiApiKeys, value: string): void; + /** + * create a PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPriorityClass(body: V1beta1PriorityClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PriorityClass; + }>; + /** + * delete collection of PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPriorityClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePriorityClass(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPriorityClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PriorityClassList; + }>; + /** + * partially update the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPriorityClass(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PriorityClass; + }>; + /** + * read the specified PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPriorityClass(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PriorityClass; + }>; + /** + * replace the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePriorityClass(name: string, body: V1beta1PriorityClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1PriorityClass; + }>; +} diff --git a/dist/gen/api/schedulingV1beta1Api.js b/dist/gen/api/schedulingV1beta1Api.js new file mode 100644 index 0000000000..04c79318e0 --- /dev/null +++ b/dist/gen/api/schedulingV1beta1Api.js @@ -0,0 +1,669 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var SchedulingV1beta1ApiApiKeys; +(function (SchedulingV1beta1ApiApiKeys) { + SchedulingV1beta1ApiApiKeys[SchedulingV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(SchedulingV1beta1ApiApiKeys = exports.SchedulingV1beta1ApiApiKeys || (exports.SchedulingV1beta1ApiApiKeys = {})); +class SchedulingV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[SchedulingV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createPriorityClass(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1PriorityClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionPriorityClass(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deletePriorityClass(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deletePriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPriorityClass(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/priorityclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PriorityClassList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchPriorityClass(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchPriorityClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PriorityClass + * @param name name of the PriorityClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readPriorityClass(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readPriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PriorityClass + * @param name name of the PriorityClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replacePriorityClass(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replacePriorityClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replacePriorityClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1PriorityClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1PriorityClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.SchedulingV1beta1Api = SchedulingV1beta1Api; +//# sourceMappingURL=schedulingV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/schedulingV1beta1Api.js.map b/dist/gen/api/schedulingV1beta1Api.js.map new file mode 100644 index 0000000000..6f99bd8837 --- /dev/null +++ b/dist/gen/api/schedulingV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"schedulingV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/schedulingV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/settingsApi.d.ts b/dist/gen/api/settingsApi.d.ts new file mode 100644 index 0000000000..f43793e723 --- /dev/null +++ b/dist/gen/api/settingsApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum SettingsApiApiKeys { + BearerToken = 0 +} +export declare class SettingsApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: SettingsApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/settingsApi.js b/dist/gen/api/settingsApi.js new file mode 100644 index 0000000000..ec986b1309 --- /dev/null +++ b/dist/gen/api/settingsApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var SettingsApiApiKeys; +(function (SettingsApiApiKeys) { + SettingsApiApiKeys[SettingsApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(SettingsApiApiKeys = exports.SettingsApiApiKeys || (exports.SettingsApiApiKeys = {})); +class SettingsApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[SettingsApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.SettingsApi = SettingsApi; +//# sourceMappingURL=settingsApi.js.map \ No newline at end of file diff --git a/dist/gen/api/settingsApi.js.map b/dist/gen/api/settingsApi.js.map new file mode 100644 index 0000000000..c9739be61f --- /dev/null +++ b/dist/gen/api/settingsApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"settingsApi.js","sourceRoot":"","sources":["../../../src/gen/api/settingsApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/settingsV1alpha1Api.d.ts b/dist/gen/api/settingsV1alpha1Api.d.ts new file mode 100644 index 0000000000..2569f650d6 --- /dev/null +++ b/dist/gen/api/settingsV1alpha1Api.d.ts @@ -0,0 +1,201 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1alpha1PodPreset } from '../model/v1alpha1PodPreset'; +import { V1alpha1PodPresetList } from '../model/v1alpha1PodPresetList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum SettingsV1alpha1ApiApiKeys { + BearerToken = 0 +} +export declare class SettingsV1alpha1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: SettingsV1alpha1ApiApiKeys, value: string): void; + /** + * create a PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPodPreset(namespace: string, body: V1alpha1PodPreset, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PodPreset; + }>; + /** + * delete collection of PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPodPreset(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPodPreset(name: string, namespace: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPodPreset(namespace: string, pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PodPresetList; + }>; + /** + * list or watch objects of kind PodPreset + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodPresetForAllNamespaces(allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, pretty?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PodPresetList; + }>; + /** + * partially update the specified PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodPreset(name: string, namespace: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PodPreset; + }>; + /** + * read the specified PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPodPreset(name: string, namespace: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PodPreset; + }>; + /** + * replace the specified PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodPreset(name: string, namespace: string, body: V1alpha1PodPreset, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1PodPreset; + }>; +} diff --git a/dist/gen/api/settingsV1alpha1Api.js b/dist/gen/api/settingsV1alpha1Api.js new file mode 100644 index 0000000000..3c3fe9a2eb --- /dev/null +++ b/dist/gen/api/settingsV1alpha1Api.js @@ -0,0 +1,797 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var SettingsV1alpha1ApiApiKeys; +(function (SettingsV1alpha1ApiApiKeys) { + SettingsV1alpha1ApiApiKeys[SettingsV1alpha1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(SettingsV1alpha1ApiApiKeys = exports.SettingsV1alpha1ApiApiKeys || (exports.SettingsV1alpha1ApiApiKeys = {})); +class SettingsV1alpha1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[SettingsV1alpha1ApiApiKeys[key]].apiKey = value; + } + /** + * create a PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createNamespacedPodPreset(namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling createNamespacedPodPreset.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createNamespacedPodPreset.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1PodPreset") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PodPreset"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionNamespacedPodPreset(namespace, pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteCollectionNamespacedPodPreset.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteNamespacedPodPreset(name, namespace, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteNamespacedPodPreset.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling deleteNamespacedPodPreset.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listNamespacedPodPreset(namespace, pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets' + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling listNamespacedPodPreset.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PodPresetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind PodPreset + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param pretty If \'true\', then the output is pretty printed. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listPodPresetForAllNamespaces(allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, pretty, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/podpresets'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PodPresetList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchNamespacedPodPreset(name, namespace, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchNamespacedPodPreset.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling patchNamespacedPodPreset.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchNamespacedPodPreset.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PodPreset"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readNamespacedPodPreset(name, namespace, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readNamespacedPodPreset.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling readNamespacedPodPreset.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PodPreset"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified PodPreset + * @param name name of the PodPreset + * @param namespace object name and auth scope, such as for teams and projects + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceNamespacedPodPreset(name, namespace, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/settings.k8s.io/v1alpha1/namespaces/{namespace}/podpresets/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))) + .replace('{' + 'namespace' + '}', encodeURIComponent(String(namespace))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceNamespacedPodPreset.'); + } + // verify required parameter 'namespace' is not null or undefined + if (namespace === null || namespace === undefined) { + throw new Error('Required parameter namespace was null or undefined when calling replaceNamespacedPodPreset.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceNamespacedPodPreset.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1PodPreset") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1PodPreset"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.SettingsV1alpha1Api = SettingsV1alpha1Api; +//# sourceMappingURL=settingsV1alpha1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/settingsV1alpha1Api.js.map b/dist/gen/api/settingsV1alpha1Api.js.map new file mode 100644 index 0000000000..40a59a2273 --- /dev/null +++ b/dist/gen/api/settingsV1alpha1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"settingsV1alpha1Api.js","sourceRoot":"","sources":["../../../src/gen/api/settingsV1alpha1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/storageApi.d.ts b/dist/gen/api/storageApi.d.ts new file mode 100644 index 0000000000..c7da3c3d3b --- /dev/null +++ b/dist/gen/api/storageApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIGroup } from '../model/v1APIGroup'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum StorageApiApiKeys { + BearerToken = 0 +} +export declare class StorageApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: StorageApiApiKeys, value: string): void; + /** + * get information of a group + */ + getAPIGroup(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIGroup; + }>; +} diff --git a/dist/gen/api/storageApi.js b/dist/gen/api/storageApi.js new file mode 100644 index 0000000000..c46b4eb336 --- /dev/null +++ b/dist/gen/api/storageApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var StorageApiApiKeys; +(function (StorageApiApiKeys) { + StorageApiApiKeys[StorageApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(StorageApiApiKeys = exports.StorageApiApiKeys || (exports.StorageApiApiKeys = {})); +class StorageApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[StorageApiApiKeys[key]].apiKey = value; + } + /** + * get information of a group + */ + getAPIGroup(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIGroup"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.StorageApi = StorageApi; +//# sourceMappingURL=storageApi.js.map \ No newline at end of file diff --git a/dist/gen/api/storageApi.js.map b/dist/gen/api/storageApi.js.map new file mode 100644 index 0000000000..9d2f659d1b --- /dev/null +++ b/dist/gen/api/storageApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"storageApi.js","sourceRoot":"","sources":["../../../src/gen/api/storageApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/storageV1Api.d.ts b/dist/gen/api/storageV1Api.d.ts new file mode 100644 index 0000000000..2d80c66a3c --- /dev/null +++ b/dist/gen/api/storageV1Api.d.ts @@ -0,0 +1,348 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1StorageClass } from '../model/v1StorageClass'; +import { V1StorageClassList } from '../model/v1StorageClassList'; +import { V1VolumeAttachment } from '../model/v1VolumeAttachment'; +import { V1VolumeAttachmentList } from '../model/v1VolumeAttachmentList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum StorageV1ApiApiKeys { + BearerToken = 0 +} +export declare class StorageV1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: StorageV1ApiApiKeys, value: string): void; + /** + * create a StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createStorageClass(body: V1StorageClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StorageClass; + }>; + /** + * create a VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createVolumeAttachment(body: V1VolumeAttachment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachment; + }>; + /** + * delete collection of StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionStorageClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionVolumeAttachment(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteStorageClass(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteVolumeAttachment(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStorageClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StorageClassList; + }>; + /** + * list or watch objects of kind VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listVolumeAttachment(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachmentList; + }>; + /** + * partially update the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchStorageClass(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StorageClass; + }>; + /** + * partially update the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachment(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachment; + }>; + /** + * partially update status of the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachmentStatus(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachment; + }>; + /** + * read the specified StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readStorageClass(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StorageClass; + }>; + /** + * read the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readVolumeAttachment(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachment; + }>; + /** + * read status of the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + */ + readVolumeAttachmentStatus(name: string, pretty?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachment; + }>; + /** + * replace the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceStorageClass(name: string, body: V1StorageClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1StorageClass; + }>; + /** + * replace the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachment(name: string, body: V1VolumeAttachment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachment; + }>; + /** + * replace status of the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachmentStatus(name: string, body: V1VolumeAttachment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1VolumeAttachment; + }>; +} diff --git a/dist/gen/api/storageV1Api.js b/dist/gen/api/storageV1Api.js new file mode 100644 index 0000000000..2a6ecafed5 --- /dev/null +++ b/dist/gen/api/storageV1Api.js @@ -0,0 +1,1437 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var StorageV1ApiApiKeys; +(function (StorageV1ApiApiKeys) { + StorageV1ApiApiKeys[StorageV1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(StorageV1ApiApiKeys = exports.StorageV1ApiApiKeys || (exports.StorageV1ApiApiKeys = {})); +class StorageV1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[StorageV1ApiApiKeys[key]].apiKey = value; + } + /** + * create a StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createStorageClass(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/storageclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1StorageClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createVolumeAttachment(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1VolumeAttachment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionStorageClass(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/storageclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionVolumeAttachment(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteStorageClass(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteVolumeAttachment(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStorageClass(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/storageclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StorageClassList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listVolumeAttachment(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachmentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchStorageClass(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchStorageClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachment(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchVolumeAttachment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update status of the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachmentStatus(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchVolumeAttachmentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchVolumeAttachmentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readStorageClass(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readVolumeAttachment(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read status of the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + */ + readVolumeAttachmentStatus(name, pretty, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readVolumeAttachmentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceStorageClass(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceStorageClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1StorageClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachment(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceVolumeAttachment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1VolumeAttachment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace status of the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachmentStatus(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1/volumeattachments/{name}/status' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceVolumeAttachmentStatus.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceVolumeAttachmentStatus.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1VolumeAttachment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.StorageV1Api = StorageV1Api; +//# sourceMappingURL=storageV1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/storageV1Api.js.map b/dist/gen/api/storageV1Api.js.map new file mode 100644 index 0000000000..46d4094bc6 --- /dev/null +++ b/dist/gen/api/storageV1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"storageV1Api.js","sourceRoot":"","sources":["../../../src/gen/api/storageV1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/storageV1alpha1Api.d.ts b/dist/gen/api/storageV1alpha1Api.d.ts new file mode 100644 index 0000000000..37378e8736 --- /dev/null +++ b/dist/gen/api/storageV1alpha1Api.d.ts @@ -0,0 +1,174 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1alpha1VolumeAttachment } from '../model/v1alpha1VolumeAttachment'; +import { V1alpha1VolumeAttachmentList } from '../model/v1alpha1VolumeAttachmentList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum StorageV1alpha1ApiApiKeys { + BearerToken = 0 +} +export declare class StorageV1alpha1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: StorageV1alpha1ApiApiKeys, value: string): void; + /** + * create a VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createVolumeAttachment(body: V1alpha1VolumeAttachment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1VolumeAttachment; + }>; + /** + * delete collection of VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionVolumeAttachment(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteVolumeAttachment(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listVolumeAttachment(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1VolumeAttachmentList; + }>; + /** + * partially update the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachment(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1VolumeAttachment; + }>; + /** + * read the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readVolumeAttachment(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1VolumeAttachment; + }>; + /** + * replace the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachment(name: string, body: V1alpha1VolumeAttachment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1alpha1VolumeAttachment; + }>; +} diff --git a/dist/gen/api/storageV1alpha1Api.js b/dist/gen/api/storageV1alpha1Api.js new file mode 100644 index 0000000000..96b2e11ac1 --- /dev/null +++ b/dist/gen/api/storageV1alpha1Api.js @@ -0,0 +1,669 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var StorageV1alpha1ApiApiKeys; +(function (StorageV1alpha1ApiApiKeys) { + StorageV1alpha1ApiApiKeys[StorageV1alpha1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(StorageV1alpha1ApiApiKeys = exports.StorageV1alpha1ApiApiKeys || (exports.StorageV1alpha1ApiApiKeys = {})); +class StorageV1alpha1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[StorageV1alpha1ApiApiKeys[key]].apiKey = value; + } + /** + * create a VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createVolumeAttachment(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1VolumeAttachment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionVolumeAttachment(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteVolumeAttachment(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listVolumeAttachment(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1VolumeAttachmentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachment(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchVolumeAttachment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readVolumeAttachment(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachment(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1alpha1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceVolumeAttachment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1alpha1VolumeAttachment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1alpha1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.StorageV1alpha1Api = StorageV1alpha1Api; +//# sourceMappingURL=storageV1alpha1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/storageV1alpha1Api.js.map b/dist/gen/api/storageV1alpha1Api.js.map new file mode 100644 index 0000000000..a8988af7b4 --- /dev/null +++ b/dist/gen/api/storageV1alpha1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"storageV1alpha1Api.js","sourceRoot":"","sources":["../../../src/gen/api/storageV1alpha1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/storageV1beta1Api.d.ts b/dist/gen/api/storageV1beta1Api.d.ts new file mode 100644 index 0000000000..b4ca8ff761 --- /dev/null +++ b/dist/gen/api/storageV1beta1Api.d.ts @@ -0,0 +1,558 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { V1APIResourceList } from '../model/v1APIResourceList'; +import { V1DeleteOptions } from '../model/v1DeleteOptions'; +import { V1Status } from '../model/v1Status'; +import { V1beta1CSIDriver } from '../model/v1beta1CSIDriver'; +import { V1beta1CSIDriverList } from '../model/v1beta1CSIDriverList'; +import { V1beta1CSINode } from '../model/v1beta1CSINode'; +import { V1beta1CSINodeList } from '../model/v1beta1CSINodeList'; +import { V1beta1StorageClass } from '../model/v1beta1StorageClass'; +import { V1beta1StorageClassList } from '../model/v1beta1StorageClassList'; +import { V1beta1VolumeAttachment } from '../model/v1beta1VolumeAttachment'; +import { V1beta1VolumeAttachmentList } from '../model/v1beta1VolumeAttachmentList'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum StorageV1beta1ApiApiKeys { + BearerToken = 0 +} +export declare class StorageV1beta1Api { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: StorageV1beta1ApiApiKeys, value: string): void; + /** + * create a CSIDriver + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCSIDriver(body: V1beta1CSIDriver, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSIDriver; + }>; + /** + * create a CSINode + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCSINode(body: V1beta1CSINode, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSINode; + }>; + /** + * create a StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createStorageClass(body: V1beta1StorageClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StorageClass; + }>; + /** + * create a VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createVolumeAttachment(body: V1beta1VolumeAttachment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1VolumeAttachment; + }>; + /** + * delete a CSIDriver + * @param name name of the CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCSIDriver(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a CSINode + * @param name name of the CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCSINode(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCSIDriver(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCSINode(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionStorageClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete collection of VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionVolumeAttachment(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, dryRun?: string, fieldSelector?: string, gracePeriodSeconds?: number, labelSelector?: string, limit?: number, orphanDependents?: boolean, propagationPolicy?: string, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteStorageClass(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * delete a VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteVolumeAttachment(name: string, pretty?: string, dryRun?: string, gracePeriodSeconds?: number, orphanDependents?: boolean, propagationPolicy?: string, body?: V1DeleteOptions, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1Status; + }>; + /** + * get available resources + */ + getAPIResources(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1APIResourceList; + }>; + /** + * list or watch objects of kind CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCSIDriver(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSIDriverList; + }>; + /** + * list or watch objects of kind CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCSINode(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSINodeList; + }>; + /** + * list or watch objects of kind StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStorageClass(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StorageClassList; + }>; + /** + * list or watch objects of kind VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listVolumeAttachment(pretty?: string, allowWatchBookmarks?: boolean, _continue?: string, fieldSelector?: string, labelSelector?: string, limit?: number, resourceVersion?: string, timeoutSeconds?: number, watch?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1VolumeAttachmentList; + }>; + /** + * partially update the specified CSIDriver + * @param name name of the CSIDriver + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCSIDriver(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSIDriver; + }>; + /** + * partially update the specified CSINode + * @param name name of the CSINode + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCSINode(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSINode; + }>; + /** + * partially update the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchStorageClass(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StorageClass; + }>; + /** + * partially update the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachment(name: string, body: object, pretty?: string, dryRun?: string, fieldManager?: string, force?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1VolumeAttachment; + }>; + /** + * read the specified CSIDriver + * @param name name of the CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCSIDriver(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSIDriver; + }>; + /** + * read the specified CSINode + * @param name name of the CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCSINode(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSINode; + }>; + /** + * read the specified StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readStorageClass(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StorageClass; + }>; + /** + * read the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readVolumeAttachment(name: string, pretty?: string, exact?: boolean, _export?: boolean, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1VolumeAttachment; + }>; + /** + * replace the specified CSIDriver + * @param name name of the CSIDriver + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCSIDriver(name: string, body: V1beta1CSIDriver, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSIDriver; + }>; + /** + * replace the specified CSINode + * @param name name of the CSINode + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCSINode(name: string, body: V1beta1CSINode, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1CSINode; + }>; + /** + * replace the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceStorageClass(name: string, body: V1beta1StorageClass, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1StorageClass; + }>; + /** + * replace the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachment(name: string, body: V1beta1VolumeAttachment, pretty?: string, dryRun?: string, fieldManager?: string, options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: V1beta1VolumeAttachment; + }>; +} diff --git a/dist/gen/api/storageV1beta1Api.js b/dist/gen/api/storageV1beta1Api.js new file mode 100644 index 0000000000..77bcbc43e6 --- /dev/null +++ b/dist/gen/api/storageV1beta1Api.js @@ -0,0 +1,2337 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var StorageV1beta1ApiApiKeys; +(function (StorageV1beta1ApiApiKeys) { + StorageV1beta1ApiApiKeys[StorageV1beta1ApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(StorageV1beta1ApiApiKeys = exports.StorageV1beta1ApiApiKeys || (exports.StorageV1beta1ApiApiKeys = {})); +class StorageV1beta1Api { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[StorageV1beta1ApiApiKeys[key]].apiKey = value; + } + /** + * create a CSIDriver + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCSIDriver(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csidrivers'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createCSIDriver.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CSIDriver") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSIDriver"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a CSINode + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createCSINode(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csinodes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createCSINode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CSINode") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSINode"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createStorageClass(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/storageclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1StorageClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * create a VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + createVolumeAttachment(body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling createVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'POST', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1VolumeAttachment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a CSIDriver + * @param name name of the CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCSIDriver(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csidrivers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteCSIDriver.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a CSINode + * @param name name of the CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteCSINode(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csinodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteCSINode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCSIDriver(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csidrivers'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionCSINode(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csinodes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionStorageClass(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/storageclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete collection of VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + * @param body + */ + deleteCollectionVolumeAttachment(pretty, allowWatchBookmarks, _continue, dryRun, fieldSelector, gracePeriodSeconds, labelSelector, limit, orphanDependents, propagationPolicy, resourceVersion, timeoutSeconds, watch, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteStorageClass(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * delete a VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param gracePeriodSeconds The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + * @param orphanDependents Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + * @param propagationPolicy Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + * @param body + */ + deleteVolumeAttachment(name, pretty, dryRun, gracePeriodSeconds, orphanDependents, propagationPolicy, body, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling deleteVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (gracePeriodSeconds !== undefined) { + localVarQueryParameters['gracePeriodSeconds'] = models_1.ObjectSerializer.serialize(gracePeriodSeconds, "number"); + } + if (orphanDependents !== undefined) { + localVarQueryParameters['orphanDependents'] = models_1.ObjectSerializer.serialize(orphanDependents, "boolean"); + } + if (propagationPolicy !== undefined) { + localVarQueryParameters['propagationPolicy'] = models_1.ObjectSerializer.serialize(propagationPolicy, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'DELETE', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1DeleteOptions") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1Status"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * get available resources + */ + getAPIResources(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1APIResourceList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCSIDriver(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csidrivers'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSIDriverList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listCSINode(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csinodes'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSINodeList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listStorageClass(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/storageclasses'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StorageClassList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * list or watch objects of kind VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param allowWatchBookmarks allowWatchBookmarks requests watch events with type \"BOOKMARK\". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server\'s discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored. This field is alpha and can be changed or removed without notice. + * @param _continue The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the \"next key\". This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + * @param fieldSelector A selector to restrict the list of returned objects by their fields. Defaults to everything. + * @param labelSelector A selector to restrict the list of returned objects by their labels. Defaults to everything. + * @param limit limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + * @param resourceVersion When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it\'s 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. + * @param timeoutSeconds Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + * @param watch Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + */ + listVolumeAttachment(pretty, allowWatchBookmarks, _continue, fieldSelector, labelSelector, limit, resourceVersion, timeoutSeconds, watch, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/volumeattachments'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (allowWatchBookmarks !== undefined) { + localVarQueryParameters['allowWatchBookmarks'] = models_1.ObjectSerializer.serialize(allowWatchBookmarks, "boolean"); + } + if (_continue !== undefined) { + localVarQueryParameters['continue'] = models_1.ObjectSerializer.serialize(_continue, "string"); + } + if (fieldSelector !== undefined) { + localVarQueryParameters['fieldSelector'] = models_1.ObjectSerializer.serialize(fieldSelector, "string"); + } + if (labelSelector !== undefined) { + localVarQueryParameters['labelSelector'] = models_1.ObjectSerializer.serialize(labelSelector, "string"); + } + if (limit !== undefined) { + localVarQueryParameters['limit'] = models_1.ObjectSerializer.serialize(limit, "number"); + } + if (resourceVersion !== undefined) { + localVarQueryParameters['resourceVersion'] = models_1.ObjectSerializer.serialize(resourceVersion, "string"); + } + if (timeoutSeconds !== undefined) { + localVarQueryParameters['timeoutSeconds'] = models_1.ObjectSerializer.serialize(timeoutSeconds, "number"); + } + if (watch !== undefined) { + localVarQueryParameters['watch'] = models_1.ObjectSerializer.serialize(watch, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1VolumeAttachmentList"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified CSIDriver + * @param name name of the CSIDriver + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCSIDriver(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csidrivers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchCSIDriver.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchCSIDriver.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSIDriver"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified CSINode + * @param name name of the CSINode + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchCSINode(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csinodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchCSINode.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchCSINode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSINode"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchStorageClass(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchStorageClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * partially update the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + * @param force Force is going to \"force\" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + */ + patchVolumeAttachment(name, body, pretty, dryRun, fieldManager, force, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling patchVolumeAttachment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling patchVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + if (force !== undefined) { + localVarQueryParameters['force'] = models_1.ObjectSerializer.serialize(force, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PATCH', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "object") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified CSIDriver + * @param name name of the CSIDriver + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCSIDriver(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csidrivers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readCSIDriver.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSIDriver"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified CSINode + * @param name name of the CSINode + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readCSINode(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csinodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readCSINode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSINode"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified StorageClass + * @param name name of the StorageClass + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readStorageClass(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * read the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param pretty If \'true\', then the output is pretty printed. + * @param exact Should the export be exact. Exact export maintains cluster-specific fields like \'Namespace\'. Deprecated. Planned for removal in 1.18. + * @param _export Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18. + */ + readVolumeAttachment(name, pretty, exact, _export, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling readVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (exact !== undefined) { + localVarQueryParameters['exact'] = models_1.ObjectSerializer.serialize(exact, "boolean"); + } + if (_export !== undefined) { + localVarQueryParameters['export'] = models_1.ObjectSerializer.serialize(_export, "boolean"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified CSIDriver + * @param name name of the CSIDriver + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCSIDriver(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csidrivers/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceCSIDriver.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceCSIDriver.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CSIDriver") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSIDriver"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified CSINode + * @param name name of the CSINode + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceCSINode(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/csinodes/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceCSINode.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceCSINode.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1CSINode") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1CSINode"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified StorageClass + * @param name name of the StorageClass + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceStorageClass(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/storageclasses/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceStorageClass.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceStorageClass.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1StorageClass") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1StorageClass"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } + /** + * replace the specified VolumeAttachment + * @param name name of the VolumeAttachment + * @param body + * @param pretty If \'true\', then the output is pretty printed. + * @param dryRun When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + * @param fieldManager fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + */ + replaceVolumeAttachment(name, body, pretty, dryRun, fieldManager, options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/apis/storage.k8s.io/v1beta1/volumeattachments/{name}' + .replace('{' + 'name' + '}', encodeURIComponent(String(name))); + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + // verify required parameter 'name' is not null or undefined + if (name === null || name === undefined) { + throw new Error('Required parameter name was null or undefined when calling replaceVolumeAttachment.'); + } + // verify required parameter 'body' is not null or undefined + if (body === null || body === undefined) { + throw new Error('Required parameter body was null or undefined when calling replaceVolumeAttachment.'); + } + if (pretty !== undefined) { + localVarQueryParameters['pretty'] = models_1.ObjectSerializer.serialize(pretty, "string"); + } + if (dryRun !== undefined) { + localVarQueryParameters['dryRun'] = models_1.ObjectSerializer.serialize(dryRun, "string"); + } + if (fieldManager !== undefined) { + localVarQueryParameters['fieldManager'] = models_1.ObjectSerializer.serialize(fieldManager, "string"); + } + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'PUT', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + body: models_1.ObjectSerializer.serialize(body, "V1beta1VolumeAttachment") + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "V1beta1VolumeAttachment"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.StorageV1beta1Api = StorageV1beta1Api; +//# sourceMappingURL=storageV1beta1Api.js.map \ No newline at end of file diff --git a/dist/gen/api/storageV1beta1Api.js.map b/dist/gen/api/storageV1beta1Api.js.map new file mode 100644 index 0000000000..339a332c50 --- /dev/null +++ b/dist/gen/api/storageV1beta1Api.js.map @@ -0,0 +1 @@ +{"version":3,"file":"storageV1beta1Api.js","sourceRoot":"","sources":["../../../src/gen/api/storageV1beta1Api.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/api/versionApi.d.ts b/dist/gen/api/versionApi.d.ts new file mode 100644 index 0000000000..ad6bc9732b --- /dev/null +++ b/dist/gen/api/versionApi.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/// +import http = require('http'); +import { VersionInfo } from '../model/versionInfo'; +import { Authentication } from '../model/models'; +import { ApiKeyAuth } from '../model/models'; +export declare enum VersionApiApiKeys { + BearerToken = 0 +} +export declare class VersionApi { + protected _basePath: string; + protected defaultHeaders: any; + protected _useQuerystring: boolean; + protected authentications: { + 'default': Authentication; + 'BearerToken': ApiKeyAuth; + }; + constructor(basePath?: string); + useQuerystring: boolean; + basePath: string; + setDefaultAuthentication(auth: Authentication): void; + setApiKey(key: VersionApiApiKeys, value: string): void; + /** + * get the code version + */ + getCode(options?: { + headers: { + [name: string]: string; + }; + }): Promise<{ + response: http.IncomingMessage; + body: VersionInfo; + }>; +} diff --git a/dist/gen/api/versionApi.js b/dist/gen/api/versionApi.js new file mode 100644 index 0000000000..98550b1fbc --- /dev/null +++ b/dist/gen/api/versionApi.js @@ -0,0 +1,113 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const localVarRequest = require("request"); +const models_1 = require("../model/models"); +const models_2 = require("../model/models"); +let defaultBasePath = 'http://localhost/'; +// =============================================== +// This file is autogenerated - Please do not edit +// =============================================== +var VersionApiApiKeys; +(function (VersionApiApiKeys) { + VersionApiApiKeys[VersionApiApiKeys["BearerToken"] = 0] = "BearerToken"; +})(VersionApiApiKeys = exports.VersionApiApiKeys || (exports.VersionApiApiKeys = {})); +class VersionApi { + constructor(basePathOrUsername, password, basePath) { + this._basePath = defaultBasePath; + this.defaultHeaders = {}; + this._useQuerystring = false; + this.authentications = { + 'default': new models_1.VoidAuth(), + 'BearerToken': new models_2.ApiKeyAuth('header', 'authorization'), + }; + if (password) { + if (basePath) { + this.basePath = basePath; + } + } + else { + if (basePathOrUsername) { + this.basePath = basePathOrUsername; + } + } + } + set useQuerystring(value) { + this._useQuerystring = value; + } + set basePath(basePath) { + this._basePath = basePath; + } + get basePath() { + return this._basePath; + } + setDefaultAuthentication(auth) { + this.authentications.default = auth; + } + setApiKey(key, value) { + this.authentications[VersionApiApiKeys[key]].apiKey = value; + } + /** + * get the code version + */ + getCode(options = { headers: {} }) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const localVarPath = this.basePath + '/version/'; + let localVarQueryParameters = {}; + let localVarHeaderParams = Object.assign({}, this.defaultHeaders); + let localVarFormParams = {}; + Object.assign(localVarHeaderParams, options.headers); + let localVarUseFormData = false; + let localVarRequestOptions = { + method: 'GET', + qs: localVarQueryParameters, + headers: localVarHeaderParams, + uri: localVarPath, + useQuerystring: this._useQuerystring, + json: true, + }; + let authenticationPromise = Promise.resolve(); + authenticationPromise = authenticationPromise.then(() => this.authentications.BearerToken.applyToRequest(localVarRequestOptions)); + authenticationPromise = authenticationPromise.then(() => this.authentications.default.applyToRequest(localVarRequestOptions)); + return authenticationPromise.then(() => { + if (Object.keys(localVarFormParams).length) { + if (localVarUseFormData) { + localVarRequestOptions.formData = localVarFormParams; + } + else { + localVarRequestOptions.form = localVarFormParams; + } + } + return new Promise((resolve, reject) => { + localVarRequest(localVarRequestOptions, (error, response, body) => { + if (error) { + reject(error); + } + else { + body = models_1.ObjectSerializer.deserialize(body, "VersionInfo"); + if (response.statusCode && response.statusCode >= 200 && response.statusCode <= 299) { + resolve({ response: response, body: body }); + } + else { + reject({ response: response, body: body }); + } + } + }); + }); + }); + }); + } +} +exports.VersionApi = VersionApi; +//# sourceMappingURL=versionApi.js.map \ No newline at end of file diff --git a/dist/gen/api/versionApi.js.map b/dist/gen/api/versionApi.js.map new file mode 100644 index 0000000000..8be247b9ad --- /dev/null +++ b/dist/gen/api/versionApi.js.map @@ -0,0 +1 @@ +{"version":3,"file":"versionApi.js","sourceRoot":"","sources":["../../../src/gen/api/versionApi.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/model/admissionregistrationV1beta1ServiceReference.d.ts b/dist/gen/model/admissionregistrationV1beta1ServiceReference.d.ts new file mode 100644 index 0000000000..55cf67cb8c --- /dev/null +++ b/dist/gen/model/admissionregistrationV1beta1ServiceReference.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +export declare class AdmissionregistrationV1beta1ServiceReference { + /** + * `name` is the name of the service. Required + */ + 'name': string; + /** + * `namespace` is the namespace of the service. Required + */ + 'namespace': string; + /** + * `path` is an optional URL path which will be sent in any request to this service. + */ + 'path'?: string; + /** + * If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + */ + 'port'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/admissionregistrationV1beta1ServiceReference.js b/dist/gen/model/admissionregistrationV1beta1ServiceReference.js new file mode 100644 index 0000000000..881979c17c --- /dev/null +++ b/dist/gen/model/admissionregistrationV1beta1ServiceReference.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +class AdmissionregistrationV1beta1ServiceReference { + static getAttributeTypeMap() { + return AdmissionregistrationV1beta1ServiceReference.attributeTypeMap; + } +} +AdmissionregistrationV1beta1ServiceReference.discriminator = undefined; +AdmissionregistrationV1beta1ServiceReference.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "number" + } +]; +exports.AdmissionregistrationV1beta1ServiceReference = AdmissionregistrationV1beta1ServiceReference; +//# sourceMappingURL=admissionregistrationV1beta1ServiceReference.js.map \ No newline at end of file diff --git a/dist/gen/model/admissionregistrationV1beta1ServiceReference.js.map b/dist/gen/model/admissionregistrationV1beta1ServiceReference.js.map new file mode 100644 index 0000000000..614b240548 --- /dev/null +++ b/dist/gen/model/admissionregistrationV1beta1ServiceReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"admissionregistrationV1beta1ServiceReference.js","sourceRoot":"","sources":["../../../src/gen/model/admissionregistrationV1beta1ServiceReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,4CAA4C;IA0CrD,MAAM,CAAC,mBAAmB;QACtB,OAAO,4CAA4C,CAAC,gBAAgB,CAAC;IACzE,CAAC;;AA1BM,0DAAa,GAAuB,SAAS,CAAC;AAE9C,6DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,oGA6CC"} \ No newline at end of file diff --git a/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.d.ts b/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.d.ts new file mode 100644 index 0000000000..aad6d17a28 --- /dev/null +++ b/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AdmissionregistrationV1beta1ServiceReference } from './admissionregistrationV1beta1ServiceReference'; +/** +* WebhookClientConfig contains the information to make a TLS connection with the webhook +*/ +export declare class AdmissionregistrationV1beta1WebhookClientConfig { + /** + * `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook\'s server certificate. If unspecified, system trust roots on the apiserver are used. + */ + 'caBundle'?: string; + 'service'?: AdmissionregistrationV1beta1ServiceReference; + /** + * `url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be \"https\"; the URL must begin with \"https://\". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either. + */ + 'url'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js b/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js new file mode 100644 index 0000000000..43344005b6 --- /dev/null +++ b/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* WebhookClientConfig contains the information to make a TLS connection with the webhook +*/ +class AdmissionregistrationV1beta1WebhookClientConfig { + static getAttributeTypeMap() { + return AdmissionregistrationV1beta1WebhookClientConfig.attributeTypeMap; + } +} +AdmissionregistrationV1beta1WebhookClientConfig.discriminator = undefined; +AdmissionregistrationV1beta1WebhookClientConfig.attributeTypeMap = [ + { + "name": "caBundle", + "baseName": "caBundle", + "type": "string" + }, + { + "name": "service", + "baseName": "service", + "type": "AdmissionregistrationV1beta1ServiceReference" + }, + { + "name": "url", + "baseName": "url", + "type": "string" + } +]; +exports.AdmissionregistrationV1beta1WebhookClientConfig = AdmissionregistrationV1beta1WebhookClientConfig; +//# sourceMappingURL=admissionregistrationV1beta1WebhookClientConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js.map b/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js.map new file mode 100644 index 0000000000..af65138ed3 --- /dev/null +++ b/dist/gen/model/admissionregistrationV1beta1WebhookClientConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"admissionregistrationV1beta1WebhookClientConfig.js","sourceRoot":"","sources":["../../../src/gen/model/admissionregistrationV1beta1WebhookClientConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,+CAA+C;IA8BxD,MAAM,CAAC,mBAAmB;QACtB,OAAO,+CAA+C,CAAC,gBAAgB,CAAC;IAC5E,CAAC;;AArBM,6DAAa,GAAuB,SAAS,CAAC;AAE9C,gEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,8CAA8C;KACzD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Bf,0GAiCC"} \ No newline at end of file diff --git a/dist/gen/model/apiextensionsV1beta1ServiceReference.d.ts b/dist/gen/model/apiextensionsV1beta1ServiceReference.d.ts new file mode 100644 index 0000000000..d4b188512a --- /dev/null +++ b/dist/gen/model/apiextensionsV1beta1ServiceReference.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +export declare class ApiextensionsV1beta1ServiceReference { + /** + * `name` is the name of the service. Required + */ + 'name': string; + /** + * `namespace` is the namespace of the service. Required + */ + 'namespace': string; + /** + * `path` is an optional URL path which will be sent in any request to this service. + */ + 'path'?: string; + /** + * If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + */ + 'port'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/apiextensionsV1beta1ServiceReference.js b/dist/gen/model/apiextensionsV1beta1ServiceReference.js new file mode 100644 index 0000000000..526d3ac032 --- /dev/null +++ b/dist/gen/model/apiextensionsV1beta1ServiceReference.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +class ApiextensionsV1beta1ServiceReference { + static getAttributeTypeMap() { + return ApiextensionsV1beta1ServiceReference.attributeTypeMap; + } +} +ApiextensionsV1beta1ServiceReference.discriminator = undefined; +ApiextensionsV1beta1ServiceReference.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "number" + } +]; +exports.ApiextensionsV1beta1ServiceReference = ApiextensionsV1beta1ServiceReference; +//# sourceMappingURL=apiextensionsV1beta1ServiceReference.js.map \ No newline at end of file diff --git a/dist/gen/model/apiextensionsV1beta1ServiceReference.js.map b/dist/gen/model/apiextensionsV1beta1ServiceReference.js.map new file mode 100644 index 0000000000..9f3711a3d8 --- /dev/null +++ b/dist/gen/model/apiextensionsV1beta1ServiceReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiextensionsV1beta1ServiceReference.js","sourceRoot":"","sources":["../../../src/gen/model/apiextensionsV1beta1ServiceReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oCAAoC;IA0C7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AA1BM,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,oFA6CC"} \ No newline at end of file diff --git a/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.d.ts b/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.d.ts new file mode 100644 index 0000000000..d635f449f6 --- /dev/null +++ b/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ApiextensionsV1beta1ServiceReference } from './apiextensionsV1beta1ServiceReference'; +/** +* WebhookClientConfig contains the information to make a TLS connection with the webhook. It has the same field as admissionregistration.v1beta1.WebhookClientConfig. +*/ +export declare class ApiextensionsV1beta1WebhookClientConfig { + /** + * `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook\'s server certificate. If unspecified, system trust roots on the apiserver are used. + */ + 'caBundle'?: string; + 'service'?: ApiextensionsV1beta1ServiceReference; + /** + * `url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be \"https\"; the URL must begin with \"https://\". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either. + */ + 'url'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js b/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js new file mode 100644 index 0000000000..912302ecf5 --- /dev/null +++ b/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* WebhookClientConfig contains the information to make a TLS connection with the webhook. It has the same field as admissionregistration.v1beta1.WebhookClientConfig. +*/ +class ApiextensionsV1beta1WebhookClientConfig { + static getAttributeTypeMap() { + return ApiextensionsV1beta1WebhookClientConfig.attributeTypeMap; + } +} +ApiextensionsV1beta1WebhookClientConfig.discriminator = undefined; +ApiextensionsV1beta1WebhookClientConfig.attributeTypeMap = [ + { + "name": "caBundle", + "baseName": "caBundle", + "type": "string" + }, + { + "name": "service", + "baseName": "service", + "type": "ApiextensionsV1beta1ServiceReference" + }, + { + "name": "url", + "baseName": "url", + "type": "string" + } +]; +exports.ApiextensionsV1beta1WebhookClientConfig = ApiextensionsV1beta1WebhookClientConfig; +//# sourceMappingURL=apiextensionsV1beta1WebhookClientConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js.map b/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js.map new file mode 100644 index 0000000000..a730a9e836 --- /dev/null +++ b/dist/gen/model/apiextensionsV1beta1WebhookClientConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiextensionsV1beta1WebhookClientConfig.js","sourceRoot":"","sources":["../../../src/gen/model/apiextensionsV1beta1WebhookClientConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uCAAuC;IA8BhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AArBM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Bf,0FAiCC"} \ No newline at end of file diff --git a/dist/gen/model/apiregistrationV1beta1ServiceReference.d.ts b/dist/gen/model/apiregistrationV1beta1ServiceReference.d.ts new file mode 100644 index 0000000000..eb8a03707e --- /dev/null +++ b/dist/gen/model/apiregistrationV1beta1ServiceReference.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +export declare class ApiregistrationV1beta1ServiceReference { + /** + * Name is the name of the service + */ + 'name'?: string; + /** + * Namespace is the namespace of the service + */ + 'namespace'?: string; + /** + * If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + */ + 'port'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/apiregistrationV1beta1ServiceReference.js b/dist/gen/model/apiregistrationV1beta1ServiceReference.js new file mode 100644 index 0000000000..546da0d9e1 --- /dev/null +++ b/dist/gen/model/apiregistrationV1beta1ServiceReference.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +class ApiregistrationV1beta1ServiceReference { + static getAttributeTypeMap() { + return ApiregistrationV1beta1ServiceReference.attributeTypeMap; + } +} +ApiregistrationV1beta1ServiceReference.discriminator = undefined; +ApiregistrationV1beta1ServiceReference.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "number" + } +]; +exports.ApiregistrationV1beta1ServiceReference = ApiregistrationV1beta1ServiceReference; +//# sourceMappingURL=apiregistrationV1beta1ServiceReference.js.map \ No newline at end of file diff --git a/dist/gen/model/apiregistrationV1beta1ServiceReference.js.map b/dist/gen/model/apiregistrationV1beta1ServiceReference.js.map new file mode 100644 index 0000000000..156cbc7dbf --- /dev/null +++ b/dist/gen/model/apiregistrationV1beta1ServiceReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"apiregistrationV1beta1ServiceReference.js","sourceRoot":"","sources":["../../../src/gen/model/apiregistrationV1beta1ServiceReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sCAAsC;IAiC/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AArBM,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,wFAoCC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1Deployment.d.ts b/dist/gen/model/appsV1beta1Deployment.d.ts new file mode 100644 index 0000000000..aaaa0ad225 --- /dev/null +++ b/dist/gen/model/appsV1beta1Deployment.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AppsV1beta1DeploymentSpec } from './appsV1beta1DeploymentSpec'; +import { AppsV1beta1DeploymentStatus } from './appsV1beta1DeploymentStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets. +*/ +export declare class AppsV1beta1Deployment { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: AppsV1beta1DeploymentSpec; + 'status'?: AppsV1beta1DeploymentStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1Deployment.js b/dist/gen/model/appsV1beta1Deployment.js new file mode 100644 index 0000000000..b2d5755b94 --- /dev/null +++ b/dist/gen/model/appsV1beta1Deployment.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets. +*/ +class AppsV1beta1Deployment { + static getAttributeTypeMap() { + return AppsV1beta1Deployment.attributeTypeMap; + } +} +AppsV1beta1Deployment.discriminator = undefined; +AppsV1beta1Deployment.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "AppsV1beta1DeploymentSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "AppsV1beta1DeploymentStatus" + } +]; +exports.AppsV1beta1Deployment = AppsV1beta1Deployment; +//# sourceMappingURL=appsV1beta1Deployment.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1Deployment.js.map b/dist/gen/model/appsV1beta1Deployment.js.map new file mode 100644 index 0000000000..68151aacde --- /dev/null +++ b/dist/gen/model/appsV1beta1Deployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1Deployment.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1Deployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,qBAAqB;IA0C9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA/BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;CAAK,CAAC;AAxCf,sDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentCondition.d.ts b/dist/gen/model/appsV1beta1DeploymentCondition.d.ts new file mode 100644 index 0000000000..7f0087bb63 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentCondition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +export declare class AppsV1beta1DeploymentCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * The last time this condition was updated. + */ + 'lastUpdateTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of deployment condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1DeploymentCondition.js b/dist/gen/model/appsV1beta1DeploymentCondition.js new file mode 100644 index 0000000000..ebd57117a0 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +class AppsV1beta1DeploymentCondition { + static getAttributeTypeMap() { + return AppsV1beta1DeploymentCondition.attributeTypeMap; + } +} +AppsV1beta1DeploymentCondition.discriminator = undefined; +AppsV1beta1DeploymentCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "lastUpdateTime", + "baseName": "lastUpdateTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.AppsV1beta1DeploymentCondition = AppsV1beta1DeploymentCondition; +//# sourceMappingURL=appsV1beta1DeploymentCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentCondition.js.map b/dist/gen/model/appsV1beta1DeploymentCondition.js.map new file mode 100644 index 0000000000..eea4de9992 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1DeploymentCondition.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1DeploymentCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,8BAA8B;IA4DvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AApCM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,wEA+DC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentList.d.ts b/dist/gen/model/appsV1beta1DeploymentList.d.ts new file mode 100644 index 0000000000..4280985f80 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AppsV1beta1Deployment } from './appsV1beta1Deployment'; +import { V1ListMeta } from './v1ListMeta'; +/** +* DeploymentList is a list of Deployments. +*/ +export declare class AppsV1beta1DeploymentList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of Deployments. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1DeploymentList.js b/dist/gen/model/appsV1beta1DeploymentList.js new file mode 100644 index 0000000000..9f9e83639b --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentList is a list of Deployments. +*/ +class AppsV1beta1DeploymentList { + static getAttributeTypeMap() { + return AppsV1beta1DeploymentList.attributeTypeMap; + } +} +AppsV1beta1DeploymentList.discriminator = undefined; +AppsV1beta1DeploymentList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.AppsV1beta1DeploymentList = AppsV1beta1DeploymentList; +//# sourceMappingURL=appsV1beta1DeploymentList.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentList.js.map b/dist/gen/model/appsV1beta1DeploymentList.js.map new file mode 100644 index 0000000000..3613729a04 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1DeploymentList.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1DeploymentList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IAuClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA1BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentRollback.d.ts b/dist/gen/model/appsV1beta1DeploymentRollback.d.ts new file mode 100644 index 0000000000..8cc45f2dfd --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentRollback.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AppsV1beta1RollbackConfig } from './appsV1beta1RollbackConfig'; +/** +* DEPRECATED. DeploymentRollback stores the information required to rollback a deployment. +*/ +export declare class AppsV1beta1DeploymentRollback { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * Required: This must match the Name of a deployment. + */ + 'name': string; + 'rollbackTo': AppsV1beta1RollbackConfig; + /** + * The annotations to be updated to a deployment + */ + 'updatedAnnotations'?: { + [key: string]: string; + }; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1DeploymentRollback.js b/dist/gen/model/appsV1beta1DeploymentRollback.js new file mode 100644 index 0000000000..19f51d0001 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentRollback.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED. DeploymentRollback stores the information required to rollback a deployment. +*/ +class AppsV1beta1DeploymentRollback { + static getAttributeTypeMap() { + return AppsV1beta1DeploymentRollback.attributeTypeMap; + } +} +AppsV1beta1DeploymentRollback.discriminator = undefined; +AppsV1beta1DeploymentRollback.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "rollbackTo", + "baseName": "rollbackTo", + "type": "AppsV1beta1RollbackConfig" + }, + { + "name": "updatedAnnotations", + "baseName": "updatedAnnotations", + "type": "{ [key: string]: string; }" + } +]; +exports.AppsV1beta1DeploymentRollback = AppsV1beta1DeploymentRollback; +//# sourceMappingURL=appsV1beta1DeploymentRollback.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentRollback.js.map b/dist/gen/model/appsV1beta1DeploymentRollback.js.map new file mode 100644 index 0000000000..9f1c9a0e7c --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentRollback.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1DeploymentRollback.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1DeploymentRollback.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IAgDtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA/BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AA9Cf,sEAmDC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentSpec.d.ts b/dist/gen/model/appsV1beta1DeploymentSpec.d.ts new file mode 100644 index 0000000000..15d1171607 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentSpec.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AppsV1beta1DeploymentStrategy } from './appsV1beta1DeploymentStrategy'; +import { AppsV1beta1RollbackConfig } from './appsV1beta1RollbackConfig'; +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +export declare class AppsV1beta1DeploymentSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Indicates that the deployment is paused. + */ + 'paused'?: boolean; + /** + * The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. + */ + 'progressDeadlineSeconds'?: number; + /** + * Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. + */ + 'replicas'?: number; + /** + * The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2. + */ + 'revisionHistoryLimit'?: number; + 'rollbackTo'?: AppsV1beta1RollbackConfig; + 'selector'?: V1LabelSelector; + 'strategy'?: AppsV1beta1DeploymentStrategy; + 'template': V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1DeploymentSpec.js b/dist/gen/model/appsV1beta1DeploymentSpec.js new file mode 100644 index 0000000000..27082291e3 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentSpec.js @@ -0,0 +1,71 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +class AppsV1beta1DeploymentSpec { + static getAttributeTypeMap() { + return AppsV1beta1DeploymentSpec.attributeTypeMap; + } +} +AppsV1beta1DeploymentSpec.discriminator = undefined; +AppsV1beta1DeploymentSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "paused", + "baseName": "paused", + "type": "boolean" + }, + { + "name": "progressDeadlineSeconds", + "baseName": "progressDeadlineSeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "rollbackTo", + "baseName": "rollbackTo", + "type": "AppsV1beta1RollbackConfig" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "strategy", + "baseName": "strategy", + "type": "AppsV1beta1DeploymentStrategy" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.AppsV1beta1DeploymentSpec = AppsV1beta1DeploymentSpec; +//# sourceMappingURL=appsV1beta1DeploymentSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentSpec.js.map b/dist/gen/model/appsV1beta1DeploymentSpec.js.map new file mode 100644 index 0000000000..ecb2aa95a2 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1DeploymentSpec.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1DeploymentSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,yBAAyB;IA2ElC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAnDM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAzEf,8DA8EC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentStatus.d.ts b/dist/gen/model/appsV1beta1DeploymentStatus.d.ts new file mode 100644 index 0000000000..472cb35b84 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentStatus.d.ts @@ -0,0 +1,60 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AppsV1beta1DeploymentCondition } from './appsV1beta1DeploymentCondition'; +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +export declare class AppsV1beta1DeploymentStatus { + /** + * Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. + */ + 'availableReplicas'?: number; + /** + * Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a deployment\'s current state. + */ + 'conditions'?: Array; + /** + * The generation observed by the deployment controller. + */ + 'observedGeneration'?: number; + /** + * Total number of ready pods targeted by this deployment. + */ + 'readyReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment (their labels match the selector). + */ + 'replicas'?: number; + /** + * Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. + */ + 'unavailableReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment that have the desired template spec. + */ + 'updatedReplicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1DeploymentStatus.js b/dist/gen/model/appsV1beta1DeploymentStatus.js new file mode 100644 index 0000000000..0a14e3cffc --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentStatus.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +class AppsV1beta1DeploymentStatus { + static getAttributeTypeMap() { + return AppsV1beta1DeploymentStatus.attributeTypeMap; + } +} +AppsV1beta1DeploymentStatus.discriminator = undefined; +AppsV1beta1DeploymentStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "unavailableReplicas", + "baseName": "unavailableReplicas", + "type": "number" + }, + { + "name": "updatedReplicas", + "baseName": "updatedReplicas", + "type": "number" + } +]; +exports.AppsV1beta1DeploymentStatus = AppsV1beta1DeploymentStatus; +//# sourceMappingURL=appsV1beta1DeploymentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentStatus.js.map b/dist/gen/model/appsV1beta1DeploymentStatus.js.map new file mode 100644 index 0000000000..5e233c7ae5 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1DeploymentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1DeploymentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IA8EpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA9CM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Ef,kEAiFC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentStrategy.d.ts b/dist/gen/model/appsV1beta1DeploymentStrategy.d.ts new file mode 100644 index 0000000000..e01b0d960e --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AppsV1beta1RollingUpdateDeployment } from './appsV1beta1RollingUpdateDeployment'; +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +export declare class AppsV1beta1DeploymentStrategy { + 'rollingUpdate'?: AppsV1beta1RollingUpdateDeployment; + /** + * Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1DeploymentStrategy.js b/dist/gen/model/appsV1beta1DeploymentStrategy.js new file mode 100644 index 0000000000..fcdc8b2a0d --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +class AppsV1beta1DeploymentStrategy { + static getAttributeTypeMap() { + return AppsV1beta1DeploymentStrategy.attributeTypeMap; + } +} +AppsV1beta1DeploymentStrategy.discriminator = undefined; +AppsV1beta1DeploymentStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "AppsV1beta1RollingUpdateDeployment" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.AppsV1beta1DeploymentStrategy = AppsV1beta1DeploymentStrategy; +//# sourceMappingURL=appsV1beta1DeploymentStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1DeploymentStrategy.js.map b/dist/gen/model/appsV1beta1DeploymentStrategy.js.map new file mode 100644 index 0000000000..56b803f752 --- /dev/null +++ b/dist/gen/model/appsV1beta1DeploymentStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1DeploymentStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1DeploymentStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IAqBtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAhBM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,sEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1RollbackConfig.d.ts b/dist/gen/model/appsV1beta1RollbackConfig.d.ts new file mode 100644 index 0000000000..9ef2cb8899 --- /dev/null +++ b/dist/gen/model/appsV1beta1RollbackConfig.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DEPRECATED. +*/ +export declare class AppsV1beta1RollbackConfig { + /** + * The revision to rollback to. If set to 0, rollback to the last revision. + */ + 'revision'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1RollbackConfig.js b/dist/gen/model/appsV1beta1RollbackConfig.js new file mode 100644 index 0000000000..7b5e04c8ea --- /dev/null +++ b/dist/gen/model/appsV1beta1RollbackConfig.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED. +*/ +class AppsV1beta1RollbackConfig { + static getAttributeTypeMap() { + return AppsV1beta1RollbackConfig.attributeTypeMap; + } +} +AppsV1beta1RollbackConfig.discriminator = undefined; +AppsV1beta1RollbackConfig.attributeTypeMap = [ + { + "name": "revision", + "baseName": "revision", + "type": "number" + } +]; +exports.AppsV1beta1RollbackConfig = AppsV1beta1RollbackConfig; +//# sourceMappingURL=appsV1beta1RollbackConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1RollbackConfig.js.map b/dist/gen/model/appsV1beta1RollbackConfig.js.map new file mode 100644 index 0000000000..b7c2a0460c --- /dev/null +++ b/dist/gen/model/appsV1beta1RollbackConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1RollbackConfig.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1RollbackConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,yBAAyB;IAelC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAXM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,8DAkBC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1RollingUpdateDeployment.d.ts b/dist/gen/model/appsV1beta1RollingUpdateDeployment.d.ts new file mode 100644 index 0000000000..d8eb3daf8a --- /dev/null +++ b/dist/gen/model/appsV1beta1RollingUpdateDeployment.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Spec to control the desired behavior of rolling update. +*/ +export declare class AppsV1beta1RollingUpdateDeployment { + /** + * The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + */ + 'maxSurge'?: object; + /** + * The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + */ + 'maxUnavailable'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1RollingUpdateDeployment.js b/dist/gen/model/appsV1beta1RollingUpdateDeployment.js new file mode 100644 index 0000000000..4084be0c69 --- /dev/null +++ b/dist/gen/model/appsV1beta1RollingUpdateDeployment.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Spec to control the desired behavior of rolling update. +*/ +class AppsV1beta1RollingUpdateDeployment { + static getAttributeTypeMap() { + return AppsV1beta1RollingUpdateDeployment.attributeTypeMap; + } +} +AppsV1beta1RollingUpdateDeployment.discriminator = undefined; +AppsV1beta1RollingUpdateDeployment.attributeTypeMap = [ + { + "name": "maxSurge", + "baseName": "maxSurge", + "type": "object" + }, + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + } +]; +exports.AppsV1beta1RollingUpdateDeployment = AppsV1beta1RollingUpdateDeployment; +//# sourceMappingURL=appsV1beta1RollingUpdateDeployment.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1RollingUpdateDeployment.js.map b/dist/gen/model/appsV1beta1RollingUpdateDeployment.js.map new file mode 100644 index 0000000000..782cec0b9d --- /dev/null +++ b/dist/gen/model/appsV1beta1RollingUpdateDeployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1RollingUpdateDeployment.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1RollingUpdateDeployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IAwB3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAhBM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,gFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1Scale.d.ts b/dist/gen/model/appsV1beta1Scale.d.ts new file mode 100644 index 0000000000..e23cb3ac3b --- /dev/null +++ b/dist/gen/model/appsV1beta1Scale.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AppsV1beta1ScaleSpec } from './appsV1beta1ScaleSpec'; +import { AppsV1beta1ScaleStatus } from './appsV1beta1ScaleStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Scale represents a scaling request for a resource. +*/ +export declare class AppsV1beta1Scale { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: AppsV1beta1ScaleSpec; + 'status'?: AppsV1beta1ScaleStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1Scale.js b/dist/gen/model/appsV1beta1Scale.js new file mode 100644 index 0000000000..02fbdd1a7a --- /dev/null +++ b/dist/gen/model/appsV1beta1Scale.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Scale represents a scaling request for a resource. +*/ +class AppsV1beta1Scale { + static getAttributeTypeMap() { + return AppsV1beta1Scale.attributeTypeMap; + } +} +AppsV1beta1Scale.discriminator = undefined; +AppsV1beta1Scale.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "AppsV1beta1ScaleSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "AppsV1beta1ScaleStatus" + } +]; +exports.AppsV1beta1Scale = AppsV1beta1Scale; +//# sourceMappingURL=appsV1beta1Scale.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1Scale.js.map b/dist/gen/model/appsV1beta1Scale.js.map new file mode 100644 index 0000000000..36f71af6ae --- /dev/null +++ b/dist/gen/model/appsV1beta1Scale.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1Scale.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1Scale.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,gBAAgB;IA0CzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA/BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAxCf,4CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1ScaleSpec.d.ts b/dist/gen/model/appsV1beta1ScaleSpec.d.ts new file mode 100644 index 0000000000..3e201f1f27 --- /dev/null +++ b/dist/gen/model/appsV1beta1ScaleSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ScaleSpec describes the attributes of a scale subresource +*/ +export declare class AppsV1beta1ScaleSpec { + /** + * desired number of instances for the scaled object. + */ + 'replicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1ScaleSpec.js b/dist/gen/model/appsV1beta1ScaleSpec.js new file mode 100644 index 0000000000..df85616ca2 --- /dev/null +++ b/dist/gen/model/appsV1beta1ScaleSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleSpec describes the attributes of a scale subresource +*/ +class AppsV1beta1ScaleSpec { + static getAttributeTypeMap() { + return AppsV1beta1ScaleSpec.attributeTypeMap; + } +} +AppsV1beta1ScaleSpec.discriminator = undefined; +AppsV1beta1ScaleSpec.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.AppsV1beta1ScaleSpec = AppsV1beta1ScaleSpec; +//# sourceMappingURL=appsV1beta1ScaleSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1ScaleSpec.js.map b/dist/gen/model/appsV1beta1ScaleSpec.js.map new file mode 100644 index 0000000000..887a6e15ee --- /dev/null +++ b/dist/gen/model/appsV1beta1ScaleSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1ScaleSpec.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1ScaleSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAe7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAXM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,oDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1ScaleStatus.d.ts b/dist/gen/model/appsV1beta1ScaleStatus.d.ts new file mode 100644 index 0000000000..d37c2041a2 --- /dev/null +++ b/dist/gen/model/appsV1beta1ScaleStatus.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ScaleStatus represents the current status of a scale subresource. +*/ +export declare class AppsV1beta1ScaleStatus { + /** + * actual number of observed instances of the scaled object. + */ + 'replicas': number; + /** + * label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors + */ + 'selector'?: { + [key: string]: string; + }; + /** + * label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + */ + 'targetSelector'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/appsV1beta1ScaleStatus.js b/dist/gen/model/appsV1beta1ScaleStatus.js new file mode 100644 index 0000000000..1b60803e00 --- /dev/null +++ b/dist/gen/model/appsV1beta1ScaleStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleStatus represents the current status of a scale subresource. +*/ +class AppsV1beta1ScaleStatus { + static getAttributeTypeMap() { + return AppsV1beta1ScaleStatus.attributeTypeMap; + } +} +AppsV1beta1ScaleStatus.discriminator = undefined; +AppsV1beta1ScaleStatus.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "{ [key: string]: string; }" + }, + { + "name": "targetSelector", + "baseName": "targetSelector", + "type": "string" + } +]; +exports.AppsV1beta1ScaleStatus = AppsV1beta1ScaleStatus; +//# sourceMappingURL=appsV1beta1ScaleStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/appsV1beta1ScaleStatus.js.map b/dist/gen/model/appsV1beta1ScaleStatus.js.map new file mode 100644 index 0000000000..a003f66d8b --- /dev/null +++ b/dist/gen/model/appsV1beta1ScaleStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"appsV1beta1ScaleStatus.js","sourceRoot":"","sources":["../../../src/gen/model/appsV1beta1ScaleStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAiC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AArBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,wDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1AllowedCSIDriver.d.ts b/dist/gen/model/extensionsV1beta1AllowedCSIDriver.d.ts new file mode 100644 index 0000000000..9eeb3096d4 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedCSIDriver.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used. +*/ +export declare class ExtensionsV1beta1AllowedCSIDriver { + /** + * Name is the registered name of the CSI driver + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1AllowedCSIDriver.js b/dist/gen/model/extensionsV1beta1AllowedCSIDriver.js new file mode 100644 index 0000000000..0cc23a72e6 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedCSIDriver.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used. +*/ +class ExtensionsV1beta1AllowedCSIDriver { + static getAttributeTypeMap() { + return ExtensionsV1beta1AllowedCSIDriver.attributeTypeMap; + } +} +ExtensionsV1beta1AllowedCSIDriver.discriminator = undefined; +ExtensionsV1beta1AllowedCSIDriver.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.ExtensionsV1beta1AllowedCSIDriver = ExtensionsV1beta1AllowedCSIDriver; +//# sourceMappingURL=extensionsV1beta1AllowedCSIDriver.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1AllowedCSIDriver.js.map b/dist/gen/model/extensionsV1beta1AllowedCSIDriver.js.map new file mode 100644 index 0000000000..9ee35efce7 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedCSIDriver.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1AllowedCSIDriver.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1AllowedCSIDriver.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iCAAiC;IAe1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAXM,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,8EAkBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1AllowedFlexVolume.d.ts b/dist/gen/model/extensionsV1beta1AllowedFlexVolume.d.ts new file mode 100644 index 0000000000..2b314b8fa9 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedFlexVolume.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead. +*/ +export declare class ExtensionsV1beta1AllowedFlexVolume { + /** + * driver is the name of the Flexvolume driver. + */ + 'driver': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1AllowedFlexVolume.js b/dist/gen/model/extensionsV1beta1AllowedFlexVolume.js new file mode 100644 index 0000000000..d125faef9d --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedFlexVolume.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead. +*/ +class ExtensionsV1beta1AllowedFlexVolume { + static getAttributeTypeMap() { + return ExtensionsV1beta1AllowedFlexVolume.attributeTypeMap; + } +} +ExtensionsV1beta1AllowedFlexVolume.discriminator = undefined; +ExtensionsV1beta1AllowedFlexVolume.attributeTypeMap = [ + { + "name": "driver", + "baseName": "driver", + "type": "string" + } +]; +exports.ExtensionsV1beta1AllowedFlexVolume = ExtensionsV1beta1AllowedFlexVolume; +//# sourceMappingURL=extensionsV1beta1AllowedFlexVolume.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1AllowedFlexVolume.js.map b/dist/gen/model/extensionsV1beta1AllowedFlexVolume.js.map new file mode 100644 index 0000000000..1064823462 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedFlexVolume.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1AllowedFlexVolume.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1AllowedFlexVolume.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IAe3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAXM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,gFAkBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1AllowedHostPath.d.ts b/dist/gen/model/extensionsV1beta1AllowedHostPath.d.ts new file mode 100644 index 0000000000..41ffa4534c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedHostPath.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead. +*/ +export declare class ExtensionsV1beta1AllowedHostPath { + /** + * pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` + */ + 'pathPrefix'?: string; + /** + * when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. + */ + 'readOnly'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1AllowedHostPath.js b/dist/gen/model/extensionsV1beta1AllowedHostPath.js new file mode 100644 index 0000000000..b71e6d5b24 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedHostPath.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. Deprecated: use AllowedHostPath from policy API Group instead. +*/ +class ExtensionsV1beta1AllowedHostPath { + static getAttributeTypeMap() { + return ExtensionsV1beta1AllowedHostPath.attributeTypeMap; + } +} +ExtensionsV1beta1AllowedHostPath.discriminator = undefined; +ExtensionsV1beta1AllowedHostPath.attributeTypeMap = [ + { + "name": "pathPrefix", + "baseName": "pathPrefix", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + } +]; +exports.ExtensionsV1beta1AllowedHostPath = ExtensionsV1beta1AllowedHostPath; +//# sourceMappingURL=extensionsV1beta1AllowedHostPath.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1AllowedHostPath.js.map b/dist/gen/model/extensionsV1beta1AllowedHostPath.js.map new file mode 100644 index 0000000000..313e82fbc3 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1AllowedHostPath.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1AllowedHostPath.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1AllowedHostPath.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gCAAgC;IAwBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAhBM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAtBf,4EA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1Deployment.d.ts b/dist/gen/model/extensionsV1beta1Deployment.d.ts new file mode 100644 index 0000000000..02f793bed8 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Deployment.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1DeploymentSpec } from './extensionsV1beta1DeploymentSpec'; +import { ExtensionsV1beta1DeploymentStatus } from './extensionsV1beta1DeploymentStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets. +*/ +export declare class ExtensionsV1beta1Deployment { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: ExtensionsV1beta1DeploymentSpec; + 'status'?: ExtensionsV1beta1DeploymentStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1Deployment.js b/dist/gen/model/extensionsV1beta1Deployment.js new file mode 100644 index 0000000000..0245d9217d --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Deployment.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of Deployment is deprecated by apps/v1beta2/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets. +*/ +class ExtensionsV1beta1Deployment { + static getAttributeTypeMap() { + return ExtensionsV1beta1Deployment.attributeTypeMap; + } +} +ExtensionsV1beta1Deployment.discriminator = undefined; +ExtensionsV1beta1Deployment.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "ExtensionsV1beta1DeploymentSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "ExtensionsV1beta1DeploymentStatus" + } +]; +exports.ExtensionsV1beta1Deployment = ExtensionsV1beta1Deployment; +//# sourceMappingURL=extensionsV1beta1Deployment.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1Deployment.js.map b/dist/gen/model/extensionsV1beta1Deployment.js.map new file mode 100644 index 0000000000..2d8cc5b023 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Deployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1Deployment.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1Deployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,2BAA2B;IA0CpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA/BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mCAAmC;KAC9C;CAAK,CAAC;AAxCf,kEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentCondition.d.ts b/dist/gen/model/extensionsV1beta1DeploymentCondition.d.ts new file mode 100644 index 0000000000..5f2b44a63a --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentCondition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +export declare class ExtensionsV1beta1DeploymentCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * The last time this condition was updated. + */ + 'lastUpdateTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of deployment condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1DeploymentCondition.js b/dist/gen/model/extensionsV1beta1DeploymentCondition.js new file mode 100644 index 0000000000..7dad2798bb --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +class ExtensionsV1beta1DeploymentCondition { + static getAttributeTypeMap() { + return ExtensionsV1beta1DeploymentCondition.attributeTypeMap; + } +} +ExtensionsV1beta1DeploymentCondition.discriminator = undefined; +ExtensionsV1beta1DeploymentCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "lastUpdateTime", + "baseName": "lastUpdateTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.ExtensionsV1beta1DeploymentCondition = ExtensionsV1beta1DeploymentCondition; +//# sourceMappingURL=extensionsV1beta1DeploymentCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentCondition.js.map b/dist/gen/model/extensionsV1beta1DeploymentCondition.js.map new file mode 100644 index 0000000000..6e923fb35a --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1DeploymentCondition.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1DeploymentCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oCAAoC;IA4D7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AApCM,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,oFA+DC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentList.d.ts b/dist/gen/model/extensionsV1beta1DeploymentList.d.ts new file mode 100644 index 0000000000..64fb2a62b1 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1Deployment } from './extensionsV1beta1Deployment'; +import { V1ListMeta } from './v1ListMeta'; +/** +* DeploymentList is a list of Deployments. +*/ +export declare class ExtensionsV1beta1DeploymentList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of Deployments. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1DeploymentList.js b/dist/gen/model/extensionsV1beta1DeploymentList.js new file mode 100644 index 0000000000..02bb309d0a --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentList is a list of Deployments. +*/ +class ExtensionsV1beta1DeploymentList { + static getAttributeTypeMap() { + return ExtensionsV1beta1DeploymentList.attributeTypeMap; + } +} +ExtensionsV1beta1DeploymentList.discriminator = undefined; +ExtensionsV1beta1DeploymentList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.ExtensionsV1beta1DeploymentList = ExtensionsV1beta1DeploymentList; +//# sourceMappingURL=extensionsV1beta1DeploymentList.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentList.js.map b/dist/gen/model/extensionsV1beta1DeploymentList.js.map new file mode 100644 index 0000000000..df5f75450c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1DeploymentList.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1DeploymentList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,+BAA+B;IAuCxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA1BM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0EA0CC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentRollback.d.ts b/dist/gen/model/extensionsV1beta1DeploymentRollback.d.ts new file mode 100644 index 0000000000..21345c27cb --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentRollback.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1RollbackConfig } from './extensionsV1beta1RollbackConfig'; +/** +* DEPRECATED. DeploymentRollback stores the information required to rollback a deployment. +*/ +export declare class ExtensionsV1beta1DeploymentRollback { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * Required: This must match the Name of a deployment. + */ + 'name': string; + 'rollbackTo': ExtensionsV1beta1RollbackConfig; + /** + * The annotations to be updated to a deployment + */ + 'updatedAnnotations'?: { + [key: string]: string; + }; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1DeploymentRollback.js b/dist/gen/model/extensionsV1beta1DeploymentRollback.js new file mode 100644 index 0000000000..77aec7e233 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentRollback.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED. DeploymentRollback stores the information required to rollback a deployment. +*/ +class ExtensionsV1beta1DeploymentRollback { + static getAttributeTypeMap() { + return ExtensionsV1beta1DeploymentRollback.attributeTypeMap; + } +} +ExtensionsV1beta1DeploymentRollback.discriminator = undefined; +ExtensionsV1beta1DeploymentRollback.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "rollbackTo", + "baseName": "rollbackTo", + "type": "ExtensionsV1beta1RollbackConfig" + }, + { + "name": "updatedAnnotations", + "baseName": "updatedAnnotations", + "type": "{ [key: string]: string; }" + } +]; +exports.ExtensionsV1beta1DeploymentRollback = ExtensionsV1beta1DeploymentRollback; +//# sourceMappingURL=extensionsV1beta1DeploymentRollback.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentRollback.js.map b/dist/gen/model/extensionsV1beta1DeploymentRollback.js.map new file mode 100644 index 0000000000..478eb60c09 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentRollback.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1DeploymentRollback.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1DeploymentRollback.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mCAAmC;IAgD5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AA/BM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AA9Cf,kFAmDC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentSpec.d.ts b/dist/gen/model/extensionsV1beta1DeploymentSpec.d.ts new file mode 100644 index 0000000000..b7ec9582da --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentSpec.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1DeploymentStrategy } from './extensionsV1beta1DeploymentStrategy'; +import { ExtensionsV1beta1RollbackConfig } from './extensionsV1beta1RollbackConfig'; +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +export declare class ExtensionsV1beta1DeploymentSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Indicates that the deployment is paused and will not be processed by the deployment controller. + */ + 'paused'?: boolean; + /** + * The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"no deadline\". + */ + 'progressDeadlineSeconds'?: number; + /** + * Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. + */ + 'replicas'?: number; + /** + * The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old RelicaSets\". + */ + 'revisionHistoryLimit'?: number; + 'rollbackTo'?: ExtensionsV1beta1RollbackConfig; + 'selector'?: V1LabelSelector; + 'strategy'?: ExtensionsV1beta1DeploymentStrategy; + 'template': V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1DeploymentSpec.js b/dist/gen/model/extensionsV1beta1DeploymentSpec.js new file mode 100644 index 0000000000..5f227405c3 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentSpec.js @@ -0,0 +1,71 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +class ExtensionsV1beta1DeploymentSpec { + static getAttributeTypeMap() { + return ExtensionsV1beta1DeploymentSpec.attributeTypeMap; + } +} +ExtensionsV1beta1DeploymentSpec.discriminator = undefined; +ExtensionsV1beta1DeploymentSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "paused", + "baseName": "paused", + "type": "boolean" + }, + { + "name": "progressDeadlineSeconds", + "baseName": "progressDeadlineSeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "rollbackTo", + "baseName": "rollbackTo", + "type": "ExtensionsV1beta1RollbackConfig" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "strategy", + "baseName": "strategy", + "type": "ExtensionsV1beta1DeploymentStrategy" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.ExtensionsV1beta1DeploymentSpec = ExtensionsV1beta1DeploymentSpec; +//# sourceMappingURL=extensionsV1beta1DeploymentSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentSpec.js.map b/dist/gen/model/extensionsV1beta1DeploymentSpec.js.map new file mode 100644 index 0000000000..131ca318e9 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1DeploymentSpec.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1DeploymentSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,+BAA+B;IA2ExC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAnDM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,qCAAqC;KAChD;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAzEf,0EA8EC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentStatus.d.ts b/dist/gen/model/extensionsV1beta1DeploymentStatus.d.ts new file mode 100644 index 0000000000..de1e91ee35 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentStatus.d.ts @@ -0,0 +1,60 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1DeploymentCondition } from './extensionsV1beta1DeploymentCondition'; +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +export declare class ExtensionsV1beta1DeploymentStatus { + /** + * Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. + */ + 'availableReplicas'?: number; + /** + * Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a deployment\'s current state. + */ + 'conditions'?: Array; + /** + * The generation observed by the deployment controller. + */ + 'observedGeneration'?: number; + /** + * Total number of ready pods targeted by this deployment. + */ + 'readyReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment (their labels match the selector). + */ + 'replicas'?: number; + /** + * Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. + */ + 'unavailableReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment that have the desired template spec. + */ + 'updatedReplicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1DeploymentStatus.js b/dist/gen/model/extensionsV1beta1DeploymentStatus.js new file mode 100644 index 0000000000..75fd4ed5a7 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentStatus.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +class ExtensionsV1beta1DeploymentStatus { + static getAttributeTypeMap() { + return ExtensionsV1beta1DeploymentStatus.attributeTypeMap; + } +} +ExtensionsV1beta1DeploymentStatus.discriminator = undefined; +ExtensionsV1beta1DeploymentStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "unavailableReplicas", + "baseName": "unavailableReplicas", + "type": "number" + }, + { + "name": "updatedReplicas", + "baseName": "updatedReplicas", + "type": "number" + } +]; +exports.ExtensionsV1beta1DeploymentStatus = ExtensionsV1beta1DeploymentStatus; +//# sourceMappingURL=extensionsV1beta1DeploymentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentStatus.js.map b/dist/gen/model/extensionsV1beta1DeploymentStatus.js.map new file mode 100644 index 0000000000..2086fdc64b --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1DeploymentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1DeploymentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iCAAiC;IA8E1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AA9CM,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,6CAA6C;KACxD;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Ef,8EAiFC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentStrategy.d.ts b/dist/gen/model/extensionsV1beta1DeploymentStrategy.d.ts new file mode 100644 index 0000000000..5d7b08b98d --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1RollingUpdateDeployment } from './extensionsV1beta1RollingUpdateDeployment'; +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +export declare class ExtensionsV1beta1DeploymentStrategy { + 'rollingUpdate'?: ExtensionsV1beta1RollingUpdateDeployment; + /** + * Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1DeploymentStrategy.js b/dist/gen/model/extensionsV1beta1DeploymentStrategy.js new file mode 100644 index 0000000000..54602f99e6 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +class ExtensionsV1beta1DeploymentStrategy { + static getAttributeTypeMap() { + return ExtensionsV1beta1DeploymentStrategy.attributeTypeMap; + } +} +ExtensionsV1beta1DeploymentStrategy.discriminator = undefined; +ExtensionsV1beta1DeploymentStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "ExtensionsV1beta1RollingUpdateDeployment" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.ExtensionsV1beta1DeploymentStrategy = ExtensionsV1beta1DeploymentStrategy; +//# sourceMappingURL=extensionsV1beta1DeploymentStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1DeploymentStrategy.js.map b/dist/gen/model/extensionsV1beta1DeploymentStrategy.js.map new file mode 100644 index 0000000000..1c3e1877eb --- /dev/null +++ b/dist/gen/model/extensionsV1beta1DeploymentStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1DeploymentStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1DeploymentStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mCAAmC;IAqB5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAhBM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,0CAA0C;KACrD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,kFAwBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.d.ts b/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.d.ts new file mode 100644 index 0000000000..d53cef11d4 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1IDRange } from './extensionsV1beta1IDRange'; +/** +* FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead. +*/ +export declare class ExtensionsV1beta1FSGroupStrategyOptions { + /** + * ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate what FSGroup is used in the SecurityContext. + */ + 'rule'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js b/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js new file mode 100644 index 0000000000..818a8e2842 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead. +*/ +class ExtensionsV1beta1FSGroupStrategyOptions { + static getAttributeTypeMap() { + return ExtensionsV1beta1FSGroupStrategyOptions.attributeTypeMap; + } +} +ExtensionsV1beta1FSGroupStrategyOptions.discriminator = undefined; +ExtensionsV1beta1FSGroupStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.ExtensionsV1beta1FSGroupStrategyOptions = ExtensionsV1beta1FSGroupStrategyOptions; +//# sourceMappingURL=extensionsV1beta1FSGroupStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js.map b/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js.map new file mode 100644 index 0000000000..b0f6f00e03 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1FSGroupStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1FSGroupStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1FSGroupStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uCAAuC;IAwBhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AAhBM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,0FA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1HTTPIngressPath.d.ts b/dist/gen/model/extensionsV1beta1HTTPIngressPath.d.ts new file mode 100644 index 0000000000..2d6958defb --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HTTPIngressPath.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1IngressBackend } from './extensionsV1beta1IngressBackend'; +/** +* HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. +*/ +export declare class ExtensionsV1beta1HTTPIngressPath { + 'backend': ExtensionsV1beta1IngressBackend; + /** + * Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a \'/\'. If unspecified, the path defaults to a catch all sending traffic to the backend. + */ + 'path'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1HTTPIngressPath.js b/dist/gen/model/extensionsV1beta1HTTPIngressPath.js new file mode 100644 index 0000000000..5587ecf729 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HTTPIngressPath.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. +*/ +class ExtensionsV1beta1HTTPIngressPath { + static getAttributeTypeMap() { + return ExtensionsV1beta1HTTPIngressPath.attributeTypeMap; + } +} +ExtensionsV1beta1HTTPIngressPath.discriminator = undefined; +ExtensionsV1beta1HTTPIngressPath.attributeTypeMap = [ + { + "name": "backend", + "baseName": "backend", + "type": "ExtensionsV1beta1IngressBackend" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + } +]; +exports.ExtensionsV1beta1HTTPIngressPath = ExtensionsV1beta1HTTPIngressPath; +//# sourceMappingURL=extensionsV1beta1HTTPIngressPath.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1HTTPIngressPath.js.map b/dist/gen/model/extensionsV1beta1HTTPIngressPath.js.map new file mode 100644 index 0000000000..2f4430cf3c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HTTPIngressPath.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1HTTPIngressPath.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1HTTPIngressPath.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,gCAAgC;IAqBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAhBM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,4EAwBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.d.ts b/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.d.ts new file mode 100644 index 0000000000..2b3e82b69d --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1HTTPIngressPath } from './extensionsV1beta1HTTPIngressPath'; +/** +* HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last \'/\' and before the first \'?\' or \'#\'. +*/ +export declare class ExtensionsV1beta1HTTPIngressRuleValue { + /** + * A collection of paths that map requests to backends. + */ + 'paths': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js b/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js new file mode 100644 index 0000000000..e5783af9a4 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last \'/\' and before the first \'?\' or \'#\'. +*/ +class ExtensionsV1beta1HTTPIngressRuleValue { + static getAttributeTypeMap() { + return ExtensionsV1beta1HTTPIngressRuleValue.attributeTypeMap; + } +} +ExtensionsV1beta1HTTPIngressRuleValue.discriminator = undefined; +ExtensionsV1beta1HTTPIngressRuleValue.attributeTypeMap = [ + { + "name": "paths", + "baseName": "paths", + "type": "Array" + } +]; +exports.ExtensionsV1beta1HTTPIngressRuleValue = ExtensionsV1beta1HTTPIngressRuleValue; +//# sourceMappingURL=extensionsV1beta1HTTPIngressRuleValue.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js.map b/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js.map new file mode 100644 index 0000000000..95f2f1f56b --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HTTPIngressRuleValue.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1HTTPIngressRuleValue.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1HTTPIngressRuleValue.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qCAAqC;IAe9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AAXM,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,yCAAyC;KACpD;CAAK,CAAC;AAbf,sFAkBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1HostPortRange.d.ts b/dist/gen/model/extensionsV1beta1HostPortRange.d.ts new file mode 100644 index 0000000000..3a5de39240 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HostPortRange.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead. +*/ +export declare class ExtensionsV1beta1HostPortRange { + /** + * max is the end of the range, inclusive. + */ + 'max': number; + /** + * min is the start of the range, inclusive. + */ + 'min': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1HostPortRange.js b/dist/gen/model/extensionsV1beta1HostPortRange.js new file mode 100644 index 0000000000..7e7a44426a --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HostPortRange.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. Deprecated: use HostPortRange from policy API Group instead. +*/ +class ExtensionsV1beta1HostPortRange { + static getAttributeTypeMap() { + return ExtensionsV1beta1HostPortRange.attributeTypeMap; + } +} +ExtensionsV1beta1HostPortRange.discriminator = undefined; +ExtensionsV1beta1HostPortRange.attributeTypeMap = [ + { + "name": "max", + "baseName": "max", + "type": "number" + }, + { + "name": "min", + "baseName": "min", + "type": "number" + } +]; +exports.ExtensionsV1beta1HostPortRange = ExtensionsV1beta1HostPortRange; +//# sourceMappingURL=extensionsV1beta1HostPortRange.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1HostPortRange.js.map b/dist/gen/model/extensionsV1beta1HostPortRange.js.map new file mode 100644 index 0000000000..cdefe824f1 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1HostPortRange.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1HostPortRange.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1HostPortRange.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,8BAA8B;IAwBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAhBM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IDRange.d.ts b/dist/gen/model/extensionsV1beta1IDRange.d.ts new file mode 100644 index 0000000000..20eb66ac00 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IDRange.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead. +*/ +export declare class ExtensionsV1beta1IDRange { + /** + * max is the end of the range, inclusive. + */ + 'max': number; + /** + * min is the start of the range, inclusive. + */ + 'min': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1IDRange.js b/dist/gen/model/extensionsV1beta1IDRange.js new file mode 100644 index 0000000000..5088f8a835 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IDRange.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead. +*/ +class ExtensionsV1beta1IDRange { + static getAttributeTypeMap() { + return ExtensionsV1beta1IDRange.attributeTypeMap; + } +} +ExtensionsV1beta1IDRange.discriminator = undefined; +ExtensionsV1beta1IDRange.attributeTypeMap = [ + { + "name": "max", + "baseName": "max", + "type": "number" + }, + { + "name": "min", + "baseName": "min", + "type": "number" + } +]; +exports.ExtensionsV1beta1IDRange = ExtensionsV1beta1IDRange; +//# sourceMappingURL=extensionsV1beta1IDRange.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IDRange.js.map b/dist/gen/model/extensionsV1beta1IDRange.js.map new file mode 100644 index 0000000000..9ae2e653a9 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IDRange.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1IDRange.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1IDRange.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IAwBjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhBM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,4DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1Ingress.d.ts b/dist/gen/model/extensionsV1beta1Ingress.d.ts new file mode 100644 index 0000000000..feb2f5ec24 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Ingress.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1IngressSpec } from './extensionsV1beta1IngressSpec'; +import { ExtensionsV1beta1IngressStatus } from './extensionsV1beta1IngressStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information. +*/ +export declare class ExtensionsV1beta1Ingress { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: ExtensionsV1beta1IngressSpec; + 'status'?: ExtensionsV1beta1IngressStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1Ingress.js b/dist/gen/model/extensionsV1beta1Ingress.js new file mode 100644 index 0000000000..d5ccd6b4e6 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Ingress.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information. +*/ +class ExtensionsV1beta1Ingress { + static getAttributeTypeMap() { + return ExtensionsV1beta1Ingress.attributeTypeMap; + } +} +ExtensionsV1beta1Ingress.discriminator = undefined; +ExtensionsV1beta1Ingress.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "ExtensionsV1beta1IngressSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "ExtensionsV1beta1IngressStatus" + } +]; +exports.ExtensionsV1beta1Ingress = ExtensionsV1beta1Ingress; +//# sourceMappingURL=extensionsV1beta1Ingress.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1Ingress.js.map b/dist/gen/model/extensionsV1beta1Ingress.js.map new file mode 100644 index 0000000000..829de095d8 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Ingress.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1Ingress.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1Ingress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,wBAAwB;IA0CjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA/BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAxCf,4DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressBackend.d.ts b/dist/gen/model/extensionsV1beta1IngressBackend.d.ts new file mode 100644 index 0000000000..25807f9122 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressBackend.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* IngressBackend describes all endpoints for a given service and port. +*/ +export declare class ExtensionsV1beta1IngressBackend { + /** + * Specifies the name of the referenced service. + */ + 'serviceName': string; + /** + * Specifies the port of the referenced service. + */ + 'servicePort': object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1IngressBackend.js b/dist/gen/model/extensionsV1beta1IngressBackend.js new file mode 100644 index 0000000000..296827891c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressBackend.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressBackend describes all endpoints for a given service and port. +*/ +class ExtensionsV1beta1IngressBackend { + static getAttributeTypeMap() { + return ExtensionsV1beta1IngressBackend.attributeTypeMap; + } +} +ExtensionsV1beta1IngressBackend.discriminator = undefined; +ExtensionsV1beta1IngressBackend.attributeTypeMap = [ + { + "name": "serviceName", + "baseName": "serviceName", + "type": "string" + }, + { + "name": "servicePort", + "baseName": "servicePort", + "type": "object" + } +]; +exports.ExtensionsV1beta1IngressBackend = ExtensionsV1beta1IngressBackend; +//# sourceMappingURL=extensionsV1beta1IngressBackend.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressBackend.js.map b/dist/gen/model/extensionsV1beta1IngressBackend.js.map new file mode 100644 index 0000000000..54a7565994 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressBackend.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1IngressBackend.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1IngressBackend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,+BAA+B;IAwBxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAhBM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,0EA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressList.d.ts b/dist/gen/model/extensionsV1beta1IngressList.d.ts new file mode 100644 index 0000000000..aed18a990b --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1Ingress } from './extensionsV1beta1Ingress'; +import { V1ListMeta } from './v1ListMeta'; +/** +* IngressList is a collection of Ingress. +*/ +export declare class ExtensionsV1beta1IngressList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of Ingress. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1IngressList.js b/dist/gen/model/extensionsV1beta1IngressList.js new file mode 100644 index 0000000000..cd65a3c92e --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressList is a collection of Ingress. +*/ +class ExtensionsV1beta1IngressList { + static getAttributeTypeMap() { + return ExtensionsV1beta1IngressList.attributeTypeMap; + } +} +ExtensionsV1beta1IngressList.discriminator = undefined; +ExtensionsV1beta1IngressList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.ExtensionsV1beta1IngressList = ExtensionsV1beta1IngressList; +//# sourceMappingURL=extensionsV1beta1IngressList.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressList.js.map b/dist/gen/model/extensionsV1beta1IngressList.js.map new file mode 100644 index 0000000000..838602f47c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1IngressList.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1IngressList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,4BAA4B;IAuCrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AA1BM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressRule.d.ts b/dist/gen/model/extensionsV1beta1IngressRule.d.ts new file mode 100644 index 0000000000..a321865dae --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressRule.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1HTTPIngressRuleValue } from './extensionsV1beta1HTTPIngressRuleValue'; +/** +* IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +*/ +export declare class ExtensionsV1beta1IngressRule { + /** + * Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. + */ + 'host'?: string; + 'http'?: ExtensionsV1beta1HTTPIngressRuleValue; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1IngressRule.js b/dist/gen/model/extensionsV1beta1IngressRule.js new file mode 100644 index 0000000000..fe2d3b592a --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +*/ +class ExtensionsV1beta1IngressRule { + static getAttributeTypeMap() { + return ExtensionsV1beta1IngressRule.attributeTypeMap; + } +} +ExtensionsV1beta1IngressRule.discriminator = undefined; +ExtensionsV1beta1IngressRule.attributeTypeMap = [ + { + "name": "host", + "baseName": "host", + "type": "string" + }, + { + "name": "http", + "baseName": "http", + "type": "ExtensionsV1beta1HTTPIngressRuleValue" + } +]; +exports.ExtensionsV1beta1IngressRule = ExtensionsV1beta1IngressRule; +//# sourceMappingURL=extensionsV1beta1IngressRule.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressRule.js.map b/dist/gen/model/extensionsV1beta1IngressRule.js.map new file mode 100644 index 0000000000..4bb164b315 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1IngressRule.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1IngressRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,4BAA4B;IAqBrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uCAAuC;KAClD;CAAK,CAAC;AAnBf,oEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressSpec.d.ts b/dist/gen/model/extensionsV1beta1IngressSpec.d.ts new file mode 100644 index 0000000000..a0524fd687 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1IngressBackend } from './extensionsV1beta1IngressBackend'; +import { ExtensionsV1beta1IngressRule } from './extensionsV1beta1IngressRule'; +import { ExtensionsV1beta1IngressTLS } from './extensionsV1beta1IngressTLS'; +/** +* IngressSpec describes the Ingress the user wishes to exist. +*/ +export declare class ExtensionsV1beta1IngressSpec { + 'backend'?: ExtensionsV1beta1IngressBackend; + /** + * A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. + */ + 'rules'?: Array; + /** + * TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. + */ + 'tls'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1IngressSpec.js b/dist/gen/model/extensionsV1beta1IngressSpec.js new file mode 100644 index 0000000000..a7896cba93 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressSpec.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressSpec describes the Ingress the user wishes to exist. +*/ +class ExtensionsV1beta1IngressSpec { + static getAttributeTypeMap() { + return ExtensionsV1beta1IngressSpec.attributeTypeMap; + } +} +ExtensionsV1beta1IngressSpec.discriminator = undefined; +ExtensionsV1beta1IngressSpec.attributeTypeMap = [ + { + "name": "backend", + "baseName": "backend", + "type": "ExtensionsV1beta1IngressBackend" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + }, + { + "name": "tls", + "baseName": "tls", + "type": "Array" + } +]; +exports.ExtensionsV1beta1IngressSpec = ExtensionsV1beta1IngressSpec; +//# sourceMappingURL=extensionsV1beta1IngressSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressSpec.js.map b/dist/gen/model/extensionsV1beta1IngressSpec.js.map new file mode 100644 index 0000000000..7a0f2a786f --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1IngressSpec.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1IngressSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,4BAA4B;IA8BrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AArBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qCAAqC;KAChD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,oCAAoC;KAC/C;CAAK,CAAC;AA5Bf,oEAiCC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressStatus.d.ts b/dist/gen/model/extensionsV1beta1IngressStatus.d.ts new file mode 100644 index 0000000000..3e102eeac6 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressStatus.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LoadBalancerStatus } from './v1LoadBalancerStatus'; +/** +* IngressStatus describe the current state of the Ingress. +*/ +export declare class ExtensionsV1beta1IngressStatus { + 'loadBalancer'?: V1LoadBalancerStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1IngressStatus.js b/dist/gen/model/extensionsV1beta1IngressStatus.js new file mode 100644 index 0000000000..33da3e109b --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressStatus.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressStatus describe the current state of the Ingress. +*/ +class ExtensionsV1beta1IngressStatus { + static getAttributeTypeMap() { + return ExtensionsV1beta1IngressStatus.attributeTypeMap; + } +} +ExtensionsV1beta1IngressStatus.discriminator = undefined; +ExtensionsV1beta1IngressStatus.attributeTypeMap = [ + { + "name": "loadBalancer", + "baseName": "loadBalancer", + "type": "V1LoadBalancerStatus" + } +]; +exports.ExtensionsV1beta1IngressStatus = ExtensionsV1beta1IngressStatus; +//# sourceMappingURL=extensionsV1beta1IngressStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressStatus.js.map b/dist/gen/model/extensionsV1beta1IngressStatus.js.map new file mode 100644 index 0000000000..3ee0972834 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1IngressStatus.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1IngressStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IAYvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAXM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AAVf,wEAeC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressTLS.d.ts b/dist/gen/model/extensionsV1beta1IngressTLS.d.ts new file mode 100644 index 0000000000..1981ad6df9 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressTLS.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* IngressTLS describes the transport layer security associated with an Ingress. +*/ +export declare class ExtensionsV1beta1IngressTLS { + /** + * Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. + */ + 'hosts'?: Array; + /** + * SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. + */ + 'secretName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1IngressTLS.js b/dist/gen/model/extensionsV1beta1IngressTLS.js new file mode 100644 index 0000000000..e2127fafa6 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressTLS.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressTLS describes the transport layer security associated with an Ingress. +*/ +class ExtensionsV1beta1IngressTLS { + static getAttributeTypeMap() { + return ExtensionsV1beta1IngressTLS.attributeTypeMap; + } +} +ExtensionsV1beta1IngressTLS.discriminator = undefined; +ExtensionsV1beta1IngressTLS.attributeTypeMap = [ + { + "name": "hosts", + "baseName": "hosts", + "type": "Array" + }, + { + "name": "secretName", + "baseName": "secretName", + "type": "string" + } +]; +exports.ExtensionsV1beta1IngressTLS = ExtensionsV1beta1IngressTLS; +//# sourceMappingURL=extensionsV1beta1IngressTLS.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1IngressTLS.js.map b/dist/gen/model/extensionsV1beta1IngressTLS.js.map new file mode 100644 index 0000000000..4cb760ac65 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1IngressTLS.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1IngressTLS.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1IngressTLS.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAwBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,kEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicy.d.ts b/dist/gen/model/extensionsV1beta1PodSecurityPolicy.d.ts new file mode 100644 index 0000000000..0de6e92a08 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicy.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1PodSecurityPolicySpec } from './extensionsV1beta1PodSecurityPolicySpec'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead. +*/ +export declare class ExtensionsV1beta1PodSecurityPolicy { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: ExtensionsV1beta1PodSecurityPolicySpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicy.js b/dist/gen/model/extensionsV1beta1PodSecurityPolicy.js new file mode 100644 index 0000000000..be6987ddc3 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicy.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead. +*/ +class ExtensionsV1beta1PodSecurityPolicy { + static getAttributeTypeMap() { + return ExtensionsV1beta1PodSecurityPolicy.attributeTypeMap; + } +} +ExtensionsV1beta1PodSecurityPolicy.discriminator = undefined; +ExtensionsV1beta1PodSecurityPolicy.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "ExtensionsV1beta1PodSecurityPolicySpec" + } +]; +exports.ExtensionsV1beta1PodSecurityPolicy = ExtensionsV1beta1PodSecurityPolicy; +//# sourceMappingURL=extensionsV1beta1PodSecurityPolicy.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicy.js.map b/dist/gen/model/extensionsV1beta1PodSecurityPolicy.js.map new file mode 100644 index 0000000000..d3e24d7703 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1PodSecurityPolicy.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1PodSecurityPolicy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kCAAkC;IAoC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AA1BM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wCAAwC;KACnD;CAAK,CAAC;AAlCf,gFAuCC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.d.ts b/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.d.ts new file mode 100644 index 0000000000..e5f56ab4bd --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1PodSecurityPolicy } from './extensionsV1beta1PodSecurityPolicy'; +import { V1ListMeta } from './v1ListMeta'; +/** +* PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead. +*/ +export declare class ExtensionsV1beta1PodSecurityPolicyList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js b/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js new file mode 100644 index 0000000000..2fc3c97a79 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSecurityPolicyList is a list of PodSecurityPolicy objects. Deprecated: use PodSecurityPolicyList from policy API Group instead. +*/ +class ExtensionsV1beta1PodSecurityPolicyList { + static getAttributeTypeMap() { + return ExtensionsV1beta1PodSecurityPolicyList.attributeTypeMap; + } +} +ExtensionsV1beta1PodSecurityPolicyList.discriminator = undefined; +ExtensionsV1beta1PodSecurityPolicyList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.ExtensionsV1beta1PodSecurityPolicyList = ExtensionsV1beta1PodSecurityPolicyList; +//# sourceMappingURL=extensionsV1beta1PodSecurityPolicyList.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js.map b/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js.map new file mode 100644 index 0000000000..bac914144f --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicyList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1PodSecurityPolicyList.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1PodSecurityPolicyList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sCAAsC;IAuC/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AA1BM,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2CAA2C;KACtD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,wFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.d.ts b/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.d.ts new file mode 100644 index 0000000000..cdf745069c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.d.ts @@ -0,0 +1,115 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1AllowedCSIDriver } from './extensionsV1beta1AllowedCSIDriver'; +import { ExtensionsV1beta1AllowedFlexVolume } from './extensionsV1beta1AllowedFlexVolume'; +import { ExtensionsV1beta1AllowedHostPath } from './extensionsV1beta1AllowedHostPath'; +import { ExtensionsV1beta1FSGroupStrategyOptions } from './extensionsV1beta1FSGroupStrategyOptions'; +import { ExtensionsV1beta1HostPortRange } from './extensionsV1beta1HostPortRange'; +import { ExtensionsV1beta1RunAsGroupStrategyOptions } from './extensionsV1beta1RunAsGroupStrategyOptions'; +import { ExtensionsV1beta1RunAsUserStrategyOptions } from './extensionsV1beta1RunAsUserStrategyOptions'; +import { ExtensionsV1beta1RuntimeClassStrategyOptions } from './extensionsV1beta1RuntimeClassStrategyOptions'; +import { ExtensionsV1beta1SELinuxStrategyOptions } from './extensionsV1beta1SELinuxStrategyOptions'; +import { ExtensionsV1beta1SupplementalGroupsStrategyOptions } from './extensionsV1beta1SupplementalGroupsStrategyOptions'; +/** +* PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead. +*/ +export declare class ExtensionsV1beta1PodSecurityPolicySpec { + /** + * allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. + */ + 'allowPrivilegeEscalation'?: boolean; + /** + * AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate. + */ + 'allowedCSIDrivers'?: Array; + /** + * allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author\'s discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. + */ + 'allowedCapabilities'?: Array; + /** + * allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. + */ + 'allowedFlexVolumes'?: Array; + /** + * allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. + */ + 'allowedHostPaths'?: Array; + /** + * AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled. + */ + 'allowedProcMountTypes'?: Array; + /** + * allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/_*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. + */ + 'allowedUnsafeSysctls'?: Array; + /** + * defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. + */ + 'defaultAddCapabilities'?: Array; + /** + * defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. + */ + 'defaultAllowPrivilegeEscalation'?: boolean; + /** + * forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/_*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. + */ + 'forbiddenSysctls'?: Array; + 'fsGroup': ExtensionsV1beta1FSGroupStrategyOptions; + /** + * hostIPC determines if the policy allows the use of HostIPC in the pod spec. + */ + 'hostIPC'?: boolean; + /** + * hostNetwork determines if the policy allows the use of HostNetwork in the pod spec. + */ + 'hostNetwork'?: boolean; + /** + * hostPID determines if the policy allows the use of HostPID in the pod spec. + */ + 'hostPID'?: boolean; + /** + * hostPorts determines which host port ranges are allowed to be exposed. + */ + 'hostPorts'?: Array; + /** + * privileged determines if a pod can request to be run as privileged. + */ + 'privileged'?: boolean; + /** + * readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. + */ + 'readOnlyRootFilesystem'?: boolean; + /** + * requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. + */ + 'requiredDropCapabilities'?: Array; + 'runAsGroup'?: ExtensionsV1beta1RunAsGroupStrategyOptions; + 'runAsUser': ExtensionsV1beta1RunAsUserStrategyOptions; + 'runtimeClass'?: ExtensionsV1beta1RuntimeClassStrategyOptions; + 'seLinux': ExtensionsV1beta1SELinuxStrategyOptions; + 'supplementalGroups': ExtensionsV1beta1SupplementalGroupsStrategyOptions; + /** + * volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use \'*\'. + */ + 'volumes'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js b/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js new file mode 100644 index 0000000000..eaaf146bb2 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js @@ -0,0 +1,146 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead. +*/ +class ExtensionsV1beta1PodSecurityPolicySpec { + static getAttributeTypeMap() { + return ExtensionsV1beta1PodSecurityPolicySpec.attributeTypeMap; + } +} +ExtensionsV1beta1PodSecurityPolicySpec.discriminator = undefined; +ExtensionsV1beta1PodSecurityPolicySpec.attributeTypeMap = [ + { + "name": "allowPrivilegeEscalation", + "baseName": "allowPrivilegeEscalation", + "type": "boolean" + }, + { + "name": "allowedCSIDrivers", + "baseName": "allowedCSIDrivers", + "type": "Array" + }, + { + "name": "allowedCapabilities", + "baseName": "allowedCapabilities", + "type": "Array" + }, + { + "name": "allowedFlexVolumes", + "baseName": "allowedFlexVolumes", + "type": "Array" + }, + { + "name": "allowedHostPaths", + "baseName": "allowedHostPaths", + "type": "Array" + }, + { + "name": "allowedProcMountTypes", + "baseName": "allowedProcMountTypes", + "type": "Array" + }, + { + "name": "allowedUnsafeSysctls", + "baseName": "allowedUnsafeSysctls", + "type": "Array" + }, + { + "name": "defaultAddCapabilities", + "baseName": "defaultAddCapabilities", + "type": "Array" + }, + { + "name": "defaultAllowPrivilegeEscalation", + "baseName": "defaultAllowPrivilegeEscalation", + "type": "boolean" + }, + { + "name": "forbiddenSysctls", + "baseName": "forbiddenSysctls", + "type": "Array" + }, + { + "name": "fsGroup", + "baseName": "fsGroup", + "type": "ExtensionsV1beta1FSGroupStrategyOptions" + }, + { + "name": "hostIPC", + "baseName": "hostIPC", + "type": "boolean" + }, + { + "name": "hostNetwork", + "baseName": "hostNetwork", + "type": "boolean" + }, + { + "name": "hostPID", + "baseName": "hostPID", + "type": "boolean" + }, + { + "name": "hostPorts", + "baseName": "hostPorts", + "type": "Array" + }, + { + "name": "privileged", + "baseName": "privileged", + "type": "boolean" + }, + { + "name": "readOnlyRootFilesystem", + "baseName": "readOnlyRootFilesystem", + "type": "boolean" + }, + { + "name": "requiredDropCapabilities", + "baseName": "requiredDropCapabilities", + "type": "Array" + }, + { + "name": "runAsGroup", + "baseName": "runAsGroup", + "type": "ExtensionsV1beta1RunAsGroupStrategyOptions" + }, + { + "name": "runAsUser", + "baseName": "runAsUser", + "type": "ExtensionsV1beta1RunAsUserStrategyOptions" + }, + { + "name": "runtimeClass", + "baseName": "runtimeClass", + "type": "ExtensionsV1beta1RuntimeClassStrategyOptions" + }, + { + "name": "seLinux", + "baseName": "seLinux", + "type": "ExtensionsV1beta1SELinuxStrategyOptions" + }, + { + "name": "supplementalGroups", + "baseName": "supplementalGroups", + "type": "ExtensionsV1beta1SupplementalGroupsStrategyOptions" + }, + { + "name": "volumes", + "baseName": "volumes", + "type": "Array" + } +]; +exports.ExtensionsV1beta1PodSecurityPolicySpec = ExtensionsV1beta1PodSecurityPolicySpec; +//# sourceMappingURL=extensionsV1beta1PodSecurityPolicySpec.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js.map b/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js.map new file mode 100644 index 0000000000..84bfe3cf89 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1PodSecurityPolicySpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1PodSecurityPolicySpec.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1PodSecurityPolicySpec.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RollbackConfig.d.ts b/dist/gen/model/extensionsV1beta1RollbackConfig.d.ts new file mode 100644 index 0000000000..aa6a828ec6 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RollbackConfig.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DEPRECATED. +*/ +export declare class ExtensionsV1beta1RollbackConfig { + /** + * The revision to rollback to. If set to 0, rollback to the last revision. + */ + 'revision'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1RollbackConfig.js b/dist/gen/model/extensionsV1beta1RollbackConfig.js new file mode 100644 index 0000000000..33e7549a19 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RollbackConfig.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED. +*/ +class ExtensionsV1beta1RollbackConfig { + static getAttributeTypeMap() { + return ExtensionsV1beta1RollbackConfig.attributeTypeMap; + } +} +ExtensionsV1beta1RollbackConfig.discriminator = undefined; +ExtensionsV1beta1RollbackConfig.attributeTypeMap = [ + { + "name": "revision", + "baseName": "revision", + "type": "number" + } +]; +exports.ExtensionsV1beta1RollbackConfig = ExtensionsV1beta1RollbackConfig; +//# sourceMappingURL=extensionsV1beta1RollbackConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RollbackConfig.js.map b/dist/gen/model/extensionsV1beta1RollbackConfig.js.map new file mode 100644 index 0000000000..3e16e4e179 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RollbackConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1RollbackConfig.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1RollbackConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,+BAA+B;IAexC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAXM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,0EAkBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.d.ts b/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.d.ts new file mode 100644 index 0000000000..24ccb50866 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Spec to control the desired behavior of rolling update. +*/ +export declare class ExtensionsV1beta1RollingUpdateDeployment { + /** + * The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + */ + 'maxSurge'?: object; + /** + * The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + */ + 'maxUnavailable'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js b/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js new file mode 100644 index 0000000000..f8e180019e --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Spec to control the desired behavior of rolling update. +*/ +class ExtensionsV1beta1RollingUpdateDeployment { + static getAttributeTypeMap() { + return ExtensionsV1beta1RollingUpdateDeployment.attributeTypeMap; + } +} +ExtensionsV1beta1RollingUpdateDeployment.discriminator = undefined; +ExtensionsV1beta1RollingUpdateDeployment.attributeTypeMap = [ + { + "name": "maxSurge", + "baseName": "maxSurge", + "type": "object" + }, + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + } +]; +exports.ExtensionsV1beta1RollingUpdateDeployment = ExtensionsV1beta1RollingUpdateDeployment; +//# sourceMappingURL=extensionsV1beta1RollingUpdateDeployment.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js.map b/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js.map new file mode 100644 index 0000000000..b2c347274e --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RollingUpdateDeployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1RollingUpdateDeployment.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1RollingUpdateDeployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wCAAwC;IAwBjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AAhBM,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,4FA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.d.ts b/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.d.ts new file mode 100644 index 0000000000..902a7eb5ea --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1IDRange } from './extensionsV1beta1IDRange'; +/** +* RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead. +*/ +export declare class ExtensionsV1beta1RunAsGroupStrategyOptions { + /** + * ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate the allowable RunAsGroup values that may be set. + */ + 'rule': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js b/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js new file mode 100644 index 0000000000..bad2e3fb8c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead. +*/ +class ExtensionsV1beta1RunAsGroupStrategyOptions { + static getAttributeTypeMap() { + return ExtensionsV1beta1RunAsGroupStrategyOptions.attributeTypeMap; + } +} +ExtensionsV1beta1RunAsGroupStrategyOptions.discriminator = undefined; +ExtensionsV1beta1RunAsGroupStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.ExtensionsV1beta1RunAsGroupStrategyOptions = ExtensionsV1beta1RunAsGroupStrategyOptions; +//# sourceMappingURL=extensionsV1beta1RunAsGroupStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js.map b/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js.map new file mode 100644 index 0000000000..99e11ecdd7 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1RunAsGroupStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1RunAsGroupStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,0CAA0C;IAwBnD,MAAM,CAAC,mBAAmB;QACtB,OAAO,0CAA0C,CAAC,gBAAgB,CAAC;IACvE,CAAC;;AAhBM,wDAAa,GAAuB,SAAS,CAAC;AAE9C,2DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,gGA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.d.ts b/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.d.ts new file mode 100644 index 0000000000..0b17eba6b0 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1IDRange } from './extensionsV1beta1IDRange'; +/** +* RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead. +*/ +export declare class ExtensionsV1beta1RunAsUserStrategyOptions { + /** + * ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate the allowable RunAsUser values that may be set. + */ + 'rule': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js b/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js new file mode 100644 index 0000000000..3a450f48a2 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead. +*/ +class ExtensionsV1beta1RunAsUserStrategyOptions { + static getAttributeTypeMap() { + return ExtensionsV1beta1RunAsUserStrategyOptions.attributeTypeMap; + } +} +ExtensionsV1beta1RunAsUserStrategyOptions.discriminator = undefined; +ExtensionsV1beta1RunAsUserStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.ExtensionsV1beta1RunAsUserStrategyOptions = ExtensionsV1beta1RunAsUserStrategyOptions; +//# sourceMappingURL=extensionsV1beta1RunAsUserStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js.map b/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js.map new file mode 100644 index 0000000000..e533387294 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RunAsUserStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1RunAsUserStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1RunAsUserStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,yCAAyC;IAwBlD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AAhBM,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,8FA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.d.ts b/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.d.ts new file mode 100644 index 0000000000..4857ec26f1 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod. +*/ +export declare class ExtensionsV1beta1RuntimeClassStrategyOptions { + /** + * allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of \"*\" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset. + */ + 'allowedRuntimeClassNames': Array; + /** + * defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. + */ + 'defaultRuntimeClassName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js b/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js new file mode 100644 index 0000000000..caf4c40c56 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod. +*/ +class ExtensionsV1beta1RuntimeClassStrategyOptions { + static getAttributeTypeMap() { + return ExtensionsV1beta1RuntimeClassStrategyOptions.attributeTypeMap; + } +} +ExtensionsV1beta1RuntimeClassStrategyOptions.discriminator = undefined; +ExtensionsV1beta1RuntimeClassStrategyOptions.attributeTypeMap = [ + { + "name": "allowedRuntimeClassNames", + "baseName": "allowedRuntimeClassNames", + "type": "Array" + }, + { + "name": "defaultRuntimeClassName", + "baseName": "defaultRuntimeClassName", + "type": "string" + } +]; +exports.ExtensionsV1beta1RuntimeClassStrategyOptions = ExtensionsV1beta1RuntimeClassStrategyOptions; +//# sourceMappingURL=extensionsV1beta1RuntimeClassStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js.map b/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js.map new file mode 100644 index 0000000000..4eae26adc1 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1RuntimeClassStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1RuntimeClassStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,4CAA4C;IAwBrD,MAAM,CAAC,mBAAmB;QACtB,OAAO,4CAA4C,CAAC,gBAAgB,CAAC;IACzE,CAAC;;AAhBM,0DAAa,GAAuB,SAAS,CAAC;AAE9C,6DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,oGA2BC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.d.ts b/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.d.ts new file mode 100644 index 0000000000..71644b55d4 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SELinuxOptions } from './v1SELinuxOptions'; +/** +* SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead. +*/ +export declare class ExtensionsV1beta1SELinuxStrategyOptions { + /** + * rule is the strategy that will dictate the allowable labels that may be set. + */ + 'rule': string; + 'seLinuxOptions'?: V1SELinuxOptions; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js b/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js new file mode 100644 index 0000000000..0c0e97190c --- /dev/null +++ b/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead. +*/ +class ExtensionsV1beta1SELinuxStrategyOptions { + static getAttributeTypeMap() { + return ExtensionsV1beta1SELinuxStrategyOptions.attributeTypeMap; + } +} +ExtensionsV1beta1SELinuxStrategyOptions.discriminator = undefined; +ExtensionsV1beta1SELinuxStrategyOptions.attributeTypeMap = [ + { + "name": "rule", + "baseName": "rule", + "type": "string" + }, + { + "name": "seLinuxOptions", + "baseName": "seLinuxOptions", + "type": "V1SELinuxOptions" + } +]; +exports.ExtensionsV1beta1SELinuxStrategyOptions = ExtensionsV1beta1SELinuxStrategyOptions; +//# sourceMappingURL=extensionsV1beta1SELinuxStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js.map b/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js.map new file mode 100644 index 0000000000..fb7c1666c1 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1SELinuxStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1SELinuxStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1SELinuxStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uCAAuC;IAqBhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AAhBM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AAnBf,0FAwBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1Scale.d.ts b/dist/gen/model/extensionsV1beta1Scale.d.ts new file mode 100644 index 0000000000..aea66bfda7 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Scale.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1ScaleSpec } from './extensionsV1beta1ScaleSpec'; +import { ExtensionsV1beta1ScaleStatus } from './extensionsV1beta1ScaleStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* represents a scaling request for a resource. +*/ +export declare class ExtensionsV1beta1Scale { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: ExtensionsV1beta1ScaleSpec; + 'status'?: ExtensionsV1beta1ScaleStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1Scale.js b/dist/gen/model/extensionsV1beta1Scale.js new file mode 100644 index 0000000000..050bd5573d --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Scale.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* represents a scaling request for a resource. +*/ +class ExtensionsV1beta1Scale { + static getAttributeTypeMap() { + return ExtensionsV1beta1Scale.attributeTypeMap; + } +} +ExtensionsV1beta1Scale.discriminator = undefined; +ExtensionsV1beta1Scale.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "ExtensionsV1beta1ScaleSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "ExtensionsV1beta1ScaleStatus" + } +]; +exports.ExtensionsV1beta1Scale = ExtensionsV1beta1Scale; +//# sourceMappingURL=extensionsV1beta1Scale.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1Scale.js.map b/dist/gen/model/extensionsV1beta1Scale.js.map new file mode 100644 index 0000000000..008b181aae --- /dev/null +++ b/dist/gen/model/extensionsV1beta1Scale.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1Scale.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1Scale.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,sBAAsB;IA0C/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA/BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,8BAA8B;KACzC;CAAK,CAAC;AAxCf,wDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1ScaleSpec.d.ts b/dist/gen/model/extensionsV1beta1ScaleSpec.d.ts new file mode 100644 index 0000000000..1f183a6441 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1ScaleSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* describes the attributes of a scale subresource +*/ +export declare class ExtensionsV1beta1ScaleSpec { + /** + * desired number of instances for the scaled object. + */ + 'replicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1ScaleSpec.js b/dist/gen/model/extensionsV1beta1ScaleSpec.js new file mode 100644 index 0000000000..4f189209a2 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1ScaleSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* describes the attributes of a scale subresource +*/ +class ExtensionsV1beta1ScaleSpec { + static getAttributeTypeMap() { + return ExtensionsV1beta1ScaleSpec.attributeTypeMap; + } +} +ExtensionsV1beta1ScaleSpec.discriminator = undefined; +ExtensionsV1beta1ScaleSpec.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.ExtensionsV1beta1ScaleSpec = ExtensionsV1beta1ScaleSpec; +//# sourceMappingURL=extensionsV1beta1ScaleSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1ScaleSpec.js.map b/dist/gen/model/extensionsV1beta1ScaleSpec.js.map new file mode 100644 index 0000000000..373e28d208 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1ScaleSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1ScaleSpec.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1ScaleSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAenC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAXM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,gEAkBC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1ScaleStatus.d.ts b/dist/gen/model/extensionsV1beta1ScaleStatus.d.ts new file mode 100644 index 0000000000..977cb412ba --- /dev/null +++ b/dist/gen/model/extensionsV1beta1ScaleStatus.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* represents the current status of a scale subresource. +*/ +export declare class ExtensionsV1beta1ScaleStatus { + /** + * actual number of observed instances of the scaled object. + */ + 'replicas': number; + /** + * label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors + */ + 'selector'?: { + [key: string]: string; + }; + /** + * label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + */ + 'targetSelector'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1ScaleStatus.js b/dist/gen/model/extensionsV1beta1ScaleStatus.js new file mode 100644 index 0000000000..2c7fb08d28 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1ScaleStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* represents the current status of a scale subresource. +*/ +class ExtensionsV1beta1ScaleStatus { + static getAttributeTypeMap() { + return ExtensionsV1beta1ScaleStatus.attributeTypeMap; + } +} +ExtensionsV1beta1ScaleStatus.discriminator = undefined; +ExtensionsV1beta1ScaleStatus.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "{ [key: string]: string; }" + }, + { + "name": "targetSelector", + "baseName": "targetSelector", + "type": "string" + } +]; +exports.ExtensionsV1beta1ScaleStatus = ExtensionsV1beta1ScaleStatus; +//# sourceMappingURL=extensionsV1beta1ScaleStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1ScaleStatus.js.map b/dist/gen/model/extensionsV1beta1ScaleStatus.js.map new file mode 100644 index 0000000000..d50293d09b --- /dev/null +++ b/dist/gen/model/extensionsV1beta1ScaleStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1ScaleStatus.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1ScaleStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,4BAA4B;IAiCrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AArBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,oEAoCC"} \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.d.ts b/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.d.ts new file mode 100644 index 0000000000..58e5417151 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ExtensionsV1beta1IDRange } from './extensionsV1beta1IDRange'; +/** +* SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead. +*/ +export declare class ExtensionsV1beta1SupplementalGroupsStrategyOptions { + /** + * ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. + */ + 'rule'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js b/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js new file mode 100644 index 0000000000..166aeac804 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead. +*/ +class ExtensionsV1beta1SupplementalGroupsStrategyOptions { + static getAttributeTypeMap() { + return ExtensionsV1beta1SupplementalGroupsStrategyOptions.attributeTypeMap; + } +} +ExtensionsV1beta1SupplementalGroupsStrategyOptions.discriminator = undefined; +ExtensionsV1beta1SupplementalGroupsStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.ExtensionsV1beta1SupplementalGroupsStrategyOptions = ExtensionsV1beta1SupplementalGroupsStrategyOptions; +//# sourceMappingURL=extensionsV1beta1SupplementalGroupsStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js.map b/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js.map new file mode 100644 index 0000000000..bb52fa75f5 --- /dev/null +++ b/dist/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"extensionsV1beta1SupplementalGroupsStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/extensionsV1beta1SupplementalGroupsStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kDAAkD;IAwB3D,MAAM,CAAC,mBAAmB;QACtB,OAAO,kDAAkD,CAAC,gBAAgB,CAAC;IAC/E,CAAC;;AAhBM,gEAAa,GAAuB,SAAS,CAAC;AAE9C,mEAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,gHA2BC"} \ No newline at end of file diff --git a/dist/gen/model/models.d.ts b/dist/gen/model/models.d.ts new file mode 100644 index 0000000000..d743d28bba --- /dev/null +++ b/dist/gen/model/models.d.ts @@ -0,0 +1,637 @@ +export * from './admissionregistrationV1beta1ServiceReference'; +export * from './admissionregistrationV1beta1WebhookClientConfig'; +export * from './apiextensionsV1beta1ServiceReference'; +export * from './apiextensionsV1beta1WebhookClientConfig'; +export * from './apiregistrationV1beta1ServiceReference'; +export * from './appsV1beta1Deployment'; +export * from './appsV1beta1DeploymentCondition'; +export * from './appsV1beta1DeploymentList'; +export * from './appsV1beta1DeploymentRollback'; +export * from './appsV1beta1DeploymentSpec'; +export * from './appsV1beta1DeploymentStatus'; +export * from './appsV1beta1DeploymentStrategy'; +export * from './appsV1beta1RollbackConfig'; +export * from './appsV1beta1RollingUpdateDeployment'; +export * from './appsV1beta1Scale'; +export * from './appsV1beta1ScaleSpec'; +export * from './appsV1beta1ScaleStatus'; +export * from './extensionsV1beta1AllowedCSIDriver'; +export * from './extensionsV1beta1AllowedFlexVolume'; +export * from './extensionsV1beta1AllowedHostPath'; +export * from './extensionsV1beta1Deployment'; +export * from './extensionsV1beta1DeploymentCondition'; +export * from './extensionsV1beta1DeploymentList'; +export * from './extensionsV1beta1DeploymentRollback'; +export * from './extensionsV1beta1DeploymentSpec'; +export * from './extensionsV1beta1DeploymentStatus'; +export * from './extensionsV1beta1DeploymentStrategy'; +export * from './extensionsV1beta1FSGroupStrategyOptions'; +export * from './extensionsV1beta1HTTPIngressPath'; +export * from './extensionsV1beta1HTTPIngressRuleValue'; +export * from './extensionsV1beta1HostPortRange'; +export * from './extensionsV1beta1IDRange'; +export * from './extensionsV1beta1Ingress'; +export * from './extensionsV1beta1IngressBackend'; +export * from './extensionsV1beta1IngressList'; +export * from './extensionsV1beta1IngressRule'; +export * from './extensionsV1beta1IngressSpec'; +export * from './extensionsV1beta1IngressStatus'; +export * from './extensionsV1beta1IngressTLS'; +export * from './extensionsV1beta1PodSecurityPolicy'; +export * from './extensionsV1beta1PodSecurityPolicyList'; +export * from './extensionsV1beta1PodSecurityPolicySpec'; +export * from './extensionsV1beta1RollbackConfig'; +export * from './extensionsV1beta1RollingUpdateDeployment'; +export * from './extensionsV1beta1RunAsGroupStrategyOptions'; +export * from './extensionsV1beta1RunAsUserStrategyOptions'; +export * from './extensionsV1beta1RuntimeClassStrategyOptions'; +export * from './extensionsV1beta1SELinuxStrategyOptions'; +export * from './extensionsV1beta1Scale'; +export * from './extensionsV1beta1ScaleSpec'; +export * from './extensionsV1beta1ScaleStatus'; +export * from './extensionsV1beta1SupplementalGroupsStrategyOptions'; +export * from './networkingV1beta1HTTPIngressPath'; +export * from './networkingV1beta1HTTPIngressRuleValue'; +export * from './networkingV1beta1Ingress'; +export * from './networkingV1beta1IngressBackend'; +export * from './networkingV1beta1IngressList'; +export * from './networkingV1beta1IngressRule'; +export * from './networkingV1beta1IngressSpec'; +export * from './networkingV1beta1IngressStatus'; +export * from './networkingV1beta1IngressTLS'; +export * from './policyV1beta1AllowedCSIDriver'; +export * from './policyV1beta1AllowedFlexVolume'; +export * from './policyV1beta1AllowedHostPath'; +export * from './policyV1beta1FSGroupStrategyOptions'; +export * from './policyV1beta1HostPortRange'; +export * from './policyV1beta1IDRange'; +export * from './policyV1beta1PodSecurityPolicy'; +export * from './policyV1beta1PodSecurityPolicyList'; +export * from './policyV1beta1PodSecurityPolicySpec'; +export * from './policyV1beta1RunAsGroupStrategyOptions'; +export * from './policyV1beta1RunAsUserStrategyOptions'; +export * from './policyV1beta1RuntimeClassStrategyOptions'; +export * from './policyV1beta1SELinuxStrategyOptions'; +export * from './policyV1beta1SupplementalGroupsStrategyOptions'; +export * from './runtimeRawExtension'; +export * from './v1APIGroup'; +export * from './v1APIGroupList'; +export * from './v1APIResource'; +export * from './v1APIResourceList'; +export * from './v1APIService'; +export * from './v1APIServiceCondition'; +export * from './v1APIServiceList'; +export * from './v1APIServiceSpec'; +export * from './v1APIServiceStatus'; +export * from './v1APIVersions'; +export * from './v1AWSElasticBlockStoreVolumeSource'; +export * from './v1Affinity'; +export * from './v1AggregationRule'; +export * from './v1AttachedVolume'; +export * from './v1AzureDiskVolumeSource'; +export * from './v1AzureFilePersistentVolumeSource'; +export * from './v1AzureFileVolumeSource'; +export * from './v1Binding'; +export * from './v1CSIPersistentVolumeSource'; +export * from './v1CSIVolumeSource'; +export * from './v1Capabilities'; +export * from './v1CephFSPersistentVolumeSource'; +export * from './v1CephFSVolumeSource'; +export * from './v1CinderPersistentVolumeSource'; +export * from './v1CinderVolumeSource'; +export * from './v1ClientIPConfig'; +export * from './v1ClusterRole'; +export * from './v1ClusterRoleBinding'; +export * from './v1ClusterRoleBindingList'; +export * from './v1ClusterRoleList'; +export * from './v1ComponentCondition'; +export * from './v1ComponentStatus'; +export * from './v1ComponentStatusList'; +export * from './v1ConfigMap'; +export * from './v1ConfigMapEnvSource'; +export * from './v1ConfigMapKeySelector'; +export * from './v1ConfigMapList'; +export * from './v1ConfigMapNodeConfigSource'; +export * from './v1ConfigMapProjection'; +export * from './v1ConfigMapVolumeSource'; +export * from './v1Container'; +export * from './v1ContainerImage'; +export * from './v1ContainerPort'; +export * from './v1ContainerState'; +export * from './v1ContainerStateRunning'; +export * from './v1ContainerStateTerminated'; +export * from './v1ContainerStateWaiting'; +export * from './v1ContainerStatus'; +export * from './v1ControllerRevision'; +export * from './v1ControllerRevisionList'; +export * from './v1CrossVersionObjectReference'; +export * from './v1DaemonEndpoint'; +export * from './v1DaemonSet'; +export * from './v1DaemonSetCondition'; +export * from './v1DaemonSetList'; +export * from './v1DaemonSetSpec'; +export * from './v1DaemonSetStatus'; +export * from './v1DaemonSetUpdateStrategy'; +export * from './v1DeleteOptions'; +export * from './v1Deployment'; +export * from './v1DeploymentCondition'; +export * from './v1DeploymentList'; +export * from './v1DeploymentSpec'; +export * from './v1DeploymentStatus'; +export * from './v1DeploymentStrategy'; +export * from './v1DownwardAPIProjection'; +export * from './v1DownwardAPIVolumeFile'; +export * from './v1DownwardAPIVolumeSource'; +export * from './v1EmptyDirVolumeSource'; +export * from './v1EndpointAddress'; +export * from './v1EndpointPort'; +export * from './v1EndpointSubset'; +export * from './v1Endpoints'; +export * from './v1EndpointsList'; +export * from './v1EnvFromSource'; +export * from './v1EnvVar'; +export * from './v1EnvVarSource'; +export * from './v1Event'; +export * from './v1EventList'; +export * from './v1EventSeries'; +export * from './v1EventSource'; +export * from './v1ExecAction'; +export * from './v1FCVolumeSource'; +export * from './v1FlexPersistentVolumeSource'; +export * from './v1FlexVolumeSource'; +export * from './v1FlockerVolumeSource'; +export * from './v1GCEPersistentDiskVolumeSource'; +export * from './v1GitRepoVolumeSource'; +export * from './v1GlusterfsPersistentVolumeSource'; +export * from './v1GlusterfsVolumeSource'; +export * from './v1GroupVersionForDiscovery'; +export * from './v1HTTPGetAction'; +export * from './v1HTTPHeader'; +export * from './v1Handler'; +export * from './v1HorizontalPodAutoscaler'; +export * from './v1HorizontalPodAutoscalerList'; +export * from './v1HorizontalPodAutoscalerSpec'; +export * from './v1HorizontalPodAutoscalerStatus'; +export * from './v1HostAlias'; +export * from './v1HostPathVolumeSource'; +export * from './v1IPBlock'; +export * from './v1ISCSIPersistentVolumeSource'; +export * from './v1ISCSIVolumeSource'; +export * from './v1Initializer'; +export * from './v1Initializers'; +export * from './v1Job'; +export * from './v1JobCondition'; +export * from './v1JobList'; +export * from './v1JobSpec'; +export * from './v1JobStatus'; +export * from './v1KeyToPath'; +export * from './v1LabelSelector'; +export * from './v1LabelSelectorRequirement'; +export * from './v1Lease'; +export * from './v1LeaseList'; +export * from './v1LeaseSpec'; +export * from './v1Lifecycle'; +export * from './v1LimitRange'; +export * from './v1LimitRangeItem'; +export * from './v1LimitRangeList'; +export * from './v1LimitRangeSpec'; +export * from './v1ListMeta'; +export * from './v1LoadBalancerIngress'; +export * from './v1LoadBalancerStatus'; +export * from './v1LocalObjectReference'; +export * from './v1LocalSubjectAccessReview'; +export * from './v1LocalVolumeSource'; +export * from './v1ManagedFieldsEntry'; +export * from './v1NFSVolumeSource'; +export * from './v1Namespace'; +export * from './v1NamespaceList'; +export * from './v1NamespaceSpec'; +export * from './v1NamespaceStatus'; +export * from './v1NetworkPolicy'; +export * from './v1NetworkPolicyEgressRule'; +export * from './v1NetworkPolicyIngressRule'; +export * from './v1NetworkPolicyList'; +export * from './v1NetworkPolicyPeer'; +export * from './v1NetworkPolicyPort'; +export * from './v1NetworkPolicySpec'; +export * from './v1Node'; +export * from './v1NodeAddress'; +export * from './v1NodeAffinity'; +export * from './v1NodeCondition'; +export * from './v1NodeConfigSource'; +export * from './v1NodeConfigStatus'; +export * from './v1NodeDaemonEndpoints'; +export * from './v1NodeList'; +export * from './v1NodeSelector'; +export * from './v1NodeSelectorRequirement'; +export * from './v1NodeSelectorTerm'; +export * from './v1NodeSpec'; +export * from './v1NodeStatus'; +export * from './v1NodeSystemInfo'; +export * from './v1NonResourceAttributes'; +export * from './v1NonResourceRule'; +export * from './v1ObjectFieldSelector'; +export * from './v1ObjectMeta'; +export * from './v1ObjectReference'; +export * from './v1OwnerReference'; +export * from './v1PersistentVolume'; +export * from './v1PersistentVolumeClaim'; +export * from './v1PersistentVolumeClaimCondition'; +export * from './v1PersistentVolumeClaimList'; +export * from './v1PersistentVolumeClaimSpec'; +export * from './v1PersistentVolumeClaimStatus'; +export * from './v1PersistentVolumeClaimVolumeSource'; +export * from './v1PersistentVolumeList'; +export * from './v1PersistentVolumeSpec'; +export * from './v1PersistentVolumeStatus'; +export * from './v1PhotonPersistentDiskVolumeSource'; +export * from './v1Pod'; +export * from './v1PodAffinity'; +export * from './v1PodAffinityTerm'; +export * from './v1PodAntiAffinity'; +export * from './v1PodCondition'; +export * from './v1PodDNSConfig'; +export * from './v1PodDNSConfigOption'; +export * from './v1PodList'; +export * from './v1PodReadinessGate'; +export * from './v1PodSecurityContext'; +export * from './v1PodSpec'; +export * from './v1PodStatus'; +export * from './v1PodTemplate'; +export * from './v1PodTemplateList'; +export * from './v1PodTemplateSpec'; +export * from './v1PolicyRule'; +export * from './v1PortworxVolumeSource'; +export * from './v1Preconditions'; +export * from './v1PreferredSchedulingTerm'; +export * from './v1PriorityClass'; +export * from './v1PriorityClassList'; +export * from './v1Probe'; +export * from './v1ProjectedVolumeSource'; +export * from './v1QuobyteVolumeSource'; +export * from './v1RBDPersistentVolumeSource'; +export * from './v1RBDVolumeSource'; +export * from './v1ReplicaSet'; +export * from './v1ReplicaSetCondition'; +export * from './v1ReplicaSetList'; +export * from './v1ReplicaSetSpec'; +export * from './v1ReplicaSetStatus'; +export * from './v1ReplicationController'; +export * from './v1ReplicationControllerCondition'; +export * from './v1ReplicationControllerList'; +export * from './v1ReplicationControllerSpec'; +export * from './v1ReplicationControllerStatus'; +export * from './v1ResourceAttributes'; +export * from './v1ResourceFieldSelector'; +export * from './v1ResourceQuota'; +export * from './v1ResourceQuotaList'; +export * from './v1ResourceQuotaSpec'; +export * from './v1ResourceQuotaStatus'; +export * from './v1ResourceRequirements'; +export * from './v1ResourceRule'; +export * from './v1Role'; +export * from './v1RoleBinding'; +export * from './v1RoleBindingList'; +export * from './v1RoleList'; +export * from './v1RoleRef'; +export * from './v1RollingUpdateDaemonSet'; +export * from './v1RollingUpdateDeployment'; +export * from './v1RollingUpdateStatefulSetStrategy'; +export * from './v1SELinuxOptions'; +export * from './v1Scale'; +export * from './v1ScaleIOPersistentVolumeSource'; +export * from './v1ScaleIOVolumeSource'; +export * from './v1ScaleSpec'; +export * from './v1ScaleStatus'; +export * from './v1ScopeSelector'; +export * from './v1ScopedResourceSelectorRequirement'; +export * from './v1Secret'; +export * from './v1SecretEnvSource'; +export * from './v1SecretKeySelector'; +export * from './v1SecretList'; +export * from './v1SecretProjection'; +export * from './v1SecretReference'; +export * from './v1SecretVolumeSource'; +export * from './v1SecurityContext'; +export * from './v1SelfSubjectAccessReview'; +export * from './v1SelfSubjectAccessReviewSpec'; +export * from './v1SelfSubjectRulesReview'; +export * from './v1SelfSubjectRulesReviewSpec'; +export * from './v1ServerAddressByClientCIDR'; +export * from './v1Service'; +export * from './v1ServiceAccount'; +export * from './v1ServiceAccountList'; +export * from './v1ServiceAccountTokenProjection'; +export * from './v1ServiceList'; +export * from './v1ServicePort'; +export * from './v1ServiceReference'; +export * from './v1ServiceSpec'; +export * from './v1ServiceStatus'; +export * from './v1SessionAffinityConfig'; +export * from './v1StatefulSet'; +export * from './v1StatefulSetCondition'; +export * from './v1StatefulSetList'; +export * from './v1StatefulSetSpec'; +export * from './v1StatefulSetStatus'; +export * from './v1StatefulSetUpdateStrategy'; +export * from './v1Status'; +export * from './v1StatusCause'; +export * from './v1StatusDetails'; +export * from './v1StorageClass'; +export * from './v1StorageClassList'; +export * from './v1StorageOSPersistentVolumeSource'; +export * from './v1StorageOSVolumeSource'; +export * from './v1Subject'; +export * from './v1SubjectAccessReview'; +export * from './v1SubjectAccessReviewSpec'; +export * from './v1SubjectAccessReviewStatus'; +export * from './v1SubjectRulesReviewStatus'; +export * from './v1Sysctl'; +export * from './v1TCPSocketAction'; +export * from './v1Taint'; +export * from './v1TokenReview'; +export * from './v1TokenReviewSpec'; +export * from './v1TokenReviewStatus'; +export * from './v1Toleration'; +export * from './v1TopologySelectorLabelRequirement'; +export * from './v1TopologySelectorTerm'; +export * from './v1TypedLocalObjectReference'; +export * from './v1UserInfo'; +export * from './v1Volume'; +export * from './v1VolumeAttachment'; +export * from './v1VolumeAttachmentList'; +export * from './v1VolumeAttachmentSource'; +export * from './v1VolumeAttachmentSpec'; +export * from './v1VolumeAttachmentStatus'; +export * from './v1VolumeDevice'; +export * from './v1VolumeError'; +export * from './v1VolumeMount'; +export * from './v1VolumeNodeAffinity'; +export * from './v1VolumeProjection'; +export * from './v1VsphereVirtualDiskVolumeSource'; +export * from './v1WatchEvent'; +export * from './v1WeightedPodAffinityTerm'; +export * from './v1WindowsSecurityContextOptions'; +export * from './v1alpha1AggregationRule'; +export * from './v1alpha1AuditSink'; +export * from './v1alpha1AuditSinkList'; +export * from './v1alpha1AuditSinkSpec'; +export * from './v1alpha1ClusterRole'; +export * from './v1alpha1ClusterRoleBinding'; +export * from './v1alpha1ClusterRoleBindingList'; +export * from './v1alpha1ClusterRoleList'; +export * from './v1alpha1PodPreset'; +export * from './v1alpha1PodPresetList'; +export * from './v1alpha1PodPresetSpec'; +export * from './v1alpha1Policy'; +export * from './v1alpha1PolicyRule'; +export * from './v1alpha1PriorityClass'; +export * from './v1alpha1PriorityClassList'; +export * from './v1alpha1Role'; +export * from './v1alpha1RoleBinding'; +export * from './v1alpha1RoleBindingList'; +export * from './v1alpha1RoleList'; +export * from './v1alpha1RoleRef'; +export * from './v1alpha1RuntimeClass'; +export * from './v1alpha1RuntimeClassList'; +export * from './v1alpha1RuntimeClassSpec'; +export * from './v1alpha1ServiceReference'; +export * from './v1alpha1Subject'; +export * from './v1alpha1VolumeAttachment'; +export * from './v1alpha1VolumeAttachmentList'; +export * from './v1alpha1VolumeAttachmentSource'; +export * from './v1alpha1VolumeAttachmentSpec'; +export * from './v1alpha1VolumeAttachmentStatus'; +export * from './v1alpha1VolumeError'; +export * from './v1alpha1Webhook'; +export * from './v1alpha1WebhookClientConfig'; +export * from './v1alpha1WebhookThrottleConfig'; +export * from './v1beta1APIService'; +export * from './v1beta1APIServiceCondition'; +export * from './v1beta1APIServiceList'; +export * from './v1beta1APIServiceSpec'; +export * from './v1beta1APIServiceStatus'; +export * from './v1beta1AggregationRule'; +export * from './v1beta1CSIDriver'; +export * from './v1beta1CSIDriverList'; +export * from './v1beta1CSIDriverSpec'; +export * from './v1beta1CSINode'; +export * from './v1beta1CSINodeDriver'; +export * from './v1beta1CSINodeList'; +export * from './v1beta1CSINodeSpec'; +export * from './v1beta1CertificateSigningRequest'; +export * from './v1beta1CertificateSigningRequestCondition'; +export * from './v1beta1CertificateSigningRequestList'; +export * from './v1beta1CertificateSigningRequestSpec'; +export * from './v1beta1CertificateSigningRequestStatus'; +export * from './v1beta1ClusterRole'; +export * from './v1beta1ClusterRoleBinding'; +export * from './v1beta1ClusterRoleBindingList'; +export * from './v1beta1ClusterRoleList'; +export * from './v1beta1ControllerRevision'; +export * from './v1beta1ControllerRevisionList'; +export * from './v1beta1CronJob'; +export * from './v1beta1CronJobList'; +export * from './v1beta1CronJobSpec'; +export * from './v1beta1CronJobStatus'; +export * from './v1beta1CustomResourceColumnDefinition'; +export * from './v1beta1CustomResourceConversion'; +export * from './v1beta1CustomResourceDefinition'; +export * from './v1beta1CustomResourceDefinitionCondition'; +export * from './v1beta1CustomResourceDefinitionList'; +export * from './v1beta1CustomResourceDefinitionNames'; +export * from './v1beta1CustomResourceDefinitionSpec'; +export * from './v1beta1CustomResourceDefinitionStatus'; +export * from './v1beta1CustomResourceDefinitionVersion'; +export * from './v1beta1CustomResourceSubresourceScale'; +export * from './v1beta1CustomResourceSubresources'; +export * from './v1beta1CustomResourceValidation'; +export * from './v1beta1DaemonSet'; +export * from './v1beta1DaemonSetCondition'; +export * from './v1beta1DaemonSetList'; +export * from './v1beta1DaemonSetSpec'; +export * from './v1beta1DaemonSetStatus'; +export * from './v1beta1DaemonSetUpdateStrategy'; +export * from './v1beta1Event'; +export * from './v1beta1EventList'; +export * from './v1beta1EventSeries'; +export * from './v1beta1Eviction'; +export * from './v1beta1ExternalDocumentation'; +export * from './v1beta1IPBlock'; +export * from './v1beta1JSONSchemaProps'; +export * from './v1beta1JobTemplateSpec'; +export * from './v1beta1Lease'; +export * from './v1beta1LeaseList'; +export * from './v1beta1LeaseSpec'; +export * from './v1beta1LocalSubjectAccessReview'; +export * from './v1beta1MutatingWebhook'; +export * from './v1beta1MutatingWebhookConfiguration'; +export * from './v1beta1MutatingWebhookConfigurationList'; +export * from './v1beta1NetworkPolicy'; +export * from './v1beta1NetworkPolicyEgressRule'; +export * from './v1beta1NetworkPolicyIngressRule'; +export * from './v1beta1NetworkPolicyList'; +export * from './v1beta1NetworkPolicyPeer'; +export * from './v1beta1NetworkPolicyPort'; +export * from './v1beta1NetworkPolicySpec'; +export * from './v1beta1NonResourceAttributes'; +export * from './v1beta1NonResourceRule'; +export * from './v1beta1PodDisruptionBudget'; +export * from './v1beta1PodDisruptionBudgetList'; +export * from './v1beta1PodDisruptionBudgetSpec'; +export * from './v1beta1PodDisruptionBudgetStatus'; +export * from './v1beta1PolicyRule'; +export * from './v1beta1PriorityClass'; +export * from './v1beta1PriorityClassList'; +export * from './v1beta1ReplicaSet'; +export * from './v1beta1ReplicaSetCondition'; +export * from './v1beta1ReplicaSetList'; +export * from './v1beta1ReplicaSetSpec'; +export * from './v1beta1ReplicaSetStatus'; +export * from './v1beta1ResourceAttributes'; +export * from './v1beta1ResourceRule'; +export * from './v1beta1Role'; +export * from './v1beta1RoleBinding'; +export * from './v1beta1RoleBindingList'; +export * from './v1beta1RoleList'; +export * from './v1beta1RoleRef'; +export * from './v1beta1RollingUpdateDaemonSet'; +export * from './v1beta1RollingUpdateStatefulSetStrategy'; +export * from './v1beta1RuleWithOperations'; +export * from './v1beta1RuntimeClass'; +export * from './v1beta1RuntimeClassList'; +export * from './v1beta1SelfSubjectAccessReview'; +export * from './v1beta1SelfSubjectAccessReviewSpec'; +export * from './v1beta1SelfSubjectRulesReview'; +export * from './v1beta1SelfSubjectRulesReviewSpec'; +export * from './v1beta1StatefulSet'; +export * from './v1beta1StatefulSetCondition'; +export * from './v1beta1StatefulSetList'; +export * from './v1beta1StatefulSetSpec'; +export * from './v1beta1StatefulSetStatus'; +export * from './v1beta1StatefulSetUpdateStrategy'; +export * from './v1beta1StorageClass'; +export * from './v1beta1StorageClassList'; +export * from './v1beta1Subject'; +export * from './v1beta1SubjectAccessReview'; +export * from './v1beta1SubjectAccessReviewSpec'; +export * from './v1beta1SubjectAccessReviewStatus'; +export * from './v1beta1SubjectRulesReviewStatus'; +export * from './v1beta1TokenReview'; +export * from './v1beta1TokenReviewSpec'; +export * from './v1beta1TokenReviewStatus'; +export * from './v1beta1UserInfo'; +export * from './v1beta1ValidatingWebhook'; +export * from './v1beta1ValidatingWebhookConfiguration'; +export * from './v1beta1ValidatingWebhookConfigurationList'; +export * from './v1beta1VolumeAttachment'; +export * from './v1beta1VolumeAttachmentList'; +export * from './v1beta1VolumeAttachmentSource'; +export * from './v1beta1VolumeAttachmentSpec'; +export * from './v1beta1VolumeAttachmentStatus'; +export * from './v1beta1VolumeError'; +export * from './v1beta2ControllerRevision'; +export * from './v1beta2ControllerRevisionList'; +export * from './v1beta2DaemonSet'; +export * from './v1beta2DaemonSetCondition'; +export * from './v1beta2DaemonSetList'; +export * from './v1beta2DaemonSetSpec'; +export * from './v1beta2DaemonSetStatus'; +export * from './v1beta2DaemonSetUpdateStrategy'; +export * from './v1beta2Deployment'; +export * from './v1beta2DeploymentCondition'; +export * from './v1beta2DeploymentList'; +export * from './v1beta2DeploymentSpec'; +export * from './v1beta2DeploymentStatus'; +export * from './v1beta2DeploymentStrategy'; +export * from './v1beta2ReplicaSet'; +export * from './v1beta2ReplicaSetCondition'; +export * from './v1beta2ReplicaSetList'; +export * from './v1beta2ReplicaSetSpec'; +export * from './v1beta2ReplicaSetStatus'; +export * from './v1beta2RollingUpdateDaemonSet'; +export * from './v1beta2RollingUpdateDeployment'; +export * from './v1beta2RollingUpdateStatefulSetStrategy'; +export * from './v1beta2Scale'; +export * from './v1beta2ScaleSpec'; +export * from './v1beta2ScaleStatus'; +export * from './v1beta2StatefulSet'; +export * from './v1beta2StatefulSetCondition'; +export * from './v1beta2StatefulSetList'; +export * from './v1beta2StatefulSetSpec'; +export * from './v1beta2StatefulSetStatus'; +export * from './v1beta2StatefulSetUpdateStrategy'; +export * from './v2alpha1CronJob'; +export * from './v2alpha1CronJobList'; +export * from './v2alpha1CronJobSpec'; +export * from './v2alpha1CronJobStatus'; +export * from './v2alpha1JobTemplateSpec'; +export * from './v2beta1CrossVersionObjectReference'; +export * from './v2beta1ExternalMetricSource'; +export * from './v2beta1ExternalMetricStatus'; +export * from './v2beta1HorizontalPodAutoscaler'; +export * from './v2beta1HorizontalPodAutoscalerCondition'; +export * from './v2beta1HorizontalPodAutoscalerList'; +export * from './v2beta1HorizontalPodAutoscalerSpec'; +export * from './v2beta1HorizontalPodAutoscalerStatus'; +export * from './v2beta1MetricSpec'; +export * from './v2beta1MetricStatus'; +export * from './v2beta1ObjectMetricSource'; +export * from './v2beta1ObjectMetricStatus'; +export * from './v2beta1PodsMetricSource'; +export * from './v2beta1PodsMetricStatus'; +export * from './v2beta1ResourceMetricSource'; +export * from './v2beta1ResourceMetricStatus'; +export * from './v2beta2CrossVersionObjectReference'; +export * from './v2beta2ExternalMetricSource'; +export * from './v2beta2ExternalMetricStatus'; +export * from './v2beta2HorizontalPodAutoscaler'; +export * from './v2beta2HorizontalPodAutoscalerCondition'; +export * from './v2beta2HorizontalPodAutoscalerList'; +export * from './v2beta2HorizontalPodAutoscalerSpec'; +export * from './v2beta2HorizontalPodAutoscalerStatus'; +export * from './v2beta2MetricIdentifier'; +export * from './v2beta2MetricSpec'; +export * from './v2beta2MetricStatus'; +export * from './v2beta2MetricTarget'; +export * from './v2beta2MetricValueStatus'; +export * from './v2beta2ObjectMetricSource'; +export * from './v2beta2ObjectMetricStatus'; +export * from './v2beta2PodsMetricSource'; +export * from './v2beta2PodsMetricStatus'; +export * from './v2beta2ResourceMetricSource'; +export * from './v2beta2ResourceMetricStatus'; +export * from './versionInfo'; +import localVarRequest = require('request'); +export declare class ObjectSerializer { + static findCorrectType(data: any, expectedType: string): any; + static serialize(data: any, type: string): any; + static deserialize(data: any, type: string): any; +} +export interface Authentication { + /** + * Apply authentication settings to header and query params. + */ + applyToRequest(requestOptions: localVarRequest.Options): Promise | void; +} +export declare class HttpBasicAuth implements Authentication { + username: string; + password: string; + applyToRequest(requestOptions: localVarRequest.Options): void; +} +export declare class ApiKeyAuth implements Authentication { + private location; + private paramName; + apiKey: string; + constructor(location: string, paramName: string); + applyToRequest(requestOptions: localVarRequest.Options): void; +} +export declare class OAuth implements Authentication { + accessToken: string; + applyToRequest(requestOptions: localVarRequest.Options): void; +} +export declare class VoidAuth implements Authentication { + username: string; + password: string; + applyToRequest(_: localVarRequest.Options): void; +} diff --git a/dist/gen/model/models.js b/dist/gen/model/models.js new file mode 100644 index 0000000000..a864adc69c --- /dev/null +++ b/dist/gen/model/models.js @@ -0,0 +1,1997 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./admissionregistrationV1beta1ServiceReference"), exports); +tslib_1.__exportStar(require("./admissionregistrationV1beta1WebhookClientConfig"), exports); +tslib_1.__exportStar(require("./apiextensionsV1beta1ServiceReference"), exports); +tslib_1.__exportStar(require("./apiextensionsV1beta1WebhookClientConfig"), exports); +tslib_1.__exportStar(require("./apiregistrationV1beta1ServiceReference"), exports); +tslib_1.__exportStar(require("./appsV1beta1Deployment"), exports); +tslib_1.__exportStar(require("./appsV1beta1DeploymentCondition"), exports); +tslib_1.__exportStar(require("./appsV1beta1DeploymentList"), exports); +tslib_1.__exportStar(require("./appsV1beta1DeploymentRollback"), exports); +tslib_1.__exportStar(require("./appsV1beta1DeploymentSpec"), exports); +tslib_1.__exportStar(require("./appsV1beta1DeploymentStatus"), exports); +tslib_1.__exportStar(require("./appsV1beta1DeploymentStrategy"), exports); +tslib_1.__exportStar(require("./appsV1beta1RollbackConfig"), exports); +tslib_1.__exportStar(require("./appsV1beta1RollingUpdateDeployment"), exports); +tslib_1.__exportStar(require("./appsV1beta1Scale"), exports); +tslib_1.__exportStar(require("./appsV1beta1ScaleSpec"), exports); +tslib_1.__exportStar(require("./appsV1beta1ScaleStatus"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1AllowedCSIDriver"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1AllowedFlexVolume"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1AllowedHostPath"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1Deployment"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1DeploymentCondition"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1DeploymentList"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1DeploymentRollback"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1DeploymentSpec"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1DeploymentStatus"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1DeploymentStrategy"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1FSGroupStrategyOptions"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1HTTPIngressPath"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1HTTPIngressRuleValue"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1HostPortRange"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1IDRange"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1Ingress"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1IngressBackend"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1IngressList"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1IngressRule"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1IngressSpec"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1IngressStatus"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1IngressTLS"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1PodSecurityPolicy"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1PodSecurityPolicyList"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1PodSecurityPolicySpec"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1RollbackConfig"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1RollingUpdateDeployment"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1RunAsGroupStrategyOptions"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1RunAsUserStrategyOptions"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1RuntimeClassStrategyOptions"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1SELinuxStrategyOptions"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1Scale"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1ScaleSpec"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1ScaleStatus"), exports); +tslib_1.__exportStar(require("./extensionsV1beta1SupplementalGroupsStrategyOptions"), exports); +tslib_1.__exportStar(require("./networkingV1beta1HTTPIngressPath"), exports); +tslib_1.__exportStar(require("./networkingV1beta1HTTPIngressRuleValue"), exports); +tslib_1.__exportStar(require("./networkingV1beta1Ingress"), exports); +tslib_1.__exportStar(require("./networkingV1beta1IngressBackend"), exports); +tslib_1.__exportStar(require("./networkingV1beta1IngressList"), exports); +tslib_1.__exportStar(require("./networkingV1beta1IngressRule"), exports); +tslib_1.__exportStar(require("./networkingV1beta1IngressSpec"), exports); +tslib_1.__exportStar(require("./networkingV1beta1IngressStatus"), exports); +tslib_1.__exportStar(require("./networkingV1beta1IngressTLS"), exports); +tslib_1.__exportStar(require("./policyV1beta1AllowedCSIDriver"), exports); +tslib_1.__exportStar(require("./policyV1beta1AllowedFlexVolume"), exports); +tslib_1.__exportStar(require("./policyV1beta1AllowedHostPath"), exports); +tslib_1.__exportStar(require("./policyV1beta1FSGroupStrategyOptions"), exports); +tslib_1.__exportStar(require("./policyV1beta1HostPortRange"), exports); +tslib_1.__exportStar(require("./policyV1beta1IDRange"), exports); +tslib_1.__exportStar(require("./policyV1beta1PodSecurityPolicy"), exports); +tslib_1.__exportStar(require("./policyV1beta1PodSecurityPolicyList"), exports); +tslib_1.__exportStar(require("./policyV1beta1PodSecurityPolicySpec"), exports); +tslib_1.__exportStar(require("./policyV1beta1RunAsGroupStrategyOptions"), exports); +tslib_1.__exportStar(require("./policyV1beta1RunAsUserStrategyOptions"), exports); +tslib_1.__exportStar(require("./policyV1beta1RuntimeClassStrategyOptions"), exports); +tslib_1.__exportStar(require("./policyV1beta1SELinuxStrategyOptions"), exports); +tslib_1.__exportStar(require("./policyV1beta1SupplementalGroupsStrategyOptions"), exports); +tslib_1.__exportStar(require("./runtimeRawExtension"), exports); +tslib_1.__exportStar(require("./v1APIGroup"), exports); +tslib_1.__exportStar(require("./v1APIGroupList"), exports); +tslib_1.__exportStar(require("./v1APIResource"), exports); +tslib_1.__exportStar(require("./v1APIResourceList"), exports); +tslib_1.__exportStar(require("./v1APIService"), exports); +tslib_1.__exportStar(require("./v1APIServiceCondition"), exports); +tslib_1.__exportStar(require("./v1APIServiceList"), exports); +tslib_1.__exportStar(require("./v1APIServiceSpec"), exports); +tslib_1.__exportStar(require("./v1APIServiceStatus"), exports); +tslib_1.__exportStar(require("./v1APIVersions"), exports); +tslib_1.__exportStar(require("./v1AWSElasticBlockStoreVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Affinity"), exports); +tslib_1.__exportStar(require("./v1AggregationRule"), exports); +tslib_1.__exportStar(require("./v1AttachedVolume"), exports); +tslib_1.__exportStar(require("./v1AzureDiskVolumeSource"), exports); +tslib_1.__exportStar(require("./v1AzureFilePersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1AzureFileVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Binding"), exports); +tslib_1.__exportStar(require("./v1CSIPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1CSIVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Capabilities"), exports); +tslib_1.__exportStar(require("./v1CephFSPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1CephFSVolumeSource"), exports); +tslib_1.__exportStar(require("./v1CinderPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1CinderVolumeSource"), exports); +tslib_1.__exportStar(require("./v1ClientIPConfig"), exports); +tslib_1.__exportStar(require("./v1ClusterRole"), exports); +tslib_1.__exportStar(require("./v1ClusterRoleBinding"), exports); +tslib_1.__exportStar(require("./v1ClusterRoleBindingList"), exports); +tslib_1.__exportStar(require("./v1ClusterRoleList"), exports); +tslib_1.__exportStar(require("./v1ComponentCondition"), exports); +tslib_1.__exportStar(require("./v1ComponentStatus"), exports); +tslib_1.__exportStar(require("./v1ComponentStatusList"), exports); +tslib_1.__exportStar(require("./v1ConfigMap"), exports); +tslib_1.__exportStar(require("./v1ConfigMapEnvSource"), exports); +tslib_1.__exportStar(require("./v1ConfigMapKeySelector"), exports); +tslib_1.__exportStar(require("./v1ConfigMapList"), exports); +tslib_1.__exportStar(require("./v1ConfigMapNodeConfigSource"), exports); +tslib_1.__exportStar(require("./v1ConfigMapProjection"), exports); +tslib_1.__exportStar(require("./v1ConfigMapVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Container"), exports); +tslib_1.__exportStar(require("./v1ContainerImage"), exports); +tslib_1.__exportStar(require("./v1ContainerPort"), exports); +tslib_1.__exportStar(require("./v1ContainerState"), exports); +tslib_1.__exportStar(require("./v1ContainerStateRunning"), exports); +tslib_1.__exportStar(require("./v1ContainerStateTerminated"), exports); +tslib_1.__exportStar(require("./v1ContainerStateWaiting"), exports); +tslib_1.__exportStar(require("./v1ContainerStatus"), exports); +tslib_1.__exportStar(require("./v1ControllerRevision"), exports); +tslib_1.__exportStar(require("./v1ControllerRevisionList"), exports); +tslib_1.__exportStar(require("./v1CrossVersionObjectReference"), exports); +tslib_1.__exportStar(require("./v1DaemonEndpoint"), exports); +tslib_1.__exportStar(require("./v1DaemonSet"), exports); +tslib_1.__exportStar(require("./v1DaemonSetCondition"), exports); +tslib_1.__exportStar(require("./v1DaemonSetList"), exports); +tslib_1.__exportStar(require("./v1DaemonSetSpec"), exports); +tslib_1.__exportStar(require("./v1DaemonSetStatus"), exports); +tslib_1.__exportStar(require("./v1DaemonSetUpdateStrategy"), exports); +tslib_1.__exportStar(require("./v1DeleteOptions"), exports); +tslib_1.__exportStar(require("./v1Deployment"), exports); +tslib_1.__exportStar(require("./v1DeploymentCondition"), exports); +tslib_1.__exportStar(require("./v1DeploymentList"), exports); +tslib_1.__exportStar(require("./v1DeploymentSpec"), exports); +tslib_1.__exportStar(require("./v1DeploymentStatus"), exports); +tslib_1.__exportStar(require("./v1DeploymentStrategy"), exports); +tslib_1.__exportStar(require("./v1DownwardAPIProjection"), exports); +tslib_1.__exportStar(require("./v1DownwardAPIVolumeFile"), exports); +tslib_1.__exportStar(require("./v1DownwardAPIVolumeSource"), exports); +tslib_1.__exportStar(require("./v1EmptyDirVolumeSource"), exports); +tslib_1.__exportStar(require("./v1EndpointAddress"), exports); +tslib_1.__exportStar(require("./v1EndpointPort"), exports); +tslib_1.__exportStar(require("./v1EndpointSubset"), exports); +tslib_1.__exportStar(require("./v1Endpoints"), exports); +tslib_1.__exportStar(require("./v1EndpointsList"), exports); +tslib_1.__exportStar(require("./v1EnvFromSource"), exports); +tslib_1.__exportStar(require("./v1EnvVar"), exports); +tslib_1.__exportStar(require("./v1EnvVarSource"), exports); +tslib_1.__exportStar(require("./v1Event"), exports); +tslib_1.__exportStar(require("./v1EventList"), exports); +tslib_1.__exportStar(require("./v1EventSeries"), exports); +tslib_1.__exportStar(require("./v1EventSource"), exports); +tslib_1.__exportStar(require("./v1ExecAction"), exports); +tslib_1.__exportStar(require("./v1FCVolumeSource"), exports); +tslib_1.__exportStar(require("./v1FlexPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1FlexVolumeSource"), exports); +tslib_1.__exportStar(require("./v1FlockerVolumeSource"), exports); +tslib_1.__exportStar(require("./v1GCEPersistentDiskVolumeSource"), exports); +tslib_1.__exportStar(require("./v1GitRepoVolumeSource"), exports); +tslib_1.__exportStar(require("./v1GlusterfsPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1GlusterfsVolumeSource"), exports); +tslib_1.__exportStar(require("./v1GroupVersionForDiscovery"), exports); +tslib_1.__exportStar(require("./v1HTTPGetAction"), exports); +tslib_1.__exportStar(require("./v1HTTPHeader"), exports); +tslib_1.__exportStar(require("./v1Handler"), exports); +tslib_1.__exportStar(require("./v1HorizontalPodAutoscaler"), exports); +tslib_1.__exportStar(require("./v1HorizontalPodAutoscalerList"), exports); +tslib_1.__exportStar(require("./v1HorizontalPodAutoscalerSpec"), exports); +tslib_1.__exportStar(require("./v1HorizontalPodAutoscalerStatus"), exports); +tslib_1.__exportStar(require("./v1HostAlias"), exports); +tslib_1.__exportStar(require("./v1HostPathVolumeSource"), exports); +tslib_1.__exportStar(require("./v1IPBlock"), exports); +tslib_1.__exportStar(require("./v1ISCSIPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1ISCSIVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Initializer"), exports); +tslib_1.__exportStar(require("./v1Initializers"), exports); +tslib_1.__exportStar(require("./v1Job"), exports); +tslib_1.__exportStar(require("./v1JobCondition"), exports); +tslib_1.__exportStar(require("./v1JobList"), exports); +tslib_1.__exportStar(require("./v1JobSpec"), exports); +tslib_1.__exportStar(require("./v1JobStatus"), exports); +tslib_1.__exportStar(require("./v1KeyToPath"), exports); +tslib_1.__exportStar(require("./v1LabelSelector"), exports); +tslib_1.__exportStar(require("./v1LabelSelectorRequirement"), exports); +tslib_1.__exportStar(require("./v1Lease"), exports); +tslib_1.__exportStar(require("./v1LeaseList"), exports); +tslib_1.__exportStar(require("./v1LeaseSpec"), exports); +tslib_1.__exportStar(require("./v1Lifecycle"), exports); +tslib_1.__exportStar(require("./v1LimitRange"), exports); +tslib_1.__exportStar(require("./v1LimitRangeItem"), exports); +tslib_1.__exportStar(require("./v1LimitRangeList"), exports); +tslib_1.__exportStar(require("./v1LimitRangeSpec"), exports); +tslib_1.__exportStar(require("./v1ListMeta"), exports); +tslib_1.__exportStar(require("./v1LoadBalancerIngress"), exports); +tslib_1.__exportStar(require("./v1LoadBalancerStatus"), exports); +tslib_1.__exportStar(require("./v1LocalObjectReference"), exports); +tslib_1.__exportStar(require("./v1LocalSubjectAccessReview"), exports); +tslib_1.__exportStar(require("./v1LocalVolumeSource"), exports); +tslib_1.__exportStar(require("./v1ManagedFieldsEntry"), exports); +tslib_1.__exportStar(require("./v1NFSVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Namespace"), exports); +tslib_1.__exportStar(require("./v1NamespaceList"), exports); +tslib_1.__exportStar(require("./v1NamespaceSpec"), exports); +tslib_1.__exportStar(require("./v1NamespaceStatus"), exports); +tslib_1.__exportStar(require("./v1NetworkPolicy"), exports); +tslib_1.__exportStar(require("./v1NetworkPolicyEgressRule"), exports); +tslib_1.__exportStar(require("./v1NetworkPolicyIngressRule"), exports); +tslib_1.__exportStar(require("./v1NetworkPolicyList"), exports); +tslib_1.__exportStar(require("./v1NetworkPolicyPeer"), exports); +tslib_1.__exportStar(require("./v1NetworkPolicyPort"), exports); +tslib_1.__exportStar(require("./v1NetworkPolicySpec"), exports); +tslib_1.__exportStar(require("./v1Node"), exports); +tslib_1.__exportStar(require("./v1NodeAddress"), exports); +tslib_1.__exportStar(require("./v1NodeAffinity"), exports); +tslib_1.__exportStar(require("./v1NodeCondition"), exports); +tslib_1.__exportStar(require("./v1NodeConfigSource"), exports); +tslib_1.__exportStar(require("./v1NodeConfigStatus"), exports); +tslib_1.__exportStar(require("./v1NodeDaemonEndpoints"), exports); +tslib_1.__exportStar(require("./v1NodeList"), exports); +tslib_1.__exportStar(require("./v1NodeSelector"), exports); +tslib_1.__exportStar(require("./v1NodeSelectorRequirement"), exports); +tslib_1.__exportStar(require("./v1NodeSelectorTerm"), exports); +tslib_1.__exportStar(require("./v1NodeSpec"), exports); +tslib_1.__exportStar(require("./v1NodeStatus"), exports); +tslib_1.__exportStar(require("./v1NodeSystemInfo"), exports); +tslib_1.__exportStar(require("./v1NonResourceAttributes"), exports); +tslib_1.__exportStar(require("./v1NonResourceRule"), exports); +tslib_1.__exportStar(require("./v1ObjectFieldSelector"), exports); +tslib_1.__exportStar(require("./v1ObjectMeta"), exports); +tslib_1.__exportStar(require("./v1ObjectReference"), exports); +tslib_1.__exportStar(require("./v1OwnerReference"), exports); +tslib_1.__exportStar(require("./v1PersistentVolume"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeClaim"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeClaimCondition"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeClaimList"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeClaimSpec"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeClaimStatus"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeClaimVolumeSource"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeList"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeSpec"), exports); +tslib_1.__exportStar(require("./v1PersistentVolumeStatus"), exports); +tslib_1.__exportStar(require("./v1PhotonPersistentDiskVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Pod"), exports); +tslib_1.__exportStar(require("./v1PodAffinity"), exports); +tslib_1.__exportStar(require("./v1PodAffinityTerm"), exports); +tslib_1.__exportStar(require("./v1PodAntiAffinity"), exports); +tslib_1.__exportStar(require("./v1PodCondition"), exports); +tslib_1.__exportStar(require("./v1PodDNSConfig"), exports); +tslib_1.__exportStar(require("./v1PodDNSConfigOption"), exports); +tslib_1.__exportStar(require("./v1PodList"), exports); +tslib_1.__exportStar(require("./v1PodReadinessGate"), exports); +tslib_1.__exportStar(require("./v1PodSecurityContext"), exports); +tslib_1.__exportStar(require("./v1PodSpec"), exports); +tslib_1.__exportStar(require("./v1PodStatus"), exports); +tslib_1.__exportStar(require("./v1PodTemplate"), exports); +tslib_1.__exportStar(require("./v1PodTemplateList"), exports); +tslib_1.__exportStar(require("./v1PodTemplateSpec"), exports); +tslib_1.__exportStar(require("./v1PolicyRule"), exports); +tslib_1.__exportStar(require("./v1PortworxVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Preconditions"), exports); +tslib_1.__exportStar(require("./v1PreferredSchedulingTerm"), exports); +tslib_1.__exportStar(require("./v1PriorityClass"), exports); +tslib_1.__exportStar(require("./v1PriorityClassList"), exports); +tslib_1.__exportStar(require("./v1Probe"), exports); +tslib_1.__exportStar(require("./v1ProjectedVolumeSource"), exports); +tslib_1.__exportStar(require("./v1QuobyteVolumeSource"), exports); +tslib_1.__exportStar(require("./v1RBDPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1RBDVolumeSource"), exports); +tslib_1.__exportStar(require("./v1ReplicaSet"), exports); +tslib_1.__exportStar(require("./v1ReplicaSetCondition"), exports); +tslib_1.__exportStar(require("./v1ReplicaSetList"), exports); +tslib_1.__exportStar(require("./v1ReplicaSetSpec"), exports); +tslib_1.__exportStar(require("./v1ReplicaSetStatus"), exports); +tslib_1.__exportStar(require("./v1ReplicationController"), exports); +tslib_1.__exportStar(require("./v1ReplicationControllerCondition"), exports); +tslib_1.__exportStar(require("./v1ReplicationControllerList"), exports); +tslib_1.__exportStar(require("./v1ReplicationControllerSpec"), exports); +tslib_1.__exportStar(require("./v1ReplicationControllerStatus"), exports); +tslib_1.__exportStar(require("./v1ResourceAttributes"), exports); +tslib_1.__exportStar(require("./v1ResourceFieldSelector"), exports); +tslib_1.__exportStar(require("./v1ResourceQuota"), exports); +tslib_1.__exportStar(require("./v1ResourceQuotaList"), exports); +tslib_1.__exportStar(require("./v1ResourceQuotaSpec"), exports); +tslib_1.__exportStar(require("./v1ResourceQuotaStatus"), exports); +tslib_1.__exportStar(require("./v1ResourceRequirements"), exports); +tslib_1.__exportStar(require("./v1ResourceRule"), exports); +tslib_1.__exportStar(require("./v1Role"), exports); +tslib_1.__exportStar(require("./v1RoleBinding"), exports); +tslib_1.__exportStar(require("./v1RoleBindingList"), exports); +tslib_1.__exportStar(require("./v1RoleList"), exports); +tslib_1.__exportStar(require("./v1RoleRef"), exports); +tslib_1.__exportStar(require("./v1RollingUpdateDaemonSet"), exports); +tslib_1.__exportStar(require("./v1RollingUpdateDeployment"), exports); +tslib_1.__exportStar(require("./v1RollingUpdateStatefulSetStrategy"), exports); +tslib_1.__exportStar(require("./v1SELinuxOptions"), exports); +tslib_1.__exportStar(require("./v1Scale"), exports); +tslib_1.__exportStar(require("./v1ScaleIOPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1ScaleIOVolumeSource"), exports); +tslib_1.__exportStar(require("./v1ScaleSpec"), exports); +tslib_1.__exportStar(require("./v1ScaleStatus"), exports); +tslib_1.__exportStar(require("./v1ScopeSelector"), exports); +tslib_1.__exportStar(require("./v1ScopedResourceSelectorRequirement"), exports); +tslib_1.__exportStar(require("./v1Secret"), exports); +tslib_1.__exportStar(require("./v1SecretEnvSource"), exports); +tslib_1.__exportStar(require("./v1SecretKeySelector"), exports); +tslib_1.__exportStar(require("./v1SecretList"), exports); +tslib_1.__exportStar(require("./v1SecretProjection"), exports); +tslib_1.__exportStar(require("./v1SecretReference"), exports); +tslib_1.__exportStar(require("./v1SecretVolumeSource"), exports); +tslib_1.__exportStar(require("./v1SecurityContext"), exports); +tslib_1.__exportStar(require("./v1SelfSubjectAccessReview"), exports); +tslib_1.__exportStar(require("./v1SelfSubjectAccessReviewSpec"), exports); +tslib_1.__exportStar(require("./v1SelfSubjectRulesReview"), exports); +tslib_1.__exportStar(require("./v1SelfSubjectRulesReviewSpec"), exports); +tslib_1.__exportStar(require("./v1ServerAddressByClientCIDR"), exports); +tslib_1.__exportStar(require("./v1Service"), exports); +tslib_1.__exportStar(require("./v1ServiceAccount"), exports); +tslib_1.__exportStar(require("./v1ServiceAccountList"), exports); +tslib_1.__exportStar(require("./v1ServiceAccountTokenProjection"), exports); +tslib_1.__exportStar(require("./v1ServiceList"), exports); +tslib_1.__exportStar(require("./v1ServicePort"), exports); +tslib_1.__exportStar(require("./v1ServiceReference"), exports); +tslib_1.__exportStar(require("./v1ServiceSpec"), exports); +tslib_1.__exportStar(require("./v1ServiceStatus"), exports); +tslib_1.__exportStar(require("./v1SessionAffinityConfig"), exports); +tslib_1.__exportStar(require("./v1StatefulSet"), exports); +tslib_1.__exportStar(require("./v1StatefulSetCondition"), exports); +tslib_1.__exportStar(require("./v1StatefulSetList"), exports); +tslib_1.__exportStar(require("./v1StatefulSetSpec"), exports); +tslib_1.__exportStar(require("./v1StatefulSetStatus"), exports); +tslib_1.__exportStar(require("./v1StatefulSetUpdateStrategy"), exports); +tslib_1.__exportStar(require("./v1Status"), exports); +tslib_1.__exportStar(require("./v1StatusCause"), exports); +tslib_1.__exportStar(require("./v1StatusDetails"), exports); +tslib_1.__exportStar(require("./v1StorageClass"), exports); +tslib_1.__exportStar(require("./v1StorageClassList"), exports); +tslib_1.__exportStar(require("./v1StorageOSPersistentVolumeSource"), exports); +tslib_1.__exportStar(require("./v1StorageOSVolumeSource"), exports); +tslib_1.__exportStar(require("./v1Subject"), exports); +tslib_1.__exportStar(require("./v1SubjectAccessReview"), exports); +tslib_1.__exportStar(require("./v1SubjectAccessReviewSpec"), exports); +tslib_1.__exportStar(require("./v1SubjectAccessReviewStatus"), exports); +tslib_1.__exportStar(require("./v1SubjectRulesReviewStatus"), exports); +tslib_1.__exportStar(require("./v1Sysctl"), exports); +tslib_1.__exportStar(require("./v1TCPSocketAction"), exports); +tslib_1.__exportStar(require("./v1Taint"), exports); +tslib_1.__exportStar(require("./v1TokenReview"), exports); +tslib_1.__exportStar(require("./v1TokenReviewSpec"), exports); +tslib_1.__exportStar(require("./v1TokenReviewStatus"), exports); +tslib_1.__exportStar(require("./v1Toleration"), exports); +tslib_1.__exportStar(require("./v1TopologySelectorLabelRequirement"), exports); +tslib_1.__exportStar(require("./v1TopologySelectorTerm"), exports); +tslib_1.__exportStar(require("./v1TypedLocalObjectReference"), exports); +tslib_1.__exportStar(require("./v1UserInfo"), exports); +tslib_1.__exportStar(require("./v1Volume"), exports); +tslib_1.__exportStar(require("./v1VolumeAttachment"), exports); +tslib_1.__exportStar(require("./v1VolumeAttachmentList"), exports); +tslib_1.__exportStar(require("./v1VolumeAttachmentSource"), exports); +tslib_1.__exportStar(require("./v1VolumeAttachmentSpec"), exports); +tslib_1.__exportStar(require("./v1VolumeAttachmentStatus"), exports); +tslib_1.__exportStar(require("./v1VolumeDevice"), exports); +tslib_1.__exportStar(require("./v1VolumeError"), exports); +tslib_1.__exportStar(require("./v1VolumeMount"), exports); +tslib_1.__exportStar(require("./v1VolumeNodeAffinity"), exports); +tslib_1.__exportStar(require("./v1VolumeProjection"), exports); +tslib_1.__exportStar(require("./v1VsphereVirtualDiskVolumeSource"), exports); +tslib_1.__exportStar(require("./v1WatchEvent"), exports); +tslib_1.__exportStar(require("./v1WeightedPodAffinityTerm"), exports); +tslib_1.__exportStar(require("./v1WindowsSecurityContextOptions"), exports); +tslib_1.__exportStar(require("./v1alpha1AggregationRule"), exports); +tslib_1.__exportStar(require("./v1alpha1AuditSink"), exports); +tslib_1.__exportStar(require("./v1alpha1AuditSinkList"), exports); +tslib_1.__exportStar(require("./v1alpha1AuditSinkSpec"), exports); +tslib_1.__exportStar(require("./v1alpha1ClusterRole"), exports); +tslib_1.__exportStar(require("./v1alpha1ClusterRoleBinding"), exports); +tslib_1.__exportStar(require("./v1alpha1ClusterRoleBindingList"), exports); +tslib_1.__exportStar(require("./v1alpha1ClusterRoleList"), exports); +tslib_1.__exportStar(require("./v1alpha1PodPreset"), exports); +tslib_1.__exportStar(require("./v1alpha1PodPresetList"), exports); +tslib_1.__exportStar(require("./v1alpha1PodPresetSpec"), exports); +tslib_1.__exportStar(require("./v1alpha1Policy"), exports); +tslib_1.__exportStar(require("./v1alpha1PolicyRule"), exports); +tslib_1.__exportStar(require("./v1alpha1PriorityClass"), exports); +tslib_1.__exportStar(require("./v1alpha1PriorityClassList"), exports); +tslib_1.__exportStar(require("./v1alpha1Role"), exports); +tslib_1.__exportStar(require("./v1alpha1RoleBinding"), exports); +tslib_1.__exportStar(require("./v1alpha1RoleBindingList"), exports); +tslib_1.__exportStar(require("./v1alpha1RoleList"), exports); +tslib_1.__exportStar(require("./v1alpha1RoleRef"), exports); +tslib_1.__exportStar(require("./v1alpha1RuntimeClass"), exports); +tslib_1.__exportStar(require("./v1alpha1RuntimeClassList"), exports); +tslib_1.__exportStar(require("./v1alpha1RuntimeClassSpec"), exports); +tslib_1.__exportStar(require("./v1alpha1ServiceReference"), exports); +tslib_1.__exportStar(require("./v1alpha1Subject"), exports); +tslib_1.__exportStar(require("./v1alpha1VolumeAttachment"), exports); +tslib_1.__exportStar(require("./v1alpha1VolumeAttachmentList"), exports); +tslib_1.__exportStar(require("./v1alpha1VolumeAttachmentSource"), exports); +tslib_1.__exportStar(require("./v1alpha1VolumeAttachmentSpec"), exports); +tslib_1.__exportStar(require("./v1alpha1VolumeAttachmentStatus"), exports); +tslib_1.__exportStar(require("./v1alpha1VolumeError"), exports); +tslib_1.__exportStar(require("./v1alpha1Webhook"), exports); +tslib_1.__exportStar(require("./v1alpha1WebhookClientConfig"), exports); +tslib_1.__exportStar(require("./v1alpha1WebhookThrottleConfig"), exports); +tslib_1.__exportStar(require("./v1beta1APIService"), exports); +tslib_1.__exportStar(require("./v1beta1APIServiceCondition"), exports); +tslib_1.__exportStar(require("./v1beta1APIServiceList"), exports); +tslib_1.__exportStar(require("./v1beta1APIServiceSpec"), exports); +tslib_1.__exportStar(require("./v1beta1APIServiceStatus"), exports); +tslib_1.__exportStar(require("./v1beta1AggregationRule"), exports); +tslib_1.__exportStar(require("./v1beta1CSIDriver"), exports); +tslib_1.__exportStar(require("./v1beta1CSIDriverList"), exports); +tslib_1.__exportStar(require("./v1beta1CSIDriverSpec"), exports); +tslib_1.__exportStar(require("./v1beta1CSINode"), exports); +tslib_1.__exportStar(require("./v1beta1CSINodeDriver"), exports); +tslib_1.__exportStar(require("./v1beta1CSINodeList"), exports); +tslib_1.__exportStar(require("./v1beta1CSINodeSpec"), exports); +tslib_1.__exportStar(require("./v1beta1CertificateSigningRequest"), exports); +tslib_1.__exportStar(require("./v1beta1CertificateSigningRequestCondition"), exports); +tslib_1.__exportStar(require("./v1beta1CertificateSigningRequestList"), exports); +tslib_1.__exportStar(require("./v1beta1CertificateSigningRequestSpec"), exports); +tslib_1.__exportStar(require("./v1beta1CertificateSigningRequestStatus"), exports); +tslib_1.__exportStar(require("./v1beta1ClusterRole"), exports); +tslib_1.__exportStar(require("./v1beta1ClusterRoleBinding"), exports); +tslib_1.__exportStar(require("./v1beta1ClusterRoleBindingList"), exports); +tslib_1.__exportStar(require("./v1beta1ClusterRoleList"), exports); +tslib_1.__exportStar(require("./v1beta1ControllerRevision"), exports); +tslib_1.__exportStar(require("./v1beta1ControllerRevisionList"), exports); +tslib_1.__exportStar(require("./v1beta1CronJob"), exports); +tslib_1.__exportStar(require("./v1beta1CronJobList"), exports); +tslib_1.__exportStar(require("./v1beta1CronJobSpec"), exports); +tslib_1.__exportStar(require("./v1beta1CronJobStatus"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceColumnDefinition"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceConversion"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceDefinition"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceDefinitionCondition"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceDefinitionList"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceDefinitionNames"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceDefinitionSpec"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceDefinitionStatus"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceDefinitionVersion"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceSubresourceScale"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceSubresources"), exports); +tslib_1.__exportStar(require("./v1beta1CustomResourceValidation"), exports); +tslib_1.__exportStar(require("./v1beta1DaemonSet"), exports); +tslib_1.__exportStar(require("./v1beta1DaemonSetCondition"), exports); +tslib_1.__exportStar(require("./v1beta1DaemonSetList"), exports); +tslib_1.__exportStar(require("./v1beta1DaemonSetSpec"), exports); +tslib_1.__exportStar(require("./v1beta1DaemonSetStatus"), exports); +tslib_1.__exportStar(require("./v1beta1DaemonSetUpdateStrategy"), exports); +tslib_1.__exportStar(require("./v1beta1Event"), exports); +tslib_1.__exportStar(require("./v1beta1EventList"), exports); +tslib_1.__exportStar(require("./v1beta1EventSeries"), exports); +tslib_1.__exportStar(require("./v1beta1Eviction"), exports); +tslib_1.__exportStar(require("./v1beta1ExternalDocumentation"), exports); +tslib_1.__exportStar(require("./v1beta1IPBlock"), exports); +tslib_1.__exportStar(require("./v1beta1JSONSchemaProps"), exports); +tslib_1.__exportStar(require("./v1beta1JobTemplateSpec"), exports); +tslib_1.__exportStar(require("./v1beta1Lease"), exports); +tslib_1.__exportStar(require("./v1beta1LeaseList"), exports); +tslib_1.__exportStar(require("./v1beta1LeaseSpec"), exports); +tslib_1.__exportStar(require("./v1beta1LocalSubjectAccessReview"), exports); +tslib_1.__exportStar(require("./v1beta1MutatingWebhook"), exports); +tslib_1.__exportStar(require("./v1beta1MutatingWebhookConfiguration"), exports); +tslib_1.__exportStar(require("./v1beta1MutatingWebhookConfigurationList"), exports); +tslib_1.__exportStar(require("./v1beta1NetworkPolicy"), exports); +tslib_1.__exportStar(require("./v1beta1NetworkPolicyEgressRule"), exports); +tslib_1.__exportStar(require("./v1beta1NetworkPolicyIngressRule"), exports); +tslib_1.__exportStar(require("./v1beta1NetworkPolicyList"), exports); +tslib_1.__exportStar(require("./v1beta1NetworkPolicyPeer"), exports); +tslib_1.__exportStar(require("./v1beta1NetworkPolicyPort"), exports); +tslib_1.__exportStar(require("./v1beta1NetworkPolicySpec"), exports); +tslib_1.__exportStar(require("./v1beta1NonResourceAttributes"), exports); +tslib_1.__exportStar(require("./v1beta1NonResourceRule"), exports); +tslib_1.__exportStar(require("./v1beta1PodDisruptionBudget"), exports); +tslib_1.__exportStar(require("./v1beta1PodDisruptionBudgetList"), exports); +tslib_1.__exportStar(require("./v1beta1PodDisruptionBudgetSpec"), exports); +tslib_1.__exportStar(require("./v1beta1PodDisruptionBudgetStatus"), exports); +tslib_1.__exportStar(require("./v1beta1PolicyRule"), exports); +tslib_1.__exportStar(require("./v1beta1PriorityClass"), exports); +tslib_1.__exportStar(require("./v1beta1PriorityClassList"), exports); +tslib_1.__exportStar(require("./v1beta1ReplicaSet"), exports); +tslib_1.__exportStar(require("./v1beta1ReplicaSetCondition"), exports); +tslib_1.__exportStar(require("./v1beta1ReplicaSetList"), exports); +tslib_1.__exportStar(require("./v1beta1ReplicaSetSpec"), exports); +tslib_1.__exportStar(require("./v1beta1ReplicaSetStatus"), exports); +tslib_1.__exportStar(require("./v1beta1ResourceAttributes"), exports); +tslib_1.__exportStar(require("./v1beta1ResourceRule"), exports); +tslib_1.__exportStar(require("./v1beta1Role"), exports); +tslib_1.__exportStar(require("./v1beta1RoleBinding"), exports); +tslib_1.__exportStar(require("./v1beta1RoleBindingList"), exports); +tslib_1.__exportStar(require("./v1beta1RoleList"), exports); +tslib_1.__exportStar(require("./v1beta1RoleRef"), exports); +tslib_1.__exportStar(require("./v1beta1RollingUpdateDaemonSet"), exports); +tslib_1.__exportStar(require("./v1beta1RollingUpdateStatefulSetStrategy"), exports); +tslib_1.__exportStar(require("./v1beta1RuleWithOperations"), exports); +tslib_1.__exportStar(require("./v1beta1RuntimeClass"), exports); +tslib_1.__exportStar(require("./v1beta1RuntimeClassList"), exports); +tslib_1.__exportStar(require("./v1beta1SelfSubjectAccessReview"), exports); +tslib_1.__exportStar(require("./v1beta1SelfSubjectAccessReviewSpec"), exports); +tslib_1.__exportStar(require("./v1beta1SelfSubjectRulesReview"), exports); +tslib_1.__exportStar(require("./v1beta1SelfSubjectRulesReviewSpec"), exports); +tslib_1.__exportStar(require("./v1beta1StatefulSet"), exports); +tslib_1.__exportStar(require("./v1beta1StatefulSetCondition"), exports); +tslib_1.__exportStar(require("./v1beta1StatefulSetList"), exports); +tslib_1.__exportStar(require("./v1beta1StatefulSetSpec"), exports); +tslib_1.__exportStar(require("./v1beta1StatefulSetStatus"), exports); +tslib_1.__exportStar(require("./v1beta1StatefulSetUpdateStrategy"), exports); +tslib_1.__exportStar(require("./v1beta1StorageClass"), exports); +tslib_1.__exportStar(require("./v1beta1StorageClassList"), exports); +tslib_1.__exportStar(require("./v1beta1Subject"), exports); +tslib_1.__exportStar(require("./v1beta1SubjectAccessReview"), exports); +tslib_1.__exportStar(require("./v1beta1SubjectAccessReviewSpec"), exports); +tslib_1.__exportStar(require("./v1beta1SubjectAccessReviewStatus"), exports); +tslib_1.__exportStar(require("./v1beta1SubjectRulesReviewStatus"), exports); +tslib_1.__exportStar(require("./v1beta1TokenReview"), exports); +tslib_1.__exportStar(require("./v1beta1TokenReviewSpec"), exports); +tslib_1.__exportStar(require("./v1beta1TokenReviewStatus"), exports); +tslib_1.__exportStar(require("./v1beta1UserInfo"), exports); +tslib_1.__exportStar(require("./v1beta1ValidatingWebhook"), exports); +tslib_1.__exportStar(require("./v1beta1ValidatingWebhookConfiguration"), exports); +tslib_1.__exportStar(require("./v1beta1ValidatingWebhookConfigurationList"), exports); +tslib_1.__exportStar(require("./v1beta1VolumeAttachment"), exports); +tslib_1.__exportStar(require("./v1beta1VolumeAttachmentList"), exports); +tslib_1.__exportStar(require("./v1beta1VolumeAttachmentSource"), exports); +tslib_1.__exportStar(require("./v1beta1VolumeAttachmentSpec"), exports); +tslib_1.__exportStar(require("./v1beta1VolumeAttachmentStatus"), exports); +tslib_1.__exportStar(require("./v1beta1VolumeError"), exports); +tslib_1.__exportStar(require("./v1beta2ControllerRevision"), exports); +tslib_1.__exportStar(require("./v1beta2ControllerRevisionList"), exports); +tslib_1.__exportStar(require("./v1beta2DaemonSet"), exports); +tslib_1.__exportStar(require("./v1beta2DaemonSetCondition"), exports); +tslib_1.__exportStar(require("./v1beta2DaemonSetList"), exports); +tslib_1.__exportStar(require("./v1beta2DaemonSetSpec"), exports); +tslib_1.__exportStar(require("./v1beta2DaemonSetStatus"), exports); +tslib_1.__exportStar(require("./v1beta2DaemonSetUpdateStrategy"), exports); +tslib_1.__exportStar(require("./v1beta2Deployment"), exports); +tslib_1.__exportStar(require("./v1beta2DeploymentCondition"), exports); +tslib_1.__exportStar(require("./v1beta2DeploymentList"), exports); +tslib_1.__exportStar(require("./v1beta2DeploymentSpec"), exports); +tslib_1.__exportStar(require("./v1beta2DeploymentStatus"), exports); +tslib_1.__exportStar(require("./v1beta2DeploymentStrategy"), exports); +tslib_1.__exportStar(require("./v1beta2ReplicaSet"), exports); +tslib_1.__exportStar(require("./v1beta2ReplicaSetCondition"), exports); +tslib_1.__exportStar(require("./v1beta2ReplicaSetList"), exports); +tslib_1.__exportStar(require("./v1beta2ReplicaSetSpec"), exports); +tslib_1.__exportStar(require("./v1beta2ReplicaSetStatus"), exports); +tslib_1.__exportStar(require("./v1beta2RollingUpdateDaemonSet"), exports); +tslib_1.__exportStar(require("./v1beta2RollingUpdateDeployment"), exports); +tslib_1.__exportStar(require("./v1beta2RollingUpdateStatefulSetStrategy"), exports); +tslib_1.__exportStar(require("./v1beta2Scale"), exports); +tslib_1.__exportStar(require("./v1beta2ScaleSpec"), exports); +tslib_1.__exportStar(require("./v1beta2ScaleStatus"), exports); +tslib_1.__exportStar(require("./v1beta2StatefulSet"), exports); +tslib_1.__exportStar(require("./v1beta2StatefulSetCondition"), exports); +tslib_1.__exportStar(require("./v1beta2StatefulSetList"), exports); +tslib_1.__exportStar(require("./v1beta2StatefulSetSpec"), exports); +tslib_1.__exportStar(require("./v1beta2StatefulSetStatus"), exports); +tslib_1.__exportStar(require("./v1beta2StatefulSetUpdateStrategy"), exports); +tslib_1.__exportStar(require("./v2alpha1CronJob"), exports); +tslib_1.__exportStar(require("./v2alpha1CronJobList"), exports); +tslib_1.__exportStar(require("./v2alpha1CronJobSpec"), exports); +tslib_1.__exportStar(require("./v2alpha1CronJobStatus"), exports); +tslib_1.__exportStar(require("./v2alpha1JobTemplateSpec"), exports); +tslib_1.__exportStar(require("./v2beta1CrossVersionObjectReference"), exports); +tslib_1.__exportStar(require("./v2beta1ExternalMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta1ExternalMetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta1HorizontalPodAutoscaler"), exports); +tslib_1.__exportStar(require("./v2beta1HorizontalPodAutoscalerCondition"), exports); +tslib_1.__exportStar(require("./v2beta1HorizontalPodAutoscalerList"), exports); +tslib_1.__exportStar(require("./v2beta1HorizontalPodAutoscalerSpec"), exports); +tslib_1.__exportStar(require("./v2beta1HorizontalPodAutoscalerStatus"), exports); +tslib_1.__exportStar(require("./v2beta1MetricSpec"), exports); +tslib_1.__exportStar(require("./v2beta1MetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta1ObjectMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta1ObjectMetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta1PodsMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta1PodsMetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta1ResourceMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta1ResourceMetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta2CrossVersionObjectReference"), exports); +tslib_1.__exportStar(require("./v2beta2ExternalMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta2ExternalMetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta2HorizontalPodAutoscaler"), exports); +tslib_1.__exportStar(require("./v2beta2HorizontalPodAutoscalerCondition"), exports); +tslib_1.__exportStar(require("./v2beta2HorizontalPodAutoscalerList"), exports); +tslib_1.__exportStar(require("./v2beta2HorizontalPodAutoscalerSpec"), exports); +tslib_1.__exportStar(require("./v2beta2HorizontalPodAutoscalerStatus"), exports); +tslib_1.__exportStar(require("./v2beta2MetricIdentifier"), exports); +tslib_1.__exportStar(require("./v2beta2MetricSpec"), exports); +tslib_1.__exportStar(require("./v2beta2MetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta2MetricTarget"), exports); +tslib_1.__exportStar(require("./v2beta2MetricValueStatus"), exports); +tslib_1.__exportStar(require("./v2beta2ObjectMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta2ObjectMetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta2PodsMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta2PodsMetricStatus"), exports); +tslib_1.__exportStar(require("./v2beta2ResourceMetricSource"), exports); +tslib_1.__exportStar(require("./v2beta2ResourceMetricStatus"), exports); +tslib_1.__exportStar(require("./versionInfo"), exports); +const admissionregistrationV1beta1ServiceReference_1 = require("./admissionregistrationV1beta1ServiceReference"); +const admissionregistrationV1beta1WebhookClientConfig_1 = require("./admissionregistrationV1beta1WebhookClientConfig"); +const apiextensionsV1beta1ServiceReference_1 = require("./apiextensionsV1beta1ServiceReference"); +const apiextensionsV1beta1WebhookClientConfig_1 = require("./apiextensionsV1beta1WebhookClientConfig"); +const apiregistrationV1beta1ServiceReference_1 = require("./apiregistrationV1beta1ServiceReference"); +const appsV1beta1Deployment_1 = require("./appsV1beta1Deployment"); +const appsV1beta1DeploymentCondition_1 = require("./appsV1beta1DeploymentCondition"); +const appsV1beta1DeploymentList_1 = require("./appsV1beta1DeploymentList"); +const appsV1beta1DeploymentRollback_1 = require("./appsV1beta1DeploymentRollback"); +const appsV1beta1DeploymentSpec_1 = require("./appsV1beta1DeploymentSpec"); +const appsV1beta1DeploymentStatus_1 = require("./appsV1beta1DeploymentStatus"); +const appsV1beta1DeploymentStrategy_1 = require("./appsV1beta1DeploymentStrategy"); +const appsV1beta1RollbackConfig_1 = require("./appsV1beta1RollbackConfig"); +const appsV1beta1RollingUpdateDeployment_1 = require("./appsV1beta1RollingUpdateDeployment"); +const appsV1beta1Scale_1 = require("./appsV1beta1Scale"); +const appsV1beta1ScaleSpec_1 = require("./appsV1beta1ScaleSpec"); +const appsV1beta1ScaleStatus_1 = require("./appsV1beta1ScaleStatus"); +const extensionsV1beta1AllowedCSIDriver_1 = require("./extensionsV1beta1AllowedCSIDriver"); +const extensionsV1beta1AllowedFlexVolume_1 = require("./extensionsV1beta1AllowedFlexVolume"); +const extensionsV1beta1AllowedHostPath_1 = require("./extensionsV1beta1AllowedHostPath"); +const extensionsV1beta1Deployment_1 = require("./extensionsV1beta1Deployment"); +const extensionsV1beta1DeploymentCondition_1 = require("./extensionsV1beta1DeploymentCondition"); +const extensionsV1beta1DeploymentList_1 = require("./extensionsV1beta1DeploymentList"); +const extensionsV1beta1DeploymentRollback_1 = require("./extensionsV1beta1DeploymentRollback"); +const extensionsV1beta1DeploymentSpec_1 = require("./extensionsV1beta1DeploymentSpec"); +const extensionsV1beta1DeploymentStatus_1 = require("./extensionsV1beta1DeploymentStatus"); +const extensionsV1beta1DeploymentStrategy_1 = require("./extensionsV1beta1DeploymentStrategy"); +const extensionsV1beta1FSGroupStrategyOptions_1 = require("./extensionsV1beta1FSGroupStrategyOptions"); +const extensionsV1beta1HTTPIngressPath_1 = require("./extensionsV1beta1HTTPIngressPath"); +const extensionsV1beta1HTTPIngressRuleValue_1 = require("./extensionsV1beta1HTTPIngressRuleValue"); +const extensionsV1beta1HostPortRange_1 = require("./extensionsV1beta1HostPortRange"); +const extensionsV1beta1IDRange_1 = require("./extensionsV1beta1IDRange"); +const extensionsV1beta1Ingress_1 = require("./extensionsV1beta1Ingress"); +const extensionsV1beta1IngressBackend_1 = require("./extensionsV1beta1IngressBackend"); +const extensionsV1beta1IngressList_1 = require("./extensionsV1beta1IngressList"); +const extensionsV1beta1IngressRule_1 = require("./extensionsV1beta1IngressRule"); +const extensionsV1beta1IngressSpec_1 = require("./extensionsV1beta1IngressSpec"); +const extensionsV1beta1IngressStatus_1 = require("./extensionsV1beta1IngressStatus"); +const extensionsV1beta1IngressTLS_1 = require("./extensionsV1beta1IngressTLS"); +const extensionsV1beta1PodSecurityPolicy_1 = require("./extensionsV1beta1PodSecurityPolicy"); +const extensionsV1beta1PodSecurityPolicyList_1 = require("./extensionsV1beta1PodSecurityPolicyList"); +const extensionsV1beta1PodSecurityPolicySpec_1 = require("./extensionsV1beta1PodSecurityPolicySpec"); +const extensionsV1beta1RollbackConfig_1 = require("./extensionsV1beta1RollbackConfig"); +const extensionsV1beta1RollingUpdateDeployment_1 = require("./extensionsV1beta1RollingUpdateDeployment"); +const extensionsV1beta1RunAsGroupStrategyOptions_1 = require("./extensionsV1beta1RunAsGroupStrategyOptions"); +const extensionsV1beta1RunAsUserStrategyOptions_1 = require("./extensionsV1beta1RunAsUserStrategyOptions"); +const extensionsV1beta1RuntimeClassStrategyOptions_1 = require("./extensionsV1beta1RuntimeClassStrategyOptions"); +const extensionsV1beta1SELinuxStrategyOptions_1 = require("./extensionsV1beta1SELinuxStrategyOptions"); +const extensionsV1beta1Scale_1 = require("./extensionsV1beta1Scale"); +const extensionsV1beta1ScaleSpec_1 = require("./extensionsV1beta1ScaleSpec"); +const extensionsV1beta1ScaleStatus_1 = require("./extensionsV1beta1ScaleStatus"); +const extensionsV1beta1SupplementalGroupsStrategyOptions_1 = require("./extensionsV1beta1SupplementalGroupsStrategyOptions"); +const networkingV1beta1HTTPIngressPath_1 = require("./networkingV1beta1HTTPIngressPath"); +const networkingV1beta1HTTPIngressRuleValue_1 = require("./networkingV1beta1HTTPIngressRuleValue"); +const networkingV1beta1Ingress_1 = require("./networkingV1beta1Ingress"); +const networkingV1beta1IngressBackend_1 = require("./networkingV1beta1IngressBackend"); +const networkingV1beta1IngressList_1 = require("./networkingV1beta1IngressList"); +const networkingV1beta1IngressRule_1 = require("./networkingV1beta1IngressRule"); +const networkingV1beta1IngressSpec_1 = require("./networkingV1beta1IngressSpec"); +const networkingV1beta1IngressStatus_1 = require("./networkingV1beta1IngressStatus"); +const networkingV1beta1IngressTLS_1 = require("./networkingV1beta1IngressTLS"); +const policyV1beta1AllowedCSIDriver_1 = require("./policyV1beta1AllowedCSIDriver"); +const policyV1beta1AllowedFlexVolume_1 = require("./policyV1beta1AllowedFlexVolume"); +const policyV1beta1AllowedHostPath_1 = require("./policyV1beta1AllowedHostPath"); +const policyV1beta1FSGroupStrategyOptions_1 = require("./policyV1beta1FSGroupStrategyOptions"); +const policyV1beta1HostPortRange_1 = require("./policyV1beta1HostPortRange"); +const policyV1beta1IDRange_1 = require("./policyV1beta1IDRange"); +const policyV1beta1PodSecurityPolicy_1 = require("./policyV1beta1PodSecurityPolicy"); +const policyV1beta1PodSecurityPolicyList_1 = require("./policyV1beta1PodSecurityPolicyList"); +const policyV1beta1PodSecurityPolicySpec_1 = require("./policyV1beta1PodSecurityPolicySpec"); +const policyV1beta1RunAsGroupStrategyOptions_1 = require("./policyV1beta1RunAsGroupStrategyOptions"); +const policyV1beta1RunAsUserStrategyOptions_1 = require("./policyV1beta1RunAsUserStrategyOptions"); +const policyV1beta1RuntimeClassStrategyOptions_1 = require("./policyV1beta1RuntimeClassStrategyOptions"); +const policyV1beta1SELinuxStrategyOptions_1 = require("./policyV1beta1SELinuxStrategyOptions"); +const policyV1beta1SupplementalGroupsStrategyOptions_1 = require("./policyV1beta1SupplementalGroupsStrategyOptions"); +const runtimeRawExtension_1 = require("./runtimeRawExtension"); +const v1APIGroup_1 = require("./v1APIGroup"); +const v1APIGroupList_1 = require("./v1APIGroupList"); +const v1APIResource_1 = require("./v1APIResource"); +const v1APIResourceList_1 = require("./v1APIResourceList"); +const v1APIService_1 = require("./v1APIService"); +const v1APIServiceCondition_1 = require("./v1APIServiceCondition"); +const v1APIServiceList_1 = require("./v1APIServiceList"); +const v1APIServiceSpec_1 = require("./v1APIServiceSpec"); +const v1APIServiceStatus_1 = require("./v1APIServiceStatus"); +const v1APIVersions_1 = require("./v1APIVersions"); +const v1AWSElasticBlockStoreVolumeSource_1 = require("./v1AWSElasticBlockStoreVolumeSource"); +const v1Affinity_1 = require("./v1Affinity"); +const v1AggregationRule_1 = require("./v1AggregationRule"); +const v1AttachedVolume_1 = require("./v1AttachedVolume"); +const v1AzureDiskVolumeSource_1 = require("./v1AzureDiskVolumeSource"); +const v1AzureFilePersistentVolumeSource_1 = require("./v1AzureFilePersistentVolumeSource"); +const v1AzureFileVolumeSource_1 = require("./v1AzureFileVolumeSource"); +const v1Binding_1 = require("./v1Binding"); +const v1CSIPersistentVolumeSource_1 = require("./v1CSIPersistentVolumeSource"); +const v1CSIVolumeSource_1 = require("./v1CSIVolumeSource"); +const v1Capabilities_1 = require("./v1Capabilities"); +const v1CephFSPersistentVolumeSource_1 = require("./v1CephFSPersistentVolumeSource"); +const v1CephFSVolumeSource_1 = require("./v1CephFSVolumeSource"); +const v1CinderPersistentVolumeSource_1 = require("./v1CinderPersistentVolumeSource"); +const v1CinderVolumeSource_1 = require("./v1CinderVolumeSource"); +const v1ClientIPConfig_1 = require("./v1ClientIPConfig"); +const v1ClusterRole_1 = require("./v1ClusterRole"); +const v1ClusterRoleBinding_1 = require("./v1ClusterRoleBinding"); +const v1ClusterRoleBindingList_1 = require("./v1ClusterRoleBindingList"); +const v1ClusterRoleList_1 = require("./v1ClusterRoleList"); +const v1ComponentCondition_1 = require("./v1ComponentCondition"); +const v1ComponentStatus_1 = require("./v1ComponentStatus"); +const v1ComponentStatusList_1 = require("./v1ComponentStatusList"); +const v1ConfigMap_1 = require("./v1ConfigMap"); +const v1ConfigMapEnvSource_1 = require("./v1ConfigMapEnvSource"); +const v1ConfigMapKeySelector_1 = require("./v1ConfigMapKeySelector"); +const v1ConfigMapList_1 = require("./v1ConfigMapList"); +const v1ConfigMapNodeConfigSource_1 = require("./v1ConfigMapNodeConfigSource"); +const v1ConfigMapProjection_1 = require("./v1ConfigMapProjection"); +const v1ConfigMapVolumeSource_1 = require("./v1ConfigMapVolumeSource"); +const v1Container_1 = require("./v1Container"); +const v1ContainerImage_1 = require("./v1ContainerImage"); +const v1ContainerPort_1 = require("./v1ContainerPort"); +const v1ContainerState_1 = require("./v1ContainerState"); +const v1ContainerStateRunning_1 = require("./v1ContainerStateRunning"); +const v1ContainerStateTerminated_1 = require("./v1ContainerStateTerminated"); +const v1ContainerStateWaiting_1 = require("./v1ContainerStateWaiting"); +const v1ContainerStatus_1 = require("./v1ContainerStatus"); +const v1ControllerRevision_1 = require("./v1ControllerRevision"); +const v1ControllerRevisionList_1 = require("./v1ControllerRevisionList"); +const v1CrossVersionObjectReference_1 = require("./v1CrossVersionObjectReference"); +const v1DaemonEndpoint_1 = require("./v1DaemonEndpoint"); +const v1DaemonSet_1 = require("./v1DaemonSet"); +const v1DaemonSetCondition_1 = require("./v1DaemonSetCondition"); +const v1DaemonSetList_1 = require("./v1DaemonSetList"); +const v1DaemonSetSpec_1 = require("./v1DaemonSetSpec"); +const v1DaemonSetStatus_1 = require("./v1DaemonSetStatus"); +const v1DaemonSetUpdateStrategy_1 = require("./v1DaemonSetUpdateStrategy"); +const v1DeleteOptions_1 = require("./v1DeleteOptions"); +const v1Deployment_1 = require("./v1Deployment"); +const v1DeploymentCondition_1 = require("./v1DeploymentCondition"); +const v1DeploymentList_1 = require("./v1DeploymentList"); +const v1DeploymentSpec_1 = require("./v1DeploymentSpec"); +const v1DeploymentStatus_1 = require("./v1DeploymentStatus"); +const v1DeploymentStrategy_1 = require("./v1DeploymentStrategy"); +const v1DownwardAPIProjection_1 = require("./v1DownwardAPIProjection"); +const v1DownwardAPIVolumeFile_1 = require("./v1DownwardAPIVolumeFile"); +const v1DownwardAPIVolumeSource_1 = require("./v1DownwardAPIVolumeSource"); +const v1EmptyDirVolumeSource_1 = require("./v1EmptyDirVolumeSource"); +const v1EndpointAddress_1 = require("./v1EndpointAddress"); +const v1EndpointPort_1 = require("./v1EndpointPort"); +const v1EndpointSubset_1 = require("./v1EndpointSubset"); +const v1Endpoints_1 = require("./v1Endpoints"); +const v1EndpointsList_1 = require("./v1EndpointsList"); +const v1EnvFromSource_1 = require("./v1EnvFromSource"); +const v1EnvVar_1 = require("./v1EnvVar"); +const v1EnvVarSource_1 = require("./v1EnvVarSource"); +const v1Event_1 = require("./v1Event"); +const v1EventList_1 = require("./v1EventList"); +const v1EventSeries_1 = require("./v1EventSeries"); +const v1EventSource_1 = require("./v1EventSource"); +const v1ExecAction_1 = require("./v1ExecAction"); +const v1FCVolumeSource_1 = require("./v1FCVolumeSource"); +const v1FlexPersistentVolumeSource_1 = require("./v1FlexPersistentVolumeSource"); +const v1FlexVolumeSource_1 = require("./v1FlexVolumeSource"); +const v1FlockerVolumeSource_1 = require("./v1FlockerVolumeSource"); +const v1GCEPersistentDiskVolumeSource_1 = require("./v1GCEPersistentDiskVolumeSource"); +const v1GitRepoVolumeSource_1 = require("./v1GitRepoVolumeSource"); +const v1GlusterfsPersistentVolumeSource_1 = require("./v1GlusterfsPersistentVolumeSource"); +const v1GlusterfsVolumeSource_1 = require("./v1GlusterfsVolumeSource"); +const v1GroupVersionForDiscovery_1 = require("./v1GroupVersionForDiscovery"); +const v1HTTPGetAction_1 = require("./v1HTTPGetAction"); +const v1HTTPHeader_1 = require("./v1HTTPHeader"); +const v1Handler_1 = require("./v1Handler"); +const v1HorizontalPodAutoscaler_1 = require("./v1HorizontalPodAutoscaler"); +const v1HorizontalPodAutoscalerList_1 = require("./v1HorizontalPodAutoscalerList"); +const v1HorizontalPodAutoscalerSpec_1 = require("./v1HorizontalPodAutoscalerSpec"); +const v1HorizontalPodAutoscalerStatus_1 = require("./v1HorizontalPodAutoscalerStatus"); +const v1HostAlias_1 = require("./v1HostAlias"); +const v1HostPathVolumeSource_1 = require("./v1HostPathVolumeSource"); +const v1IPBlock_1 = require("./v1IPBlock"); +const v1ISCSIPersistentVolumeSource_1 = require("./v1ISCSIPersistentVolumeSource"); +const v1ISCSIVolumeSource_1 = require("./v1ISCSIVolumeSource"); +const v1Initializer_1 = require("./v1Initializer"); +const v1Initializers_1 = require("./v1Initializers"); +const v1Job_1 = require("./v1Job"); +const v1JobCondition_1 = require("./v1JobCondition"); +const v1JobList_1 = require("./v1JobList"); +const v1JobSpec_1 = require("./v1JobSpec"); +const v1JobStatus_1 = require("./v1JobStatus"); +const v1KeyToPath_1 = require("./v1KeyToPath"); +const v1LabelSelector_1 = require("./v1LabelSelector"); +const v1LabelSelectorRequirement_1 = require("./v1LabelSelectorRequirement"); +const v1Lease_1 = require("./v1Lease"); +const v1LeaseList_1 = require("./v1LeaseList"); +const v1LeaseSpec_1 = require("./v1LeaseSpec"); +const v1Lifecycle_1 = require("./v1Lifecycle"); +const v1LimitRange_1 = require("./v1LimitRange"); +const v1LimitRangeItem_1 = require("./v1LimitRangeItem"); +const v1LimitRangeList_1 = require("./v1LimitRangeList"); +const v1LimitRangeSpec_1 = require("./v1LimitRangeSpec"); +const v1ListMeta_1 = require("./v1ListMeta"); +const v1LoadBalancerIngress_1 = require("./v1LoadBalancerIngress"); +const v1LoadBalancerStatus_1 = require("./v1LoadBalancerStatus"); +const v1LocalObjectReference_1 = require("./v1LocalObjectReference"); +const v1LocalSubjectAccessReview_1 = require("./v1LocalSubjectAccessReview"); +const v1LocalVolumeSource_1 = require("./v1LocalVolumeSource"); +const v1ManagedFieldsEntry_1 = require("./v1ManagedFieldsEntry"); +const v1NFSVolumeSource_1 = require("./v1NFSVolumeSource"); +const v1Namespace_1 = require("./v1Namespace"); +const v1NamespaceList_1 = require("./v1NamespaceList"); +const v1NamespaceSpec_1 = require("./v1NamespaceSpec"); +const v1NamespaceStatus_1 = require("./v1NamespaceStatus"); +const v1NetworkPolicy_1 = require("./v1NetworkPolicy"); +const v1NetworkPolicyEgressRule_1 = require("./v1NetworkPolicyEgressRule"); +const v1NetworkPolicyIngressRule_1 = require("./v1NetworkPolicyIngressRule"); +const v1NetworkPolicyList_1 = require("./v1NetworkPolicyList"); +const v1NetworkPolicyPeer_1 = require("./v1NetworkPolicyPeer"); +const v1NetworkPolicyPort_1 = require("./v1NetworkPolicyPort"); +const v1NetworkPolicySpec_1 = require("./v1NetworkPolicySpec"); +const v1Node_1 = require("./v1Node"); +const v1NodeAddress_1 = require("./v1NodeAddress"); +const v1NodeAffinity_1 = require("./v1NodeAffinity"); +const v1NodeCondition_1 = require("./v1NodeCondition"); +const v1NodeConfigSource_1 = require("./v1NodeConfigSource"); +const v1NodeConfigStatus_1 = require("./v1NodeConfigStatus"); +const v1NodeDaemonEndpoints_1 = require("./v1NodeDaemonEndpoints"); +const v1NodeList_1 = require("./v1NodeList"); +const v1NodeSelector_1 = require("./v1NodeSelector"); +const v1NodeSelectorRequirement_1 = require("./v1NodeSelectorRequirement"); +const v1NodeSelectorTerm_1 = require("./v1NodeSelectorTerm"); +const v1NodeSpec_1 = require("./v1NodeSpec"); +const v1NodeStatus_1 = require("./v1NodeStatus"); +const v1NodeSystemInfo_1 = require("./v1NodeSystemInfo"); +const v1NonResourceAttributes_1 = require("./v1NonResourceAttributes"); +const v1NonResourceRule_1 = require("./v1NonResourceRule"); +const v1ObjectFieldSelector_1 = require("./v1ObjectFieldSelector"); +const v1ObjectMeta_1 = require("./v1ObjectMeta"); +const v1ObjectReference_1 = require("./v1ObjectReference"); +const v1OwnerReference_1 = require("./v1OwnerReference"); +const v1PersistentVolume_1 = require("./v1PersistentVolume"); +const v1PersistentVolumeClaim_1 = require("./v1PersistentVolumeClaim"); +const v1PersistentVolumeClaimCondition_1 = require("./v1PersistentVolumeClaimCondition"); +const v1PersistentVolumeClaimList_1 = require("./v1PersistentVolumeClaimList"); +const v1PersistentVolumeClaimSpec_1 = require("./v1PersistentVolumeClaimSpec"); +const v1PersistentVolumeClaimStatus_1 = require("./v1PersistentVolumeClaimStatus"); +const v1PersistentVolumeClaimVolumeSource_1 = require("./v1PersistentVolumeClaimVolumeSource"); +const v1PersistentVolumeList_1 = require("./v1PersistentVolumeList"); +const v1PersistentVolumeSpec_1 = require("./v1PersistentVolumeSpec"); +const v1PersistentVolumeStatus_1 = require("./v1PersistentVolumeStatus"); +const v1PhotonPersistentDiskVolumeSource_1 = require("./v1PhotonPersistentDiskVolumeSource"); +const v1Pod_1 = require("./v1Pod"); +const v1PodAffinity_1 = require("./v1PodAffinity"); +const v1PodAffinityTerm_1 = require("./v1PodAffinityTerm"); +const v1PodAntiAffinity_1 = require("./v1PodAntiAffinity"); +const v1PodCondition_1 = require("./v1PodCondition"); +const v1PodDNSConfig_1 = require("./v1PodDNSConfig"); +const v1PodDNSConfigOption_1 = require("./v1PodDNSConfigOption"); +const v1PodList_1 = require("./v1PodList"); +const v1PodReadinessGate_1 = require("./v1PodReadinessGate"); +const v1PodSecurityContext_1 = require("./v1PodSecurityContext"); +const v1PodSpec_1 = require("./v1PodSpec"); +const v1PodStatus_1 = require("./v1PodStatus"); +const v1PodTemplate_1 = require("./v1PodTemplate"); +const v1PodTemplateList_1 = require("./v1PodTemplateList"); +const v1PodTemplateSpec_1 = require("./v1PodTemplateSpec"); +const v1PolicyRule_1 = require("./v1PolicyRule"); +const v1PortworxVolumeSource_1 = require("./v1PortworxVolumeSource"); +const v1Preconditions_1 = require("./v1Preconditions"); +const v1PreferredSchedulingTerm_1 = require("./v1PreferredSchedulingTerm"); +const v1PriorityClass_1 = require("./v1PriorityClass"); +const v1PriorityClassList_1 = require("./v1PriorityClassList"); +const v1Probe_1 = require("./v1Probe"); +const v1ProjectedVolumeSource_1 = require("./v1ProjectedVolumeSource"); +const v1QuobyteVolumeSource_1 = require("./v1QuobyteVolumeSource"); +const v1RBDPersistentVolumeSource_1 = require("./v1RBDPersistentVolumeSource"); +const v1RBDVolumeSource_1 = require("./v1RBDVolumeSource"); +const v1ReplicaSet_1 = require("./v1ReplicaSet"); +const v1ReplicaSetCondition_1 = require("./v1ReplicaSetCondition"); +const v1ReplicaSetList_1 = require("./v1ReplicaSetList"); +const v1ReplicaSetSpec_1 = require("./v1ReplicaSetSpec"); +const v1ReplicaSetStatus_1 = require("./v1ReplicaSetStatus"); +const v1ReplicationController_1 = require("./v1ReplicationController"); +const v1ReplicationControllerCondition_1 = require("./v1ReplicationControllerCondition"); +const v1ReplicationControllerList_1 = require("./v1ReplicationControllerList"); +const v1ReplicationControllerSpec_1 = require("./v1ReplicationControllerSpec"); +const v1ReplicationControllerStatus_1 = require("./v1ReplicationControllerStatus"); +const v1ResourceAttributes_1 = require("./v1ResourceAttributes"); +const v1ResourceFieldSelector_1 = require("./v1ResourceFieldSelector"); +const v1ResourceQuota_1 = require("./v1ResourceQuota"); +const v1ResourceQuotaList_1 = require("./v1ResourceQuotaList"); +const v1ResourceQuotaSpec_1 = require("./v1ResourceQuotaSpec"); +const v1ResourceQuotaStatus_1 = require("./v1ResourceQuotaStatus"); +const v1ResourceRequirements_1 = require("./v1ResourceRequirements"); +const v1ResourceRule_1 = require("./v1ResourceRule"); +const v1Role_1 = require("./v1Role"); +const v1RoleBinding_1 = require("./v1RoleBinding"); +const v1RoleBindingList_1 = require("./v1RoleBindingList"); +const v1RoleList_1 = require("./v1RoleList"); +const v1RoleRef_1 = require("./v1RoleRef"); +const v1RollingUpdateDaemonSet_1 = require("./v1RollingUpdateDaemonSet"); +const v1RollingUpdateDeployment_1 = require("./v1RollingUpdateDeployment"); +const v1RollingUpdateStatefulSetStrategy_1 = require("./v1RollingUpdateStatefulSetStrategy"); +const v1SELinuxOptions_1 = require("./v1SELinuxOptions"); +const v1Scale_1 = require("./v1Scale"); +const v1ScaleIOPersistentVolumeSource_1 = require("./v1ScaleIOPersistentVolumeSource"); +const v1ScaleIOVolumeSource_1 = require("./v1ScaleIOVolumeSource"); +const v1ScaleSpec_1 = require("./v1ScaleSpec"); +const v1ScaleStatus_1 = require("./v1ScaleStatus"); +const v1ScopeSelector_1 = require("./v1ScopeSelector"); +const v1ScopedResourceSelectorRequirement_1 = require("./v1ScopedResourceSelectorRequirement"); +const v1Secret_1 = require("./v1Secret"); +const v1SecretEnvSource_1 = require("./v1SecretEnvSource"); +const v1SecretKeySelector_1 = require("./v1SecretKeySelector"); +const v1SecretList_1 = require("./v1SecretList"); +const v1SecretProjection_1 = require("./v1SecretProjection"); +const v1SecretReference_1 = require("./v1SecretReference"); +const v1SecretVolumeSource_1 = require("./v1SecretVolumeSource"); +const v1SecurityContext_1 = require("./v1SecurityContext"); +const v1SelfSubjectAccessReview_1 = require("./v1SelfSubjectAccessReview"); +const v1SelfSubjectAccessReviewSpec_1 = require("./v1SelfSubjectAccessReviewSpec"); +const v1SelfSubjectRulesReview_1 = require("./v1SelfSubjectRulesReview"); +const v1SelfSubjectRulesReviewSpec_1 = require("./v1SelfSubjectRulesReviewSpec"); +const v1ServerAddressByClientCIDR_1 = require("./v1ServerAddressByClientCIDR"); +const v1Service_1 = require("./v1Service"); +const v1ServiceAccount_1 = require("./v1ServiceAccount"); +const v1ServiceAccountList_1 = require("./v1ServiceAccountList"); +const v1ServiceAccountTokenProjection_1 = require("./v1ServiceAccountTokenProjection"); +const v1ServiceList_1 = require("./v1ServiceList"); +const v1ServicePort_1 = require("./v1ServicePort"); +const v1ServiceReference_1 = require("./v1ServiceReference"); +const v1ServiceSpec_1 = require("./v1ServiceSpec"); +const v1ServiceStatus_1 = require("./v1ServiceStatus"); +const v1SessionAffinityConfig_1 = require("./v1SessionAffinityConfig"); +const v1StatefulSet_1 = require("./v1StatefulSet"); +const v1StatefulSetCondition_1 = require("./v1StatefulSetCondition"); +const v1StatefulSetList_1 = require("./v1StatefulSetList"); +const v1StatefulSetSpec_1 = require("./v1StatefulSetSpec"); +const v1StatefulSetStatus_1 = require("./v1StatefulSetStatus"); +const v1StatefulSetUpdateStrategy_1 = require("./v1StatefulSetUpdateStrategy"); +const v1Status_1 = require("./v1Status"); +const v1StatusCause_1 = require("./v1StatusCause"); +const v1StatusDetails_1 = require("./v1StatusDetails"); +const v1StorageClass_1 = require("./v1StorageClass"); +const v1StorageClassList_1 = require("./v1StorageClassList"); +const v1StorageOSPersistentVolumeSource_1 = require("./v1StorageOSPersistentVolumeSource"); +const v1StorageOSVolumeSource_1 = require("./v1StorageOSVolumeSource"); +const v1Subject_1 = require("./v1Subject"); +const v1SubjectAccessReview_1 = require("./v1SubjectAccessReview"); +const v1SubjectAccessReviewSpec_1 = require("./v1SubjectAccessReviewSpec"); +const v1SubjectAccessReviewStatus_1 = require("./v1SubjectAccessReviewStatus"); +const v1SubjectRulesReviewStatus_1 = require("./v1SubjectRulesReviewStatus"); +const v1Sysctl_1 = require("./v1Sysctl"); +const v1TCPSocketAction_1 = require("./v1TCPSocketAction"); +const v1Taint_1 = require("./v1Taint"); +const v1TokenReview_1 = require("./v1TokenReview"); +const v1TokenReviewSpec_1 = require("./v1TokenReviewSpec"); +const v1TokenReviewStatus_1 = require("./v1TokenReviewStatus"); +const v1Toleration_1 = require("./v1Toleration"); +const v1TopologySelectorLabelRequirement_1 = require("./v1TopologySelectorLabelRequirement"); +const v1TopologySelectorTerm_1 = require("./v1TopologySelectorTerm"); +const v1TypedLocalObjectReference_1 = require("./v1TypedLocalObjectReference"); +const v1UserInfo_1 = require("./v1UserInfo"); +const v1Volume_1 = require("./v1Volume"); +const v1VolumeAttachment_1 = require("./v1VolumeAttachment"); +const v1VolumeAttachmentList_1 = require("./v1VolumeAttachmentList"); +const v1VolumeAttachmentSource_1 = require("./v1VolumeAttachmentSource"); +const v1VolumeAttachmentSpec_1 = require("./v1VolumeAttachmentSpec"); +const v1VolumeAttachmentStatus_1 = require("./v1VolumeAttachmentStatus"); +const v1VolumeDevice_1 = require("./v1VolumeDevice"); +const v1VolumeError_1 = require("./v1VolumeError"); +const v1VolumeMount_1 = require("./v1VolumeMount"); +const v1VolumeNodeAffinity_1 = require("./v1VolumeNodeAffinity"); +const v1VolumeProjection_1 = require("./v1VolumeProjection"); +const v1VsphereVirtualDiskVolumeSource_1 = require("./v1VsphereVirtualDiskVolumeSource"); +const v1WatchEvent_1 = require("./v1WatchEvent"); +const v1WeightedPodAffinityTerm_1 = require("./v1WeightedPodAffinityTerm"); +const v1WindowsSecurityContextOptions_1 = require("./v1WindowsSecurityContextOptions"); +const v1alpha1AggregationRule_1 = require("./v1alpha1AggregationRule"); +const v1alpha1AuditSink_1 = require("./v1alpha1AuditSink"); +const v1alpha1AuditSinkList_1 = require("./v1alpha1AuditSinkList"); +const v1alpha1AuditSinkSpec_1 = require("./v1alpha1AuditSinkSpec"); +const v1alpha1ClusterRole_1 = require("./v1alpha1ClusterRole"); +const v1alpha1ClusterRoleBinding_1 = require("./v1alpha1ClusterRoleBinding"); +const v1alpha1ClusterRoleBindingList_1 = require("./v1alpha1ClusterRoleBindingList"); +const v1alpha1ClusterRoleList_1 = require("./v1alpha1ClusterRoleList"); +const v1alpha1PodPreset_1 = require("./v1alpha1PodPreset"); +const v1alpha1PodPresetList_1 = require("./v1alpha1PodPresetList"); +const v1alpha1PodPresetSpec_1 = require("./v1alpha1PodPresetSpec"); +const v1alpha1Policy_1 = require("./v1alpha1Policy"); +const v1alpha1PolicyRule_1 = require("./v1alpha1PolicyRule"); +const v1alpha1PriorityClass_1 = require("./v1alpha1PriorityClass"); +const v1alpha1PriorityClassList_1 = require("./v1alpha1PriorityClassList"); +const v1alpha1Role_1 = require("./v1alpha1Role"); +const v1alpha1RoleBinding_1 = require("./v1alpha1RoleBinding"); +const v1alpha1RoleBindingList_1 = require("./v1alpha1RoleBindingList"); +const v1alpha1RoleList_1 = require("./v1alpha1RoleList"); +const v1alpha1RoleRef_1 = require("./v1alpha1RoleRef"); +const v1alpha1RuntimeClass_1 = require("./v1alpha1RuntimeClass"); +const v1alpha1RuntimeClassList_1 = require("./v1alpha1RuntimeClassList"); +const v1alpha1RuntimeClassSpec_1 = require("./v1alpha1RuntimeClassSpec"); +const v1alpha1ServiceReference_1 = require("./v1alpha1ServiceReference"); +const v1alpha1Subject_1 = require("./v1alpha1Subject"); +const v1alpha1VolumeAttachment_1 = require("./v1alpha1VolumeAttachment"); +const v1alpha1VolumeAttachmentList_1 = require("./v1alpha1VolumeAttachmentList"); +const v1alpha1VolumeAttachmentSource_1 = require("./v1alpha1VolumeAttachmentSource"); +const v1alpha1VolumeAttachmentSpec_1 = require("./v1alpha1VolumeAttachmentSpec"); +const v1alpha1VolumeAttachmentStatus_1 = require("./v1alpha1VolumeAttachmentStatus"); +const v1alpha1VolumeError_1 = require("./v1alpha1VolumeError"); +const v1alpha1Webhook_1 = require("./v1alpha1Webhook"); +const v1alpha1WebhookClientConfig_1 = require("./v1alpha1WebhookClientConfig"); +const v1alpha1WebhookThrottleConfig_1 = require("./v1alpha1WebhookThrottleConfig"); +const v1beta1APIService_1 = require("./v1beta1APIService"); +const v1beta1APIServiceCondition_1 = require("./v1beta1APIServiceCondition"); +const v1beta1APIServiceList_1 = require("./v1beta1APIServiceList"); +const v1beta1APIServiceSpec_1 = require("./v1beta1APIServiceSpec"); +const v1beta1APIServiceStatus_1 = require("./v1beta1APIServiceStatus"); +const v1beta1AggregationRule_1 = require("./v1beta1AggregationRule"); +const v1beta1CSIDriver_1 = require("./v1beta1CSIDriver"); +const v1beta1CSIDriverList_1 = require("./v1beta1CSIDriverList"); +const v1beta1CSIDriverSpec_1 = require("./v1beta1CSIDriverSpec"); +const v1beta1CSINode_1 = require("./v1beta1CSINode"); +const v1beta1CSINodeDriver_1 = require("./v1beta1CSINodeDriver"); +const v1beta1CSINodeList_1 = require("./v1beta1CSINodeList"); +const v1beta1CSINodeSpec_1 = require("./v1beta1CSINodeSpec"); +const v1beta1CertificateSigningRequest_1 = require("./v1beta1CertificateSigningRequest"); +const v1beta1CertificateSigningRequestCondition_1 = require("./v1beta1CertificateSigningRequestCondition"); +const v1beta1CertificateSigningRequestList_1 = require("./v1beta1CertificateSigningRequestList"); +const v1beta1CertificateSigningRequestSpec_1 = require("./v1beta1CertificateSigningRequestSpec"); +const v1beta1CertificateSigningRequestStatus_1 = require("./v1beta1CertificateSigningRequestStatus"); +const v1beta1ClusterRole_1 = require("./v1beta1ClusterRole"); +const v1beta1ClusterRoleBinding_1 = require("./v1beta1ClusterRoleBinding"); +const v1beta1ClusterRoleBindingList_1 = require("./v1beta1ClusterRoleBindingList"); +const v1beta1ClusterRoleList_1 = require("./v1beta1ClusterRoleList"); +const v1beta1ControllerRevision_1 = require("./v1beta1ControllerRevision"); +const v1beta1ControllerRevisionList_1 = require("./v1beta1ControllerRevisionList"); +const v1beta1CronJob_1 = require("./v1beta1CronJob"); +const v1beta1CronJobList_1 = require("./v1beta1CronJobList"); +const v1beta1CronJobSpec_1 = require("./v1beta1CronJobSpec"); +const v1beta1CronJobStatus_1 = require("./v1beta1CronJobStatus"); +const v1beta1CustomResourceColumnDefinition_1 = require("./v1beta1CustomResourceColumnDefinition"); +const v1beta1CustomResourceConversion_1 = require("./v1beta1CustomResourceConversion"); +const v1beta1CustomResourceDefinition_1 = require("./v1beta1CustomResourceDefinition"); +const v1beta1CustomResourceDefinitionCondition_1 = require("./v1beta1CustomResourceDefinitionCondition"); +const v1beta1CustomResourceDefinitionList_1 = require("./v1beta1CustomResourceDefinitionList"); +const v1beta1CustomResourceDefinitionNames_1 = require("./v1beta1CustomResourceDefinitionNames"); +const v1beta1CustomResourceDefinitionSpec_1 = require("./v1beta1CustomResourceDefinitionSpec"); +const v1beta1CustomResourceDefinitionStatus_1 = require("./v1beta1CustomResourceDefinitionStatus"); +const v1beta1CustomResourceDefinitionVersion_1 = require("./v1beta1CustomResourceDefinitionVersion"); +const v1beta1CustomResourceSubresourceScale_1 = require("./v1beta1CustomResourceSubresourceScale"); +const v1beta1CustomResourceSubresources_1 = require("./v1beta1CustomResourceSubresources"); +const v1beta1CustomResourceValidation_1 = require("./v1beta1CustomResourceValidation"); +const v1beta1DaemonSet_1 = require("./v1beta1DaemonSet"); +const v1beta1DaemonSetCondition_1 = require("./v1beta1DaemonSetCondition"); +const v1beta1DaemonSetList_1 = require("./v1beta1DaemonSetList"); +const v1beta1DaemonSetSpec_1 = require("./v1beta1DaemonSetSpec"); +const v1beta1DaemonSetStatus_1 = require("./v1beta1DaemonSetStatus"); +const v1beta1DaemonSetUpdateStrategy_1 = require("./v1beta1DaemonSetUpdateStrategy"); +const v1beta1Event_1 = require("./v1beta1Event"); +const v1beta1EventList_1 = require("./v1beta1EventList"); +const v1beta1EventSeries_1 = require("./v1beta1EventSeries"); +const v1beta1Eviction_1 = require("./v1beta1Eviction"); +const v1beta1ExternalDocumentation_1 = require("./v1beta1ExternalDocumentation"); +const v1beta1IPBlock_1 = require("./v1beta1IPBlock"); +const v1beta1JSONSchemaProps_1 = require("./v1beta1JSONSchemaProps"); +const v1beta1JobTemplateSpec_1 = require("./v1beta1JobTemplateSpec"); +const v1beta1Lease_1 = require("./v1beta1Lease"); +const v1beta1LeaseList_1 = require("./v1beta1LeaseList"); +const v1beta1LeaseSpec_1 = require("./v1beta1LeaseSpec"); +const v1beta1LocalSubjectAccessReview_1 = require("./v1beta1LocalSubjectAccessReview"); +const v1beta1MutatingWebhook_1 = require("./v1beta1MutatingWebhook"); +const v1beta1MutatingWebhookConfiguration_1 = require("./v1beta1MutatingWebhookConfiguration"); +const v1beta1MutatingWebhookConfigurationList_1 = require("./v1beta1MutatingWebhookConfigurationList"); +const v1beta1NetworkPolicy_1 = require("./v1beta1NetworkPolicy"); +const v1beta1NetworkPolicyEgressRule_1 = require("./v1beta1NetworkPolicyEgressRule"); +const v1beta1NetworkPolicyIngressRule_1 = require("./v1beta1NetworkPolicyIngressRule"); +const v1beta1NetworkPolicyList_1 = require("./v1beta1NetworkPolicyList"); +const v1beta1NetworkPolicyPeer_1 = require("./v1beta1NetworkPolicyPeer"); +const v1beta1NetworkPolicyPort_1 = require("./v1beta1NetworkPolicyPort"); +const v1beta1NetworkPolicySpec_1 = require("./v1beta1NetworkPolicySpec"); +const v1beta1NonResourceAttributes_1 = require("./v1beta1NonResourceAttributes"); +const v1beta1NonResourceRule_1 = require("./v1beta1NonResourceRule"); +const v1beta1PodDisruptionBudget_1 = require("./v1beta1PodDisruptionBudget"); +const v1beta1PodDisruptionBudgetList_1 = require("./v1beta1PodDisruptionBudgetList"); +const v1beta1PodDisruptionBudgetSpec_1 = require("./v1beta1PodDisruptionBudgetSpec"); +const v1beta1PodDisruptionBudgetStatus_1 = require("./v1beta1PodDisruptionBudgetStatus"); +const v1beta1PolicyRule_1 = require("./v1beta1PolicyRule"); +const v1beta1PriorityClass_1 = require("./v1beta1PriorityClass"); +const v1beta1PriorityClassList_1 = require("./v1beta1PriorityClassList"); +const v1beta1ReplicaSet_1 = require("./v1beta1ReplicaSet"); +const v1beta1ReplicaSetCondition_1 = require("./v1beta1ReplicaSetCondition"); +const v1beta1ReplicaSetList_1 = require("./v1beta1ReplicaSetList"); +const v1beta1ReplicaSetSpec_1 = require("./v1beta1ReplicaSetSpec"); +const v1beta1ReplicaSetStatus_1 = require("./v1beta1ReplicaSetStatus"); +const v1beta1ResourceAttributes_1 = require("./v1beta1ResourceAttributes"); +const v1beta1ResourceRule_1 = require("./v1beta1ResourceRule"); +const v1beta1Role_1 = require("./v1beta1Role"); +const v1beta1RoleBinding_1 = require("./v1beta1RoleBinding"); +const v1beta1RoleBindingList_1 = require("./v1beta1RoleBindingList"); +const v1beta1RoleList_1 = require("./v1beta1RoleList"); +const v1beta1RoleRef_1 = require("./v1beta1RoleRef"); +const v1beta1RollingUpdateDaemonSet_1 = require("./v1beta1RollingUpdateDaemonSet"); +const v1beta1RollingUpdateStatefulSetStrategy_1 = require("./v1beta1RollingUpdateStatefulSetStrategy"); +const v1beta1RuleWithOperations_1 = require("./v1beta1RuleWithOperations"); +const v1beta1RuntimeClass_1 = require("./v1beta1RuntimeClass"); +const v1beta1RuntimeClassList_1 = require("./v1beta1RuntimeClassList"); +const v1beta1SelfSubjectAccessReview_1 = require("./v1beta1SelfSubjectAccessReview"); +const v1beta1SelfSubjectAccessReviewSpec_1 = require("./v1beta1SelfSubjectAccessReviewSpec"); +const v1beta1SelfSubjectRulesReview_1 = require("./v1beta1SelfSubjectRulesReview"); +const v1beta1SelfSubjectRulesReviewSpec_1 = require("./v1beta1SelfSubjectRulesReviewSpec"); +const v1beta1StatefulSet_1 = require("./v1beta1StatefulSet"); +const v1beta1StatefulSetCondition_1 = require("./v1beta1StatefulSetCondition"); +const v1beta1StatefulSetList_1 = require("./v1beta1StatefulSetList"); +const v1beta1StatefulSetSpec_1 = require("./v1beta1StatefulSetSpec"); +const v1beta1StatefulSetStatus_1 = require("./v1beta1StatefulSetStatus"); +const v1beta1StatefulSetUpdateStrategy_1 = require("./v1beta1StatefulSetUpdateStrategy"); +const v1beta1StorageClass_1 = require("./v1beta1StorageClass"); +const v1beta1StorageClassList_1 = require("./v1beta1StorageClassList"); +const v1beta1Subject_1 = require("./v1beta1Subject"); +const v1beta1SubjectAccessReview_1 = require("./v1beta1SubjectAccessReview"); +const v1beta1SubjectAccessReviewSpec_1 = require("./v1beta1SubjectAccessReviewSpec"); +const v1beta1SubjectAccessReviewStatus_1 = require("./v1beta1SubjectAccessReviewStatus"); +const v1beta1SubjectRulesReviewStatus_1 = require("./v1beta1SubjectRulesReviewStatus"); +const v1beta1TokenReview_1 = require("./v1beta1TokenReview"); +const v1beta1TokenReviewSpec_1 = require("./v1beta1TokenReviewSpec"); +const v1beta1TokenReviewStatus_1 = require("./v1beta1TokenReviewStatus"); +const v1beta1UserInfo_1 = require("./v1beta1UserInfo"); +const v1beta1ValidatingWebhook_1 = require("./v1beta1ValidatingWebhook"); +const v1beta1ValidatingWebhookConfiguration_1 = require("./v1beta1ValidatingWebhookConfiguration"); +const v1beta1ValidatingWebhookConfigurationList_1 = require("./v1beta1ValidatingWebhookConfigurationList"); +const v1beta1VolumeAttachment_1 = require("./v1beta1VolumeAttachment"); +const v1beta1VolumeAttachmentList_1 = require("./v1beta1VolumeAttachmentList"); +const v1beta1VolumeAttachmentSource_1 = require("./v1beta1VolumeAttachmentSource"); +const v1beta1VolumeAttachmentSpec_1 = require("./v1beta1VolumeAttachmentSpec"); +const v1beta1VolumeAttachmentStatus_1 = require("./v1beta1VolumeAttachmentStatus"); +const v1beta1VolumeError_1 = require("./v1beta1VolumeError"); +const v1beta2ControllerRevision_1 = require("./v1beta2ControllerRevision"); +const v1beta2ControllerRevisionList_1 = require("./v1beta2ControllerRevisionList"); +const v1beta2DaemonSet_1 = require("./v1beta2DaemonSet"); +const v1beta2DaemonSetCondition_1 = require("./v1beta2DaemonSetCondition"); +const v1beta2DaemonSetList_1 = require("./v1beta2DaemonSetList"); +const v1beta2DaemonSetSpec_1 = require("./v1beta2DaemonSetSpec"); +const v1beta2DaemonSetStatus_1 = require("./v1beta2DaemonSetStatus"); +const v1beta2DaemonSetUpdateStrategy_1 = require("./v1beta2DaemonSetUpdateStrategy"); +const v1beta2Deployment_1 = require("./v1beta2Deployment"); +const v1beta2DeploymentCondition_1 = require("./v1beta2DeploymentCondition"); +const v1beta2DeploymentList_1 = require("./v1beta2DeploymentList"); +const v1beta2DeploymentSpec_1 = require("./v1beta2DeploymentSpec"); +const v1beta2DeploymentStatus_1 = require("./v1beta2DeploymentStatus"); +const v1beta2DeploymentStrategy_1 = require("./v1beta2DeploymentStrategy"); +const v1beta2ReplicaSet_1 = require("./v1beta2ReplicaSet"); +const v1beta2ReplicaSetCondition_1 = require("./v1beta2ReplicaSetCondition"); +const v1beta2ReplicaSetList_1 = require("./v1beta2ReplicaSetList"); +const v1beta2ReplicaSetSpec_1 = require("./v1beta2ReplicaSetSpec"); +const v1beta2ReplicaSetStatus_1 = require("./v1beta2ReplicaSetStatus"); +const v1beta2RollingUpdateDaemonSet_1 = require("./v1beta2RollingUpdateDaemonSet"); +const v1beta2RollingUpdateDeployment_1 = require("./v1beta2RollingUpdateDeployment"); +const v1beta2RollingUpdateStatefulSetStrategy_1 = require("./v1beta2RollingUpdateStatefulSetStrategy"); +const v1beta2Scale_1 = require("./v1beta2Scale"); +const v1beta2ScaleSpec_1 = require("./v1beta2ScaleSpec"); +const v1beta2ScaleStatus_1 = require("./v1beta2ScaleStatus"); +const v1beta2StatefulSet_1 = require("./v1beta2StatefulSet"); +const v1beta2StatefulSetCondition_1 = require("./v1beta2StatefulSetCondition"); +const v1beta2StatefulSetList_1 = require("./v1beta2StatefulSetList"); +const v1beta2StatefulSetSpec_1 = require("./v1beta2StatefulSetSpec"); +const v1beta2StatefulSetStatus_1 = require("./v1beta2StatefulSetStatus"); +const v1beta2StatefulSetUpdateStrategy_1 = require("./v1beta2StatefulSetUpdateStrategy"); +const v2alpha1CronJob_1 = require("./v2alpha1CronJob"); +const v2alpha1CronJobList_1 = require("./v2alpha1CronJobList"); +const v2alpha1CronJobSpec_1 = require("./v2alpha1CronJobSpec"); +const v2alpha1CronJobStatus_1 = require("./v2alpha1CronJobStatus"); +const v2alpha1JobTemplateSpec_1 = require("./v2alpha1JobTemplateSpec"); +const v2beta1CrossVersionObjectReference_1 = require("./v2beta1CrossVersionObjectReference"); +const v2beta1ExternalMetricSource_1 = require("./v2beta1ExternalMetricSource"); +const v2beta1ExternalMetricStatus_1 = require("./v2beta1ExternalMetricStatus"); +const v2beta1HorizontalPodAutoscaler_1 = require("./v2beta1HorizontalPodAutoscaler"); +const v2beta1HorizontalPodAutoscalerCondition_1 = require("./v2beta1HorizontalPodAutoscalerCondition"); +const v2beta1HorizontalPodAutoscalerList_1 = require("./v2beta1HorizontalPodAutoscalerList"); +const v2beta1HorizontalPodAutoscalerSpec_1 = require("./v2beta1HorizontalPodAutoscalerSpec"); +const v2beta1HorizontalPodAutoscalerStatus_1 = require("./v2beta1HorizontalPodAutoscalerStatus"); +const v2beta1MetricSpec_1 = require("./v2beta1MetricSpec"); +const v2beta1MetricStatus_1 = require("./v2beta1MetricStatus"); +const v2beta1ObjectMetricSource_1 = require("./v2beta1ObjectMetricSource"); +const v2beta1ObjectMetricStatus_1 = require("./v2beta1ObjectMetricStatus"); +const v2beta1PodsMetricSource_1 = require("./v2beta1PodsMetricSource"); +const v2beta1PodsMetricStatus_1 = require("./v2beta1PodsMetricStatus"); +const v2beta1ResourceMetricSource_1 = require("./v2beta1ResourceMetricSource"); +const v2beta1ResourceMetricStatus_1 = require("./v2beta1ResourceMetricStatus"); +const v2beta2CrossVersionObjectReference_1 = require("./v2beta2CrossVersionObjectReference"); +const v2beta2ExternalMetricSource_1 = require("./v2beta2ExternalMetricSource"); +const v2beta2ExternalMetricStatus_1 = require("./v2beta2ExternalMetricStatus"); +const v2beta2HorizontalPodAutoscaler_1 = require("./v2beta2HorizontalPodAutoscaler"); +const v2beta2HorizontalPodAutoscalerCondition_1 = require("./v2beta2HorizontalPodAutoscalerCondition"); +const v2beta2HorizontalPodAutoscalerList_1 = require("./v2beta2HorizontalPodAutoscalerList"); +const v2beta2HorizontalPodAutoscalerSpec_1 = require("./v2beta2HorizontalPodAutoscalerSpec"); +const v2beta2HorizontalPodAutoscalerStatus_1 = require("./v2beta2HorizontalPodAutoscalerStatus"); +const v2beta2MetricIdentifier_1 = require("./v2beta2MetricIdentifier"); +const v2beta2MetricSpec_1 = require("./v2beta2MetricSpec"); +const v2beta2MetricStatus_1 = require("./v2beta2MetricStatus"); +const v2beta2MetricTarget_1 = require("./v2beta2MetricTarget"); +const v2beta2MetricValueStatus_1 = require("./v2beta2MetricValueStatus"); +const v2beta2ObjectMetricSource_1 = require("./v2beta2ObjectMetricSource"); +const v2beta2ObjectMetricStatus_1 = require("./v2beta2ObjectMetricStatus"); +const v2beta2PodsMetricSource_1 = require("./v2beta2PodsMetricSource"); +const v2beta2PodsMetricStatus_1 = require("./v2beta2PodsMetricStatus"); +const v2beta2ResourceMetricSource_1 = require("./v2beta2ResourceMetricSource"); +const v2beta2ResourceMetricStatus_1 = require("./v2beta2ResourceMetricStatus"); +const versionInfo_1 = require("./versionInfo"); +/* tslint:disable:no-unused-variable */ +let primitives = [ + "string", + "boolean", + "double", + "integer", + "long", + "float", + "number", + "any" +]; +let enumsMap = {}; +let typeMap = { + "AdmissionregistrationV1beta1ServiceReference": admissionregistrationV1beta1ServiceReference_1.AdmissionregistrationV1beta1ServiceReference, + "AdmissionregistrationV1beta1WebhookClientConfig": admissionregistrationV1beta1WebhookClientConfig_1.AdmissionregistrationV1beta1WebhookClientConfig, + "ApiextensionsV1beta1ServiceReference": apiextensionsV1beta1ServiceReference_1.ApiextensionsV1beta1ServiceReference, + "ApiextensionsV1beta1WebhookClientConfig": apiextensionsV1beta1WebhookClientConfig_1.ApiextensionsV1beta1WebhookClientConfig, + "ApiregistrationV1beta1ServiceReference": apiregistrationV1beta1ServiceReference_1.ApiregistrationV1beta1ServiceReference, + "AppsV1beta1Deployment": appsV1beta1Deployment_1.AppsV1beta1Deployment, + "AppsV1beta1DeploymentCondition": appsV1beta1DeploymentCondition_1.AppsV1beta1DeploymentCondition, + "AppsV1beta1DeploymentList": appsV1beta1DeploymentList_1.AppsV1beta1DeploymentList, + "AppsV1beta1DeploymentRollback": appsV1beta1DeploymentRollback_1.AppsV1beta1DeploymentRollback, + "AppsV1beta1DeploymentSpec": appsV1beta1DeploymentSpec_1.AppsV1beta1DeploymentSpec, + "AppsV1beta1DeploymentStatus": appsV1beta1DeploymentStatus_1.AppsV1beta1DeploymentStatus, + "AppsV1beta1DeploymentStrategy": appsV1beta1DeploymentStrategy_1.AppsV1beta1DeploymentStrategy, + "AppsV1beta1RollbackConfig": appsV1beta1RollbackConfig_1.AppsV1beta1RollbackConfig, + "AppsV1beta1RollingUpdateDeployment": appsV1beta1RollingUpdateDeployment_1.AppsV1beta1RollingUpdateDeployment, + "AppsV1beta1Scale": appsV1beta1Scale_1.AppsV1beta1Scale, + "AppsV1beta1ScaleSpec": appsV1beta1ScaleSpec_1.AppsV1beta1ScaleSpec, + "AppsV1beta1ScaleStatus": appsV1beta1ScaleStatus_1.AppsV1beta1ScaleStatus, + "ExtensionsV1beta1AllowedCSIDriver": extensionsV1beta1AllowedCSIDriver_1.ExtensionsV1beta1AllowedCSIDriver, + "ExtensionsV1beta1AllowedFlexVolume": extensionsV1beta1AllowedFlexVolume_1.ExtensionsV1beta1AllowedFlexVolume, + "ExtensionsV1beta1AllowedHostPath": extensionsV1beta1AllowedHostPath_1.ExtensionsV1beta1AllowedHostPath, + "ExtensionsV1beta1Deployment": extensionsV1beta1Deployment_1.ExtensionsV1beta1Deployment, + "ExtensionsV1beta1DeploymentCondition": extensionsV1beta1DeploymentCondition_1.ExtensionsV1beta1DeploymentCondition, + "ExtensionsV1beta1DeploymentList": extensionsV1beta1DeploymentList_1.ExtensionsV1beta1DeploymentList, + "ExtensionsV1beta1DeploymentRollback": extensionsV1beta1DeploymentRollback_1.ExtensionsV1beta1DeploymentRollback, + "ExtensionsV1beta1DeploymentSpec": extensionsV1beta1DeploymentSpec_1.ExtensionsV1beta1DeploymentSpec, + "ExtensionsV1beta1DeploymentStatus": extensionsV1beta1DeploymentStatus_1.ExtensionsV1beta1DeploymentStatus, + "ExtensionsV1beta1DeploymentStrategy": extensionsV1beta1DeploymentStrategy_1.ExtensionsV1beta1DeploymentStrategy, + "ExtensionsV1beta1FSGroupStrategyOptions": extensionsV1beta1FSGroupStrategyOptions_1.ExtensionsV1beta1FSGroupStrategyOptions, + "ExtensionsV1beta1HTTPIngressPath": extensionsV1beta1HTTPIngressPath_1.ExtensionsV1beta1HTTPIngressPath, + "ExtensionsV1beta1HTTPIngressRuleValue": extensionsV1beta1HTTPIngressRuleValue_1.ExtensionsV1beta1HTTPIngressRuleValue, + "ExtensionsV1beta1HostPortRange": extensionsV1beta1HostPortRange_1.ExtensionsV1beta1HostPortRange, + "ExtensionsV1beta1IDRange": extensionsV1beta1IDRange_1.ExtensionsV1beta1IDRange, + "ExtensionsV1beta1Ingress": extensionsV1beta1Ingress_1.ExtensionsV1beta1Ingress, + "ExtensionsV1beta1IngressBackend": extensionsV1beta1IngressBackend_1.ExtensionsV1beta1IngressBackend, + "ExtensionsV1beta1IngressList": extensionsV1beta1IngressList_1.ExtensionsV1beta1IngressList, + "ExtensionsV1beta1IngressRule": extensionsV1beta1IngressRule_1.ExtensionsV1beta1IngressRule, + "ExtensionsV1beta1IngressSpec": extensionsV1beta1IngressSpec_1.ExtensionsV1beta1IngressSpec, + "ExtensionsV1beta1IngressStatus": extensionsV1beta1IngressStatus_1.ExtensionsV1beta1IngressStatus, + "ExtensionsV1beta1IngressTLS": extensionsV1beta1IngressTLS_1.ExtensionsV1beta1IngressTLS, + "ExtensionsV1beta1PodSecurityPolicy": extensionsV1beta1PodSecurityPolicy_1.ExtensionsV1beta1PodSecurityPolicy, + "ExtensionsV1beta1PodSecurityPolicyList": extensionsV1beta1PodSecurityPolicyList_1.ExtensionsV1beta1PodSecurityPolicyList, + "ExtensionsV1beta1PodSecurityPolicySpec": extensionsV1beta1PodSecurityPolicySpec_1.ExtensionsV1beta1PodSecurityPolicySpec, + "ExtensionsV1beta1RollbackConfig": extensionsV1beta1RollbackConfig_1.ExtensionsV1beta1RollbackConfig, + "ExtensionsV1beta1RollingUpdateDeployment": extensionsV1beta1RollingUpdateDeployment_1.ExtensionsV1beta1RollingUpdateDeployment, + "ExtensionsV1beta1RunAsGroupStrategyOptions": extensionsV1beta1RunAsGroupStrategyOptions_1.ExtensionsV1beta1RunAsGroupStrategyOptions, + "ExtensionsV1beta1RunAsUserStrategyOptions": extensionsV1beta1RunAsUserStrategyOptions_1.ExtensionsV1beta1RunAsUserStrategyOptions, + "ExtensionsV1beta1RuntimeClassStrategyOptions": extensionsV1beta1RuntimeClassStrategyOptions_1.ExtensionsV1beta1RuntimeClassStrategyOptions, + "ExtensionsV1beta1SELinuxStrategyOptions": extensionsV1beta1SELinuxStrategyOptions_1.ExtensionsV1beta1SELinuxStrategyOptions, + "ExtensionsV1beta1Scale": extensionsV1beta1Scale_1.ExtensionsV1beta1Scale, + "ExtensionsV1beta1ScaleSpec": extensionsV1beta1ScaleSpec_1.ExtensionsV1beta1ScaleSpec, + "ExtensionsV1beta1ScaleStatus": extensionsV1beta1ScaleStatus_1.ExtensionsV1beta1ScaleStatus, + "ExtensionsV1beta1SupplementalGroupsStrategyOptions": extensionsV1beta1SupplementalGroupsStrategyOptions_1.ExtensionsV1beta1SupplementalGroupsStrategyOptions, + "NetworkingV1beta1HTTPIngressPath": networkingV1beta1HTTPIngressPath_1.NetworkingV1beta1HTTPIngressPath, + "NetworkingV1beta1HTTPIngressRuleValue": networkingV1beta1HTTPIngressRuleValue_1.NetworkingV1beta1HTTPIngressRuleValue, + "NetworkingV1beta1Ingress": networkingV1beta1Ingress_1.NetworkingV1beta1Ingress, + "NetworkingV1beta1IngressBackend": networkingV1beta1IngressBackend_1.NetworkingV1beta1IngressBackend, + "NetworkingV1beta1IngressList": networkingV1beta1IngressList_1.NetworkingV1beta1IngressList, + "NetworkingV1beta1IngressRule": networkingV1beta1IngressRule_1.NetworkingV1beta1IngressRule, + "NetworkingV1beta1IngressSpec": networkingV1beta1IngressSpec_1.NetworkingV1beta1IngressSpec, + "NetworkingV1beta1IngressStatus": networkingV1beta1IngressStatus_1.NetworkingV1beta1IngressStatus, + "NetworkingV1beta1IngressTLS": networkingV1beta1IngressTLS_1.NetworkingV1beta1IngressTLS, + "PolicyV1beta1AllowedCSIDriver": policyV1beta1AllowedCSIDriver_1.PolicyV1beta1AllowedCSIDriver, + "PolicyV1beta1AllowedFlexVolume": policyV1beta1AllowedFlexVolume_1.PolicyV1beta1AllowedFlexVolume, + "PolicyV1beta1AllowedHostPath": policyV1beta1AllowedHostPath_1.PolicyV1beta1AllowedHostPath, + "PolicyV1beta1FSGroupStrategyOptions": policyV1beta1FSGroupStrategyOptions_1.PolicyV1beta1FSGroupStrategyOptions, + "PolicyV1beta1HostPortRange": policyV1beta1HostPortRange_1.PolicyV1beta1HostPortRange, + "PolicyV1beta1IDRange": policyV1beta1IDRange_1.PolicyV1beta1IDRange, + "PolicyV1beta1PodSecurityPolicy": policyV1beta1PodSecurityPolicy_1.PolicyV1beta1PodSecurityPolicy, + "PolicyV1beta1PodSecurityPolicyList": policyV1beta1PodSecurityPolicyList_1.PolicyV1beta1PodSecurityPolicyList, + "PolicyV1beta1PodSecurityPolicySpec": policyV1beta1PodSecurityPolicySpec_1.PolicyV1beta1PodSecurityPolicySpec, + "PolicyV1beta1RunAsGroupStrategyOptions": policyV1beta1RunAsGroupStrategyOptions_1.PolicyV1beta1RunAsGroupStrategyOptions, + "PolicyV1beta1RunAsUserStrategyOptions": policyV1beta1RunAsUserStrategyOptions_1.PolicyV1beta1RunAsUserStrategyOptions, + "PolicyV1beta1RuntimeClassStrategyOptions": policyV1beta1RuntimeClassStrategyOptions_1.PolicyV1beta1RuntimeClassStrategyOptions, + "PolicyV1beta1SELinuxStrategyOptions": policyV1beta1SELinuxStrategyOptions_1.PolicyV1beta1SELinuxStrategyOptions, + "PolicyV1beta1SupplementalGroupsStrategyOptions": policyV1beta1SupplementalGroupsStrategyOptions_1.PolicyV1beta1SupplementalGroupsStrategyOptions, + "RuntimeRawExtension": runtimeRawExtension_1.RuntimeRawExtension, + "V1APIGroup": v1APIGroup_1.V1APIGroup, + "V1APIGroupList": v1APIGroupList_1.V1APIGroupList, + "V1APIResource": v1APIResource_1.V1APIResource, + "V1APIResourceList": v1APIResourceList_1.V1APIResourceList, + "V1APIService": v1APIService_1.V1APIService, + "V1APIServiceCondition": v1APIServiceCondition_1.V1APIServiceCondition, + "V1APIServiceList": v1APIServiceList_1.V1APIServiceList, + "V1APIServiceSpec": v1APIServiceSpec_1.V1APIServiceSpec, + "V1APIServiceStatus": v1APIServiceStatus_1.V1APIServiceStatus, + "V1APIVersions": v1APIVersions_1.V1APIVersions, + "V1AWSElasticBlockStoreVolumeSource": v1AWSElasticBlockStoreVolumeSource_1.V1AWSElasticBlockStoreVolumeSource, + "V1Affinity": v1Affinity_1.V1Affinity, + "V1AggregationRule": v1AggregationRule_1.V1AggregationRule, + "V1AttachedVolume": v1AttachedVolume_1.V1AttachedVolume, + "V1AzureDiskVolumeSource": v1AzureDiskVolumeSource_1.V1AzureDiskVolumeSource, + "V1AzureFilePersistentVolumeSource": v1AzureFilePersistentVolumeSource_1.V1AzureFilePersistentVolumeSource, + "V1AzureFileVolumeSource": v1AzureFileVolumeSource_1.V1AzureFileVolumeSource, + "V1Binding": v1Binding_1.V1Binding, + "V1CSIPersistentVolumeSource": v1CSIPersistentVolumeSource_1.V1CSIPersistentVolumeSource, + "V1CSIVolumeSource": v1CSIVolumeSource_1.V1CSIVolumeSource, + "V1Capabilities": v1Capabilities_1.V1Capabilities, + "V1CephFSPersistentVolumeSource": v1CephFSPersistentVolumeSource_1.V1CephFSPersistentVolumeSource, + "V1CephFSVolumeSource": v1CephFSVolumeSource_1.V1CephFSVolumeSource, + "V1CinderPersistentVolumeSource": v1CinderPersistentVolumeSource_1.V1CinderPersistentVolumeSource, + "V1CinderVolumeSource": v1CinderVolumeSource_1.V1CinderVolumeSource, + "V1ClientIPConfig": v1ClientIPConfig_1.V1ClientIPConfig, + "V1ClusterRole": v1ClusterRole_1.V1ClusterRole, + "V1ClusterRoleBinding": v1ClusterRoleBinding_1.V1ClusterRoleBinding, + "V1ClusterRoleBindingList": v1ClusterRoleBindingList_1.V1ClusterRoleBindingList, + "V1ClusterRoleList": v1ClusterRoleList_1.V1ClusterRoleList, + "V1ComponentCondition": v1ComponentCondition_1.V1ComponentCondition, + "V1ComponentStatus": v1ComponentStatus_1.V1ComponentStatus, + "V1ComponentStatusList": v1ComponentStatusList_1.V1ComponentStatusList, + "V1ConfigMap": v1ConfigMap_1.V1ConfigMap, + "V1ConfigMapEnvSource": v1ConfigMapEnvSource_1.V1ConfigMapEnvSource, + "V1ConfigMapKeySelector": v1ConfigMapKeySelector_1.V1ConfigMapKeySelector, + "V1ConfigMapList": v1ConfigMapList_1.V1ConfigMapList, + "V1ConfigMapNodeConfigSource": v1ConfigMapNodeConfigSource_1.V1ConfigMapNodeConfigSource, + "V1ConfigMapProjection": v1ConfigMapProjection_1.V1ConfigMapProjection, + "V1ConfigMapVolumeSource": v1ConfigMapVolumeSource_1.V1ConfigMapVolumeSource, + "V1Container": v1Container_1.V1Container, + "V1ContainerImage": v1ContainerImage_1.V1ContainerImage, + "V1ContainerPort": v1ContainerPort_1.V1ContainerPort, + "V1ContainerState": v1ContainerState_1.V1ContainerState, + "V1ContainerStateRunning": v1ContainerStateRunning_1.V1ContainerStateRunning, + "V1ContainerStateTerminated": v1ContainerStateTerminated_1.V1ContainerStateTerminated, + "V1ContainerStateWaiting": v1ContainerStateWaiting_1.V1ContainerStateWaiting, + "V1ContainerStatus": v1ContainerStatus_1.V1ContainerStatus, + "V1ControllerRevision": v1ControllerRevision_1.V1ControllerRevision, + "V1ControllerRevisionList": v1ControllerRevisionList_1.V1ControllerRevisionList, + "V1CrossVersionObjectReference": v1CrossVersionObjectReference_1.V1CrossVersionObjectReference, + "V1DaemonEndpoint": v1DaemonEndpoint_1.V1DaemonEndpoint, + "V1DaemonSet": v1DaemonSet_1.V1DaemonSet, + "V1DaemonSetCondition": v1DaemonSetCondition_1.V1DaemonSetCondition, + "V1DaemonSetList": v1DaemonSetList_1.V1DaemonSetList, + "V1DaemonSetSpec": v1DaemonSetSpec_1.V1DaemonSetSpec, + "V1DaemonSetStatus": v1DaemonSetStatus_1.V1DaemonSetStatus, + "V1DaemonSetUpdateStrategy": v1DaemonSetUpdateStrategy_1.V1DaemonSetUpdateStrategy, + "V1DeleteOptions": v1DeleteOptions_1.V1DeleteOptions, + "V1Deployment": v1Deployment_1.V1Deployment, + "V1DeploymentCondition": v1DeploymentCondition_1.V1DeploymentCondition, + "V1DeploymentList": v1DeploymentList_1.V1DeploymentList, + "V1DeploymentSpec": v1DeploymentSpec_1.V1DeploymentSpec, + "V1DeploymentStatus": v1DeploymentStatus_1.V1DeploymentStatus, + "V1DeploymentStrategy": v1DeploymentStrategy_1.V1DeploymentStrategy, + "V1DownwardAPIProjection": v1DownwardAPIProjection_1.V1DownwardAPIProjection, + "V1DownwardAPIVolumeFile": v1DownwardAPIVolumeFile_1.V1DownwardAPIVolumeFile, + "V1DownwardAPIVolumeSource": v1DownwardAPIVolumeSource_1.V1DownwardAPIVolumeSource, + "V1EmptyDirVolumeSource": v1EmptyDirVolumeSource_1.V1EmptyDirVolumeSource, + "V1EndpointAddress": v1EndpointAddress_1.V1EndpointAddress, + "V1EndpointPort": v1EndpointPort_1.V1EndpointPort, + "V1EndpointSubset": v1EndpointSubset_1.V1EndpointSubset, + "V1Endpoints": v1Endpoints_1.V1Endpoints, + "V1EndpointsList": v1EndpointsList_1.V1EndpointsList, + "V1EnvFromSource": v1EnvFromSource_1.V1EnvFromSource, + "V1EnvVar": v1EnvVar_1.V1EnvVar, + "V1EnvVarSource": v1EnvVarSource_1.V1EnvVarSource, + "V1Event": v1Event_1.V1Event, + "V1EventList": v1EventList_1.V1EventList, + "V1EventSeries": v1EventSeries_1.V1EventSeries, + "V1EventSource": v1EventSource_1.V1EventSource, + "V1ExecAction": v1ExecAction_1.V1ExecAction, + "V1FCVolumeSource": v1FCVolumeSource_1.V1FCVolumeSource, + "V1FlexPersistentVolumeSource": v1FlexPersistentVolumeSource_1.V1FlexPersistentVolumeSource, + "V1FlexVolumeSource": v1FlexVolumeSource_1.V1FlexVolumeSource, + "V1FlockerVolumeSource": v1FlockerVolumeSource_1.V1FlockerVolumeSource, + "V1GCEPersistentDiskVolumeSource": v1GCEPersistentDiskVolumeSource_1.V1GCEPersistentDiskVolumeSource, + "V1GitRepoVolumeSource": v1GitRepoVolumeSource_1.V1GitRepoVolumeSource, + "V1GlusterfsPersistentVolumeSource": v1GlusterfsPersistentVolumeSource_1.V1GlusterfsPersistentVolumeSource, + "V1GlusterfsVolumeSource": v1GlusterfsVolumeSource_1.V1GlusterfsVolumeSource, + "V1GroupVersionForDiscovery": v1GroupVersionForDiscovery_1.V1GroupVersionForDiscovery, + "V1HTTPGetAction": v1HTTPGetAction_1.V1HTTPGetAction, + "V1HTTPHeader": v1HTTPHeader_1.V1HTTPHeader, + "V1Handler": v1Handler_1.V1Handler, + "V1HorizontalPodAutoscaler": v1HorizontalPodAutoscaler_1.V1HorizontalPodAutoscaler, + "V1HorizontalPodAutoscalerList": v1HorizontalPodAutoscalerList_1.V1HorizontalPodAutoscalerList, + "V1HorizontalPodAutoscalerSpec": v1HorizontalPodAutoscalerSpec_1.V1HorizontalPodAutoscalerSpec, + "V1HorizontalPodAutoscalerStatus": v1HorizontalPodAutoscalerStatus_1.V1HorizontalPodAutoscalerStatus, + "V1HostAlias": v1HostAlias_1.V1HostAlias, + "V1HostPathVolumeSource": v1HostPathVolumeSource_1.V1HostPathVolumeSource, + "V1IPBlock": v1IPBlock_1.V1IPBlock, + "V1ISCSIPersistentVolumeSource": v1ISCSIPersistentVolumeSource_1.V1ISCSIPersistentVolumeSource, + "V1ISCSIVolumeSource": v1ISCSIVolumeSource_1.V1ISCSIVolumeSource, + "V1Initializer": v1Initializer_1.V1Initializer, + "V1Initializers": v1Initializers_1.V1Initializers, + "V1Job": v1Job_1.V1Job, + "V1JobCondition": v1JobCondition_1.V1JobCondition, + "V1JobList": v1JobList_1.V1JobList, + "V1JobSpec": v1JobSpec_1.V1JobSpec, + "V1JobStatus": v1JobStatus_1.V1JobStatus, + "V1KeyToPath": v1KeyToPath_1.V1KeyToPath, + "V1LabelSelector": v1LabelSelector_1.V1LabelSelector, + "V1LabelSelectorRequirement": v1LabelSelectorRequirement_1.V1LabelSelectorRequirement, + "V1Lease": v1Lease_1.V1Lease, + "V1LeaseList": v1LeaseList_1.V1LeaseList, + "V1LeaseSpec": v1LeaseSpec_1.V1LeaseSpec, + "V1Lifecycle": v1Lifecycle_1.V1Lifecycle, + "V1LimitRange": v1LimitRange_1.V1LimitRange, + "V1LimitRangeItem": v1LimitRangeItem_1.V1LimitRangeItem, + "V1LimitRangeList": v1LimitRangeList_1.V1LimitRangeList, + "V1LimitRangeSpec": v1LimitRangeSpec_1.V1LimitRangeSpec, + "V1ListMeta": v1ListMeta_1.V1ListMeta, + "V1LoadBalancerIngress": v1LoadBalancerIngress_1.V1LoadBalancerIngress, + "V1LoadBalancerStatus": v1LoadBalancerStatus_1.V1LoadBalancerStatus, + "V1LocalObjectReference": v1LocalObjectReference_1.V1LocalObjectReference, + "V1LocalSubjectAccessReview": v1LocalSubjectAccessReview_1.V1LocalSubjectAccessReview, + "V1LocalVolumeSource": v1LocalVolumeSource_1.V1LocalVolumeSource, + "V1ManagedFieldsEntry": v1ManagedFieldsEntry_1.V1ManagedFieldsEntry, + "V1NFSVolumeSource": v1NFSVolumeSource_1.V1NFSVolumeSource, + "V1Namespace": v1Namespace_1.V1Namespace, + "V1NamespaceList": v1NamespaceList_1.V1NamespaceList, + "V1NamespaceSpec": v1NamespaceSpec_1.V1NamespaceSpec, + "V1NamespaceStatus": v1NamespaceStatus_1.V1NamespaceStatus, + "V1NetworkPolicy": v1NetworkPolicy_1.V1NetworkPolicy, + "V1NetworkPolicyEgressRule": v1NetworkPolicyEgressRule_1.V1NetworkPolicyEgressRule, + "V1NetworkPolicyIngressRule": v1NetworkPolicyIngressRule_1.V1NetworkPolicyIngressRule, + "V1NetworkPolicyList": v1NetworkPolicyList_1.V1NetworkPolicyList, + "V1NetworkPolicyPeer": v1NetworkPolicyPeer_1.V1NetworkPolicyPeer, + "V1NetworkPolicyPort": v1NetworkPolicyPort_1.V1NetworkPolicyPort, + "V1NetworkPolicySpec": v1NetworkPolicySpec_1.V1NetworkPolicySpec, + "V1Node": v1Node_1.V1Node, + "V1NodeAddress": v1NodeAddress_1.V1NodeAddress, + "V1NodeAffinity": v1NodeAffinity_1.V1NodeAffinity, + "V1NodeCondition": v1NodeCondition_1.V1NodeCondition, + "V1NodeConfigSource": v1NodeConfigSource_1.V1NodeConfigSource, + "V1NodeConfigStatus": v1NodeConfigStatus_1.V1NodeConfigStatus, + "V1NodeDaemonEndpoints": v1NodeDaemonEndpoints_1.V1NodeDaemonEndpoints, + "V1NodeList": v1NodeList_1.V1NodeList, + "V1NodeSelector": v1NodeSelector_1.V1NodeSelector, + "V1NodeSelectorRequirement": v1NodeSelectorRequirement_1.V1NodeSelectorRequirement, + "V1NodeSelectorTerm": v1NodeSelectorTerm_1.V1NodeSelectorTerm, + "V1NodeSpec": v1NodeSpec_1.V1NodeSpec, + "V1NodeStatus": v1NodeStatus_1.V1NodeStatus, + "V1NodeSystemInfo": v1NodeSystemInfo_1.V1NodeSystemInfo, + "V1NonResourceAttributes": v1NonResourceAttributes_1.V1NonResourceAttributes, + "V1NonResourceRule": v1NonResourceRule_1.V1NonResourceRule, + "V1ObjectFieldSelector": v1ObjectFieldSelector_1.V1ObjectFieldSelector, + "V1ObjectMeta": v1ObjectMeta_1.V1ObjectMeta, + "V1ObjectReference": v1ObjectReference_1.V1ObjectReference, + "V1OwnerReference": v1OwnerReference_1.V1OwnerReference, + "V1PersistentVolume": v1PersistentVolume_1.V1PersistentVolume, + "V1PersistentVolumeClaim": v1PersistentVolumeClaim_1.V1PersistentVolumeClaim, + "V1PersistentVolumeClaimCondition": v1PersistentVolumeClaimCondition_1.V1PersistentVolumeClaimCondition, + "V1PersistentVolumeClaimList": v1PersistentVolumeClaimList_1.V1PersistentVolumeClaimList, + "V1PersistentVolumeClaimSpec": v1PersistentVolumeClaimSpec_1.V1PersistentVolumeClaimSpec, + "V1PersistentVolumeClaimStatus": v1PersistentVolumeClaimStatus_1.V1PersistentVolumeClaimStatus, + "V1PersistentVolumeClaimVolumeSource": v1PersistentVolumeClaimVolumeSource_1.V1PersistentVolumeClaimVolumeSource, + "V1PersistentVolumeList": v1PersistentVolumeList_1.V1PersistentVolumeList, + "V1PersistentVolumeSpec": v1PersistentVolumeSpec_1.V1PersistentVolumeSpec, + "V1PersistentVolumeStatus": v1PersistentVolumeStatus_1.V1PersistentVolumeStatus, + "V1PhotonPersistentDiskVolumeSource": v1PhotonPersistentDiskVolumeSource_1.V1PhotonPersistentDiskVolumeSource, + "V1Pod": v1Pod_1.V1Pod, + "V1PodAffinity": v1PodAffinity_1.V1PodAffinity, + "V1PodAffinityTerm": v1PodAffinityTerm_1.V1PodAffinityTerm, + "V1PodAntiAffinity": v1PodAntiAffinity_1.V1PodAntiAffinity, + "V1PodCondition": v1PodCondition_1.V1PodCondition, + "V1PodDNSConfig": v1PodDNSConfig_1.V1PodDNSConfig, + "V1PodDNSConfigOption": v1PodDNSConfigOption_1.V1PodDNSConfigOption, + "V1PodList": v1PodList_1.V1PodList, + "V1PodReadinessGate": v1PodReadinessGate_1.V1PodReadinessGate, + "V1PodSecurityContext": v1PodSecurityContext_1.V1PodSecurityContext, + "V1PodSpec": v1PodSpec_1.V1PodSpec, + "V1PodStatus": v1PodStatus_1.V1PodStatus, + "V1PodTemplate": v1PodTemplate_1.V1PodTemplate, + "V1PodTemplateList": v1PodTemplateList_1.V1PodTemplateList, + "V1PodTemplateSpec": v1PodTemplateSpec_1.V1PodTemplateSpec, + "V1PolicyRule": v1PolicyRule_1.V1PolicyRule, + "V1PortworxVolumeSource": v1PortworxVolumeSource_1.V1PortworxVolumeSource, + "V1Preconditions": v1Preconditions_1.V1Preconditions, + "V1PreferredSchedulingTerm": v1PreferredSchedulingTerm_1.V1PreferredSchedulingTerm, + "V1PriorityClass": v1PriorityClass_1.V1PriorityClass, + "V1PriorityClassList": v1PriorityClassList_1.V1PriorityClassList, + "V1Probe": v1Probe_1.V1Probe, + "V1ProjectedVolumeSource": v1ProjectedVolumeSource_1.V1ProjectedVolumeSource, + "V1QuobyteVolumeSource": v1QuobyteVolumeSource_1.V1QuobyteVolumeSource, + "V1RBDPersistentVolumeSource": v1RBDPersistentVolumeSource_1.V1RBDPersistentVolumeSource, + "V1RBDVolumeSource": v1RBDVolumeSource_1.V1RBDVolumeSource, + "V1ReplicaSet": v1ReplicaSet_1.V1ReplicaSet, + "V1ReplicaSetCondition": v1ReplicaSetCondition_1.V1ReplicaSetCondition, + "V1ReplicaSetList": v1ReplicaSetList_1.V1ReplicaSetList, + "V1ReplicaSetSpec": v1ReplicaSetSpec_1.V1ReplicaSetSpec, + "V1ReplicaSetStatus": v1ReplicaSetStatus_1.V1ReplicaSetStatus, + "V1ReplicationController": v1ReplicationController_1.V1ReplicationController, + "V1ReplicationControllerCondition": v1ReplicationControllerCondition_1.V1ReplicationControllerCondition, + "V1ReplicationControllerList": v1ReplicationControllerList_1.V1ReplicationControllerList, + "V1ReplicationControllerSpec": v1ReplicationControllerSpec_1.V1ReplicationControllerSpec, + "V1ReplicationControllerStatus": v1ReplicationControllerStatus_1.V1ReplicationControllerStatus, + "V1ResourceAttributes": v1ResourceAttributes_1.V1ResourceAttributes, + "V1ResourceFieldSelector": v1ResourceFieldSelector_1.V1ResourceFieldSelector, + "V1ResourceQuota": v1ResourceQuota_1.V1ResourceQuota, + "V1ResourceQuotaList": v1ResourceQuotaList_1.V1ResourceQuotaList, + "V1ResourceQuotaSpec": v1ResourceQuotaSpec_1.V1ResourceQuotaSpec, + "V1ResourceQuotaStatus": v1ResourceQuotaStatus_1.V1ResourceQuotaStatus, + "V1ResourceRequirements": v1ResourceRequirements_1.V1ResourceRequirements, + "V1ResourceRule": v1ResourceRule_1.V1ResourceRule, + "V1Role": v1Role_1.V1Role, + "V1RoleBinding": v1RoleBinding_1.V1RoleBinding, + "V1RoleBindingList": v1RoleBindingList_1.V1RoleBindingList, + "V1RoleList": v1RoleList_1.V1RoleList, + "V1RoleRef": v1RoleRef_1.V1RoleRef, + "V1RollingUpdateDaemonSet": v1RollingUpdateDaemonSet_1.V1RollingUpdateDaemonSet, + "V1RollingUpdateDeployment": v1RollingUpdateDeployment_1.V1RollingUpdateDeployment, + "V1RollingUpdateStatefulSetStrategy": v1RollingUpdateStatefulSetStrategy_1.V1RollingUpdateStatefulSetStrategy, + "V1SELinuxOptions": v1SELinuxOptions_1.V1SELinuxOptions, + "V1Scale": v1Scale_1.V1Scale, + "V1ScaleIOPersistentVolumeSource": v1ScaleIOPersistentVolumeSource_1.V1ScaleIOPersistentVolumeSource, + "V1ScaleIOVolumeSource": v1ScaleIOVolumeSource_1.V1ScaleIOVolumeSource, + "V1ScaleSpec": v1ScaleSpec_1.V1ScaleSpec, + "V1ScaleStatus": v1ScaleStatus_1.V1ScaleStatus, + "V1ScopeSelector": v1ScopeSelector_1.V1ScopeSelector, + "V1ScopedResourceSelectorRequirement": v1ScopedResourceSelectorRequirement_1.V1ScopedResourceSelectorRequirement, + "V1Secret": v1Secret_1.V1Secret, + "V1SecretEnvSource": v1SecretEnvSource_1.V1SecretEnvSource, + "V1SecretKeySelector": v1SecretKeySelector_1.V1SecretKeySelector, + "V1SecretList": v1SecretList_1.V1SecretList, + "V1SecretProjection": v1SecretProjection_1.V1SecretProjection, + "V1SecretReference": v1SecretReference_1.V1SecretReference, + "V1SecretVolumeSource": v1SecretVolumeSource_1.V1SecretVolumeSource, + "V1SecurityContext": v1SecurityContext_1.V1SecurityContext, + "V1SelfSubjectAccessReview": v1SelfSubjectAccessReview_1.V1SelfSubjectAccessReview, + "V1SelfSubjectAccessReviewSpec": v1SelfSubjectAccessReviewSpec_1.V1SelfSubjectAccessReviewSpec, + "V1SelfSubjectRulesReview": v1SelfSubjectRulesReview_1.V1SelfSubjectRulesReview, + "V1SelfSubjectRulesReviewSpec": v1SelfSubjectRulesReviewSpec_1.V1SelfSubjectRulesReviewSpec, + "V1ServerAddressByClientCIDR": v1ServerAddressByClientCIDR_1.V1ServerAddressByClientCIDR, + "V1Service": v1Service_1.V1Service, + "V1ServiceAccount": v1ServiceAccount_1.V1ServiceAccount, + "V1ServiceAccountList": v1ServiceAccountList_1.V1ServiceAccountList, + "V1ServiceAccountTokenProjection": v1ServiceAccountTokenProjection_1.V1ServiceAccountTokenProjection, + "V1ServiceList": v1ServiceList_1.V1ServiceList, + "V1ServicePort": v1ServicePort_1.V1ServicePort, + "V1ServiceReference": v1ServiceReference_1.V1ServiceReference, + "V1ServiceSpec": v1ServiceSpec_1.V1ServiceSpec, + "V1ServiceStatus": v1ServiceStatus_1.V1ServiceStatus, + "V1SessionAffinityConfig": v1SessionAffinityConfig_1.V1SessionAffinityConfig, + "V1StatefulSet": v1StatefulSet_1.V1StatefulSet, + "V1StatefulSetCondition": v1StatefulSetCondition_1.V1StatefulSetCondition, + "V1StatefulSetList": v1StatefulSetList_1.V1StatefulSetList, + "V1StatefulSetSpec": v1StatefulSetSpec_1.V1StatefulSetSpec, + "V1StatefulSetStatus": v1StatefulSetStatus_1.V1StatefulSetStatus, + "V1StatefulSetUpdateStrategy": v1StatefulSetUpdateStrategy_1.V1StatefulSetUpdateStrategy, + "V1Status": v1Status_1.V1Status, + "V1StatusCause": v1StatusCause_1.V1StatusCause, + "V1StatusDetails": v1StatusDetails_1.V1StatusDetails, + "V1StorageClass": v1StorageClass_1.V1StorageClass, + "V1StorageClassList": v1StorageClassList_1.V1StorageClassList, + "V1StorageOSPersistentVolumeSource": v1StorageOSPersistentVolumeSource_1.V1StorageOSPersistentVolumeSource, + "V1StorageOSVolumeSource": v1StorageOSVolumeSource_1.V1StorageOSVolumeSource, + "V1Subject": v1Subject_1.V1Subject, + "V1SubjectAccessReview": v1SubjectAccessReview_1.V1SubjectAccessReview, + "V1SubjectAccessReviewSpec": v1SubjectAccessReviewSpec_1.V1SubjectAccessReviewSpec, + "V1SubjectAccessReviewStatus": v1SubjectAccessReviewStatus_1.V1SubjectAccessReviewStatus, + "V1SubjectRulesReviewStatus": v1SubjectRulesReviewStatus_1.V1SubjectRulesReviewStatus, + "V1Sysctl": v1Sysctl_1.V1Sysctl, + "V1TCPSocketAction": v1TCPSocketAction_1.V1TCPSocketAction, + "V1Taint": v1Taint_1.V1Taint, + "V1TokenReview": v1TokenReview_1.V1TokenReview, + "V1TokenReviewSpec": v1TokenReviewSpec_1.V1TokenReviewSpec, + "V1TokenReviewStatus": v1TokenReviewStatus_1.V1TokenReviewStatus, + "V1Toleration": v1Toleration_1.V1Toleration, + "V1TopologySelectorLabelRequirement": v1TopologySelectorLabelRequirement_1.V1TopologySelectorLabelRequirement, + "V1TopologySelectorTerm": v1TopologySelectorTerm_1.V1TopologySelectorTerm, + "V1TypedLocalObjectReference": v1TypedLocalObjectReference_1.V1TypedLocalObjectReference, + "V1UserInfo": v1UserInfo_1.V1UserInfo, + "V1Volume": v1Volume_1.V1Volume, + "V1VolumeAttachment": v1VolumeAttachment_1.V1VolumeAttachment, + "V1VolumeAttachmentList": v1VolumeAttachmentList_1.V1VolumeAttachmentList, + "V1VolumeAttachmentSource": v1VolumeAttachmentSource_1.V1VolumeAttachmentSource, + "V1VolumeAttachmentSpec": v1VolumeAttachmentSpec_1.V1VolumeAttachmentSpec, + "V1VolumeAttachmentStatus": v1VolumeAttachmentStatus_1.V1VolumeAttachmentStatus, + "V1VolumeDevice": v1VolumeDevice_1.V1VolumeDevice, + "V1VolumeError": v1VolumeError_1.V1VolumeError, + "V1VolumeMount": v1VolumeMount_1.V1VolumeMount, + "V1VolumeNodeAffinity": v1VolumeNodeAffinity_1.V1VolumeNodeAffinity, + "V1VolumeProjection": v1VolumeProjection_1.V1VolumeProjection, + "V1VsphereVirtualDiskVolumeSource": v1VsphereVirtualDiskVolumeSource_1.V1VsphereVirtualDiskVolumeSource, + "V1WatchEvent": v1WatchEvent_1.V1WatchEvent, + "V1WeightedPodAffinityTerm": v1WeightedPodAffinityTerm_1.V1WeightedPodAffinityTerm, + "V1WindowsSecurityContextOptions": v1WindowsSecurityContextOptions_1.V1WindowsSecurityContextOptions, + "V1alpha1AggregationRule": v1alpha1AggregationRule_1.V1alpha1AggregationRule, + "V1alpha1AuditSink": v1alpha1AuditSink_1.V1alpha1AuditSink, + "V1alpha1AuditSinkList": v1alpha1AuditSinkList_1.V1alpha1AuditSinkList, + "V1alpha1AuditSinkSpec": v1alpha1AuditSinkSpec_1.V1alpha1AuditSinkSpec, + "V1alpha1ClusterRole": v1alpha1ClusterRole_1.V1alpha1ClusterRole, + "V1alpha1ClusterRoleBinding": v1alpha1ClusterRoleBinding_1.V1alpha1ClusterRoleBinding, + "V1alpha1ClusterRoleBindingList": v1alpha1ClusterRoleBindingList_1.V1alpha1ClusterRoleBindingList, + "V1alpha1ClusterRoleList": v1alpha1ClusterRoleList_1.V1alpha1ClusterRoleList, + "V1alpha1PodPreset": v1alpha1PodPreset_1.V1alpha1PodPreset, + "V1alpha1PodPresetList": v1alpha1PodPresetList_1.V1alpha1PodPresetList, + "V1alpha1PodPresetSpec": v1alpha1PodPresetSpec_1.V1alpha1PodPresetSpec, + "V1alpha1Policy": v1alpha1Policy_1.V1alpha1Policy, + "V1alpha1PolicyRule": v1alpha1PolicyRule_1.V1alpha1PolicyRule, + "V1alpha1PriorityClass": v1alpha1PriorityClass_1.V1alpha1PriorityClass, + "V1alpha1PriorityClassList": v1alpha1PriorityClassList_1.V1alpha1PriorityClassList, + "V1alpha1Role": v1alpha1Role_1.V1alpha1Role, + "V1alpha1RoleBinding": v1alpha1RoleBinding_1.V1alpha1RoleBinding, + "V1alpha1RoleBindingList": v1alpha1RoleBindingList_1.V1alpha1RoleBindingList, + "V1alpha1RoleList": v1alpha1RoleList_1.V1alpha1RoleList, + "V1alpha1RoleRef": v1alpha1RoleRef_1.V1alpha1RoleRef, + "V1alpha1RuntimeClass": v1alpha1RuntimeClass_1.V1alpha1RuntimeClass, + "V1alpha1RuntimeClassList": v1alpha1RuntimeClassList_1.V1alpha1RuntimeClassList, + "V1alpha1RuntimeClassSpec": v1alpha1RuntimeClassSpec_1.V1alpha1RuntimeClassSpec, + "V1alpha1ServiceReference": v1alpha1ServiceReference_1.V1alpha1ServiceReference, + "V1alpha1Subject": v1alpha1Subject_1.V1alpha1Subject, + "V1alpha1VolumeAttachment": v1alpha1VolumeAttachment_1.V1alpha1VolumeAttachment, + "V1alpha1VolumeAttachmentList": v1alpha1VolumeAttachmentList_1.V1alpha1VolumeAttachmentList, + "V1alpha1VolumeAttachmentSource": v1alpha1VolumeAttachmentSource_1.V1alpha1VolumeAttachmentSource, + "V1alpha1VolumeAttachmentSpec": v1alpha1VolumeAttachmentSpec_1.V1alpha1VolumeAttachmentSpec, + "V1alpha1VolumeAttachmentStatus": v1alpha1VolumeAttachmentStatus_1.V1alpha1VolumeAttachmentStatus, + "V1alpha1VolumeError": v1alpha1VolumeError_1.V1alpha1VolumeError, + "V1alpha1Webhook": v1alpha1Webhook_1.V1alpha1Webhook, + "V1alpha1WebhookClientConfig": v1alpha1WebhookClientConfig_1.V1alpha1WebhookClientConfig, + "V1alpha1WebhookThrottleConfig": v1alpha1WebhookThrottleConfig_1.V1alpha1WebhookThrottleConfig, + "V1beta1APIService": v1beta1APIService_1.V1beta1APIService, + "V1beta1APIServiceCondition": v1beta1APIServiceCondition_1.V1beta1APIServiceCondition, + "V1beta1APIServiceList": v1beta1APIServiceList_1.V1beta1APIServiceList, + "V1beta1APIServiceSpec": v1beta1APIServiceSpec_1.V1beta1APIServiceSpec, + "V1beta1APIServiceStatus": v1beta1APIServiceStatus_1.V1beta1APIServiceStatus, + "V1beta1AggregationRule": v1beta1AggregationRule_1.V1beta1AggregationRule, + "V1beta1CSIDriver": v1beta1CSIDriver_1.V1beta1CSIDriver, + "V1beta1CSIDriverList": v1beta1CSIDriverList_1.V1beta1CSIDriverList, + "V1beta1CSIDriverSpec": v1beta1CSIDriverSpec_1.V1beta1CSIDriverSpec, + "V1beta1CSINode": v1beta1CSINode_1.V1beta1CSINode, + "V1beta1CSINodeDriver": v1beta1CSINodeDriver_1.V1beta1CSINodeDriver, + "V1beta1CSINodeList": v1beta1CSINodeList_1.V1beta1CSINodeList, + "V1beta1CSINodeSpec": v1beta1CSINodeSpec_1.V1beta1CSINodeSpec, + "V1beta1CertificateSigningRequest": v1beta1CertificateSigningRequest_1.V1beta1CertificateSigningRequest, + "V1beta1CertificateSigningRequestCondition": v1beta1CertificateSigningRequestCondition_1.V1beta1CertificateSigningRequestCondition, + "V1beta1CertificateSigningRequestList": v1beta1CertificateSigningRequestList_1.V1beta1CertificateSigningRequestList, + "V1beta1CertificateSigningRequestSpec": v1beta1CertificateSigningRequestSpec_1.V1beta1CertificateSigningRequestSpec, + "V1beta1CertificateSigningRequestStatus": v1beta1CertificateSigningRequestStatus_1.V1beta1CertificateSigningRequestStatus, + "V1beta1ClusterRole": v1beta1ClusterRole_1.V1beta1ClusterRole, + "V1beta1ClusterRoleBinding": v1beta1ClusterRoleBinding_1.V1beta1ClusterRoleBinding, + "V1beta1ClusterRoleBindingList": v1beta1ClusterRoleBindingList_1.V1beta1ClusterRoleBindingList, + "V1beta1ClusterRoleList": v1beta1ClusterRoleList_1.V1beta1ClusterRoleList, + "V1beta1ControllerRevision": v1beta1ControllerRevision_1.V1beta1ControllerRevision, + "V1beta1ControllerRevisionList": v1beta1ControllerRevisionList_1.V1beta1ControllerRevisionList, + "V1beta1CronJob": v1beta1CronJob_1.V1beta1CronJob, + "V1beta1CronJobList": v1beta1CronJobList_1.V1beta1CronJobList, + "V1beta1CronJobSpec": v1beta1CronJobSpec_1.V1beta1CronJobSpec, + "V1beta1CronJobStatus": v1beta1CronJobStatus_1.V1beta1CronJobStatus, + "V1beta1CustomResourceColumnDefinition": v1beta1CustomResourceColumnDefinition_1.V1beta1CustomResourceColumnDefinition, + "V1beta1CustomResourceConversion": v1beta1CustomResourceConversion_1.V1beta1CustomResourceConversion, + "V1beta1CustomResourceDefinition": v1beta1CustomResourceDefinition_1.V1beta1CustomResourceDefinition, + "V1beta1CustomResourceDefinitionCondition": v1beta1CustomResourceDefinitionCondition_1.V1beta1CustomResourceDefinitionCondition, + "V1beta1CustomResourceDefinitionList": v1beta1CustomResourceDefinitionList_1.V1beta1CustomResourceDefinitionList, + "V1beta1CustomResourceDefinitionNames": v1beta1CustomResourceDefinitionNames_1.V1beta1CustomResourceDefinitionNames, + "V1beta1CustomResourceDefinitionSpec": v1beta1CustomResourceDefinitionSpec_1.V1beta1CustomResourceDefinitionSpec, + "V1beta1CustomResourceDefinitionStatus": v1beta1CustomResourceDefinitionStatus_1.V1beta1CustomResourceDefinitionStatus, + "V1beta1CustomResourceDefinitionVersion": v1beta1CustomResourceDefinitionVersion_1.V1beta1CustomResourceDefinitionVersion, + "V1beta1CustomResourceSubresourceScale": v1beta1CustomResourceSubresourceScale_1.V1beta1CustomResourceSubresourceScale, + "V1beta1CustomResourceSubresources": v1beta1CustomResourceSubresources_1.V1beta1CustomResourceSubresources, + "V1beta1CustomResourceValidation": v1beta1CustomResourceValidation_1.V1beta1CustomResourceValidation, + "V1beta1DaemonSet": v1beta1DaemonSet_1.V1beta1DaemonSet, + "V1beta1DaemonSetCondition": v1beta1DaemonSetCondition_1.V1beta1DaemonSetCondition, + "V1beta1DaemonSetList": v1beta1DaemonSetList_1.V1beta1DaemonSetList, + "V1beta1DaemonSetSpec": v1beta1DaemonSetSpec_1.V1beta1DaemonSetSpec, + "V1beta1DaemonSetStatus": v1beta1DaemonSetStatus_1.V1beta1DaemonSetStatus, + "V1beta1DaemonSetUpdateStrategy": v1beta1DaemonSetUpdateStrategy_1.V1beta1DaemonSetUpdateStrategy, + "V1beta1Event": v1beta1Event_1.V1beta1Event, + "V1beta1EventList": v1beta1EventList_1.V1beta1EventList, + "V1beta1EventSeries": v1beta1EventSeries_1.V1beta1EventSeries, + "V1beta1Eviction": v1beta1Eviction_1.V1beta1Eviction, + "V1beta1ExternalDocumentation": v1beta1ExternalDocumentation_1.V1beta1ExternalDocumentation, + "V1beta1IPBlock": v1beta1IPBlock_1.V1beta1IPBlock, + "V1beta1JSONSchemaProps": v1beta1JSONSchemaProps_1.V1beta1JSONSchemaProps, + "V1beta1JobTemplateSpec": v1beta1JobTemplateSpec_1.V1beta1JobTemplateSpec, + "V1beta1Lease": v1beta1Lease_1.V1beta1Lease, + "V1beta1LeaseList": v1beta1LeaseList_1.V1beta1LeaseList, + "V1beta1LeaseSpec": v1beta1LeaseSpec_1.V1beta1LeaseSpec, + "V1beta1LocalSubjectAccessReview": v1beta1LocalSubjectAccessReview_1.V1beta1LocalSubjectAccessReview, + "V1beta1MutatingWebhook": v1beta1MutatingWebhook_1.V1beta1MutatingWebhook, + "V1beta1MutatingWebhookConfiguration": v1beta1MutatingWebhookConfiguration_1.V1beta1MutatingWebhookConfiguration, + "V1beta1MutatingWebhookConfigurationList": v1beta1MutatingWebhookConfigurationList_1.V1beta1MutatingWebhookConfigurationList, + "V1beta1NetworkPolicy": v1beta1NetworkPolicy_1.V1beta1NetworkPolicy, + "V1beta1NetworkPolicyEgressRule": v1beta1NetworkPolicyEgressRule_1.V1beta1NetworkPolicyEgressRule, + "V1beta1NetworkPolicyIngressRule": v1beta1NetworkPolicyIngressRule_1.V1beta1NetworkPolicyIngressRule, + "V1beta1NetworkPolicyList": v1beta1NetworkPolicyList_1.V1beta1NetworkPolicyList, + "V1beta1NetworkPolicyPeer": v1beta1NetworkPolicyPeer_1.V1beta1NetworkPolicyPeer, + "V1beta1NetworkPolicyPort": v1beta1NetworkPolicyPort_1.V1beta1NetworkPolicyPort, + "V1beta1NetworkPolicySpec": v1beta1NetworkPolicySpec_1.V1beta1NetworkPolicySpec, + "V1beta1NonResourceAttributes": v1beta1NonResourceAttributes_1.V1beta1NonResourceAttributes, + "V1beta1NonResourceRule": v1beta1NonResourceRule_1.V1beta1NonResourceRule, + "V1beta1PodDisruptionBudget": v1beta1PodDisruptionBudget_1.V1beta1PodDisruptionBudget, + "V1beta1PodDisruptionBudgetList": v1beta1PodDisruptionBudgetList_1.V1beta1PodDisruptionBudgetList, + "V1beta1PodDisruptionBudgetSpec": v1beta1PodDisruptionBudgetSpec_1.V1beta1PodDisruptionBudgetSpec, + "V1beta1PodDisruptionBudgetStatus": v1beta1PodDisruptionBudgetStatus_1.V1beta1PodDisruptionBudgetStatus, + "V1beta1PolicyRule": v1beta1PolicyRule_1.V1beta1PolicyRule, + "V1beta1PriorityClass": v1beta1PriorityClass_1.V1beta1PriorityClass, + "V1beta1PriorityClassList": v1beta1PriorityClassList_1.V1beta1PriorityClassList, + "V1beta1ReplicaSet": v1beta1ReplicaSet_1.V1beta1ReplicaSet, + "V1beta1ReplicaSetCondition": v1beta1ReplicaSetCondition_1.V1beta1ReplicaSetCondition, + "V1beta1ReplicaSetList": v1beta1ReplicaSetList_1.V1beta1ReplicaSetList, + "V1beta1ReplicaSetSpec": v1beta1ReplicaSetSpec_1.V1beta1ReplicaSetSpec, + "V1beta1ReplicaSetStatus": v1beta1ReplicaSetStatus_1.V1beta1ReplicaSetStatus, + "V1beta1ResourceAttributes": v1beta1ResourceAttributes_1.V1beta1ResourceAttributes, + "V1beta1ResourceRule": v1beta1ResourceRule_1.V1beta1ResourceRule, + "V1beta1Role": v1beta1Role_1.V1beta1Role, + "V1beta1RoleBinding": v1beta1RoleBinding_1.V1beta1RoleBinding, + "V1beta1RoleBindingList": v1beta1RoleBindingList_1.V1beta1RoleBindingList, + "V1beta1RoleList": v1beta1RoleList_1.V1beta1RoleList, + "V1beta1RoleRef": v1beta1RoleRef_1.V1beta1RoleRef, + "V1beta1RollingUpdateDaemonSet": v1beta1RollingUpdateDaemonSet_1.V1beta1RollingUpdateDaemonSet, + "V1beta1RollingUpdateStatefulSetStrategy": v1beta1RollingUpdateStatefulSetStrategy_1.V1beta1RollingUpdateStatefulSetStrategy, + "V1beta1RuleWithOperations": v1beta1RuleWithOperations_1.V1beta1RuleWithOperations, + "V1beta1RuntimeClass": v1beta1RuntimeClass_1.V1beta1RuntimeClass, + "V1beta1RuntimeClassList": v1beta1RuntimeClassList_1.V1beta1RuntimeClassList, + "V1beta1SelfSubjectAccessReview": v1beta1SelfSubjectAccessReview_1.V1beta1SelfSubjectAccessReview, + "V1beta1SelfSubjectAccessReviewSpec": v1beta1SelfSubjectAccessReviewSpec_1.V1beta1SelfSubjectAccessReviewSpec, + "V1beta1SelfSubjectRulesReview": v1beta1SelfSubjectRulesReview_1.V1beta1SelfSubjectRulesReview, + "V1beta1SelfSubjectRulesReviewSpec": v1beta1SelfSubjectRulesReviewSpec_1.V1beta1SelfSubjectRulesReviewSpec, + "V1beta1StatefulSet": v1beta1StatefulSet_1.V1beta1StatefulSet, + "V1beta1StatefulSetCondition": v1beta1StatefulSetCondition_1.V1beta1StatefulSetCondition, + "V1beta1StatefulSetList": v1beta1StatefulSetList_1.V1beta1StatefulSetList, + "V1beta1StatefulSetSpec": v1beta1StatefulSetSpec_1.V1beta1StatefulSetSpec, + "V1beta1StatefulSetStatus": v1beta1StatefulSetStatus_1.V1beta1StatefulSetStatus, + "V1beta1StatefulSetUpdateStrategy": v1beta1StatefulSetUpdateStrategy_1.V1beta1StatefulSetUpdateStrategy, + "V1beta1StorageClass": v1beta1StorageClass_1.V1beta1StorageClass, + "V1beta1StorageClassList": v1beta1StorageClassList_1.V1beta1StorageClassList, + "V1beta1Subject": v1beta1Subject_1.V1beta1Subject, + "V1beta1SubjectAccessReview": v1beta1SubjectAccessReview_1.V1beta1SubjectAccessReview, + "V1beta1SubjectAccessReviewSpec": v1beta1SubjectAccessReviewSpec_1.V1beta1SubjectAccessReviewSpec, + "V1beta1SubjectAccessReviewStatus": v1beta1SubjectAccessReviewStatus_1.V1beta1SubjectAccessReviewStatus, + "V1beta1SubjectRulesReviewStatus": v1beta1SubjectRulesReviewStatus_1.V1beta1SubjectRulesReviewStatus, + "V1beta1TokenReview": v1beta1TokenReview_1.V1beta1TokenReview, + "V1beta1TokenReviewSpec": v1beta1TokenReviewSpec_1.V1beta1TokenReviewSpec, + "V1beta1TokenReviewStatus": v1beta1TokenReviewStatus_1.V1beta1TokenReviewStatus, + "V1beta1UserInfo": v1beta1UserInfo_1.V1beta1UserInfo, + "V1beta1ValidatingWebhook": v1beta1ValidatingWebhook_1.V1beta1ValidatingWebhook, + "V1beta1ValidatingWebhookConfiguration": v1beta1ValidatingWebhookConfiguration_1.V1beta1ValidatingWebhookConfiguration, + "V1beta1ValidatingWebhookConfigurationList": v1beta1ValidatingWebhookConfigurationList_1.V1beta1ValidatingWebhookConfigurationList, + "V1beta1VolumeAttachment": v1beta1VolumeAttachment_1.V1beta1VolumeAttachment, + "V1beta1VolumeAttachmentList": v1beta1VolumeAttachmentList_1.V1beta1VolumeAttachmentList, + "V1beta1VolumeAttachmentSource": v1beta1VolumeAttachmentSource_1.V1beta1VolumeAttachmentSource, + "V1beta1VolumeAttachmentSpec": v1beta1VolumeAttachmentSpec_1.V1beta1VolumeAttachmentSpec, + "V1beta1VolumeAttachmentStatus": v1beta1VolumeAttachmentStatus_1.V1beta1VolumeAttachmentStatus, + "V1beta1VolumeError": v1beta1VolumeError_1.V1beta1VolumeError, + "V1beta2ControllerRevision": v1beta2ControllerRevision_1.V1beta2ControllerRevision, + "V1beta2ControllerRevisionList": v1beta2ControllerRevisionList_1.V1beta2ControllerRevisionList, + "V1beta2DaemonSet": v1beta2DaemonSet_1.V1beta2DaemonSet, + "V1beta2DaemonSetCondition": v1beta2DaemonSetCondition_1.V1beta2DaemonSetCondition, + "V1beta2DaemonSetList": v1beta2DaemonSetList_1.V1beta2DaemonSetList, + "V1beta2DaemonSetSpec": v1beta2DaemonSetSpec_1.V1beta2DaemonSetSpec, + "V1beta2DaemonSetStatus": v1beta2DaemonSetStatus_1.V1beta2DaemonSetStatus, + "V1beta2DaemonSetUpdateStrategy": v1beta2DaemonSetUpdateStrategy_1.V1beta2DaemonSetUpdateStrategy, + "V1beta2Deployment": v1beta2Deployment_1.V1beta2Deployment, + "V1beta2DeploymentCondition": v1beta2DeploymentCondition_1.V1beta2DeploymentCondition, + "V1beta2DeploymentList": v1beta2DeploymentList_1.V1beta2DeploymentList, + "V1beta2DeploymentSpec": v1beta2DeploymentSpec_1.V1beta2DeploymentSpec, + "V1beta2DeploymentStatus": v1beta2DeploymentStatus_1.V1beta2DeploymentStatus, + "V1beta2DeploymentStrategy": v1beta2DeploymentStrategy_1.V1beta2DeploymentStrategy, + "V1beta2ReplicaSet": v1beta2ReplicaSet_1.V1beta2ReplicaSet, + "V1beta2ReplicaSetCondition": v1beta2ReplicaSetCondition_1.V1beta2ReplicaSetCondition, + "V1beta2ReplicaSetList": v1beta2ReplicaSetList_1.V1beta2ReplicaSetList, + "V1beta2ReplicaSetSpec": v1beta2ReplicaSetSpec_1.V1beta2ReplicaSetSpec, + "V1beta2ReplicaSetStatus": v1beta2ReplicaSetStatus_1.V1beta2ReplicaSetStatus, + "V1beta2RollingUpdateDaemonSet": v1beta2RollingUpdateDaemonSet_1.V1beta2RollingUpdateDaemonSet, + "V1beta2RollingUpdateDeployment": v1beta2RollingUpdateDeployment_1.V1beta2RollingUpdateDeployment, + "V1beta2RollingUpdateStatefulSetStrategy": v1beta2RollingUpdateStatefulSetStrategy_1.V1beta2RollingUpdateStatefulSetStrategy, + "V1beta2Scale": v1beta2Scale_1.V1beta2Scale, + "V1beta2ScaleSpec": v1beta2ScaleSpec_1.V1beta2ScaleSpec, + "V1beta2ScaleStatus": v1beta2ScaleStatus_1.V1beta2ScaleStatus, + "V1beta2StatefulSet": v1beta2StatefulSet_1.V1beta2StatefulSet, + "V1beta2StatefulSetCondition": v1beta2StatefulSetCondition_1.V1beta2StatefulSetCondition, + "V1beta2StatefulSetList": v1beta2StatefulSetList_1.V1beta2StatefulSetList, + "V1beta2StatefulSetSpec": v1beta2StatefulSetSpec_1.V1beta2StatefulSetSpec, + "V1beta2StatefulSetStatus": v1beta2StatefulSetStatus_1.V1beta2StatefulSetStatus, + "V1beta2StatefulSetUpdateStrategy": v1beta2StatefulSetUpdateStrategy_1.V1beta2StatefulSetUpdateStrategy, + "V2alpha1CronJob": v2alpha1CronJob_1.V2alpha1CronJob, + "V2alpha1CronJobList": v2alpha1CronJobList_1.V2alpha1CronJobList, + "V2alpha1CronJobSpec": v2alpha1CronJobSpec_1.V2alpha1CronJobSpec, + "V2alpha1CronJobStatus": v2alpha1CronJobStatus_1.V2alpha1CronJobStatus, + "V2alpha1JobTemplateSpec": v2alpha1JobTemplateSpec_1.V2alpha1JobTemplateSpec, + "V2beta1CrossVersionObjectReference": v2beta1CrossVersionObjectReference_1.V2beta1CrossVersionObjectReference, + "V2beta1ExternalMetricSource": v2beta1ExternalMetricSource_1.V2beta1ExternalMetricSource, + "V2beta1ExternalMetricStatus": v2beta1ExternalMetricStatus_1.V2beta1ExternalMetricStatus, + "V2beta1HorizontalPodAutoscaler": v2beta1HorizontalPodAutoscaler_1.V2beta1HorizontalPodAutoscaler, + "V2beta1HorizontalPodAutoscalerCondition": v2beta1HorizontalPodAutoscalerCondition_1.V2beta1HorizontalPodAutoscalerCondition, + "V2beta1HorizontalPodAutoscalerList": v2beta1HorizontalPodAutoscalerList_1.V2beta1HorizontalPodAutoscalerList, + "V2beta1HorizontalPodAutoscalerSpec": v2beta1HorizontalPodAutoscalerSpec_1.V2beta1HorizontalPodAutoscalerSpec, + "V2beta1HorizontalPodAutoscalerStatus": v2beta1HorizontalPodAutoscalerStatus_1.V2beta1HorizontalPodAutoscalerStatus, + "V2beta1MetricSpec": v2beta1MetricSpec_1.V2beta1MetricSpec, + "V2beta1MetricStatus": v2beta1MetricStatus_1.V2beta1MetricStatus, + "V2beta1ObjectMetricSource": v2beta1ObjectMetricSource_1.V2beta1ObjectMetricSource, + "V2beta1ObjectMetricStatus": v2beta1ObjectMetricStatus_1.V2beta1ObjectMetricStatus, + "V2beta1PodsMetricSource": v2beta1PodsMetricSource_1.V2beta1PodsMetricSource, + "V2beta1PodsMetricStatus": v2beta1PodsMetricStatus_1.V2beta1PodsMetricStatus, + "V2beta1ResourceMetricSource": v2beta1ResourceMetricSource_1.V2beta1ResourceMetricSource, + "V2beta1ResourceMetricStatus": v2beta1ResourceMetricStatus_1.V2beta1ResourceMetricStatus, + "V2beta2CrossVersionObjectReference": v2beta2CrossVersionObjectReference_1.V2beta2CrossVersionObjectReference, + "V2beta2ExternalMetricSource": v2beta2ExternalMetricSource_1.V2beta2ExternalMetricSource, + "V2beta2ExternalMetricStatus": v2beta2ExternalMetricStatus_1.V2beta2ExternalMetricStatus, + "V2beta2HorizontalPodAutoscaler": v2beta2HorizontalPodAutoscaler_1.V2beta2HorizontalPodAutoscaler, + "V2beta2HorizontalPodAutoscalerCondition": v2beta2HorizontalPodAutoscalerCondition_1.V2beta2HorizontalPodAutoscalerCondition, + "V2beta2HorizontalPodAutoscalerList": v2beta2HorizontalPodAutoscalerList_1.V2beta2HorizontalPodAutoscalerList, + "V2beta2HorizontalPodAutoscalerSpec": v2beta2HorizontalPodAutoscalerSpec_1.V2beta2HorizontalPodAutoscalerSpec, + "V2beta2HorizontalPodAutoscalerStatus": v2beta2HorizontalPodAutoscalerStatus_1.V2beta2HorizontalPodAutoscalerStatus, + "V2beta2MetricIdentifier": v2beta2MetricIdentifier_1.V2beta2MetricIdentifier, + "V2beta2MetricSpec": v2beta2MetricSpec_1.V2beta2MetricSpec, + "V2beta2MetricStatus": v2beta2MetricStatus_1.V2beta2MetricStatus, + "V2beta2MetricTarget": v2beta2MetricTarget_1.V2beta2MetricTarget, + "V2beta2MetricValueStatus": v2beta2MetricValueStatus_1.V2beta2MetricValueStatus, + "V2beta2ObjectMetricSource": v2beta2ObjectMetricSource_1.V2beta2ObjectMetricSource, + "V2beta2ObjectMetricStatus": v2beta2ObjectMetricStatus_1.V2beta2ObjectMetricStatus, + "V2beta2PodsMetricSource": v2beta2PodsMetricSource_1.V2beta2PodsMetricSource, + "V2beta2PodsMetricStatus": v2beta2PodsMetricStatus_1.V2beta2PodsMetricStatus, + "V2beta2ResourceMetricSource": v2beta2ResourceMetricSource_1.V2beta2ResourceMetricSource, + "V2beta2ResourceMetricStatus": v2beta2ResourceMetricStatus_1.V2beta2ResourceMetricStatus, + "VersionInfo": versionInfo_1.VersionInfo, +}; +class ObjectSerializer { + static findCorrectType(data, expectedType) { + if (data == undefined) { + return expectedType; + } + else if (primitives.indexOf(expectedType.toLowerCase()) !== -1) { + return expectedType; + } + else if (expectedType === "Date") { + return expectedType; + } + else { + if (enumsMap[expectedType]) { + return expectedType; + } + if (!typeMap[expectedType]) { + return expectedType; // w/e we don't know the type + } + // Check the discriminator + let discriminatorProperty = typeMap[expectedType].discriminator; + if (discriminatorProperty == null) { + return expectedType; // the type does not have a discriminator. use it. + } + else { + if (data[discriminatorProperty]) { + var discriminatorType = data[discriminatorProperty]; + if (typeMap[discriminatorType]) { + return discriminatorType; // use the type given in the discriminator + } + else { + return expectedType; // discriminator did not map to a type + } + } + else { + return expectedType; // discriminator was not present (or an empty string) + } + } + } + } + static serialize(data, type) { + if (data == undefined) { + return data; + } + else if (primitives.indexOf(type.toLowerCase()) !== -1) { + return data; + } + else if (type.lastIndexOf("Array<", 0) === 0) { // string.startsWith pre es6 + let subType = type.replace("Array<", ""); // Array => Type> + subType = subType.substring(0, subType.length - 1); // Type> => Type + let transformedData = []; + for (let index in data) { + let date = data[index]; + transformedData.push(ObjectSerializer.serialize(date, subType)); + } + return transformedData; + } + else if (type === "Date") { + return data.toISOString(); + } + else { + if (enumsMap[type]) { + return data; + } + if (!typeMap[type]) { // in case we dont know the type + return data; + } + // Get the actual type of this object + type = this.findCorrectType(data, type); + // get the map for the correct type. + let attributeTypes = typeMap[type].getAttributeTypeMap(); + let instance = {}; + for (let index in attributeTypes) { + let attributeType = attributeTypes[index]; + instance[attributeType.baseName] = ObjectSerializer.serialize(data[attributeType.name], attributeType.type); + } + return instance; + } + } + static deserialize(data, type) { + // polymorphism may change the actual type. + type = ObjectSerializer.findCorrectType(data, type); + if (data == undefined) { + return data; + } + else if (primitives.indexOf(type.toLowerCase()) !== -1) { + return data; + } + else if (type.lastIndexOf("Array<", 0) === 0) { // string.startsWith pre es6 + let subType = type.replace("Array<", ""); // Array => Type> + subType = subType.substring(0, subType.length - 1); // Type> => Type + let transformedData = []; + for (let index in data) { + let date = data[index]; + transformedData.push(ObjectSerializer.deserialize(date, subType)); + } + return transformedData; + } + else if (type === "Date") { + return new Date(data); + } + else { + if (enumsMap[type]) { // is Enum + return data; + } + if (!typeMap[type]) { // dont know the type + return data; + } + let instance = new typeMap[type](); + let attributeTypes = typeMap[type].getAttributeTypeMap(); + for (let index in attributeTypes) { + let attributeType = attributeTypes[index]; + instance[attributeType.name] = ObjectSerializer.deserialize(data[attributeType.baseName], attributeType.type); + } + return instance; + } + } +} +exports.ObjectSerializer = ObjectSerializer; +class HttpBasicAuth { + constructor() { + this.username = ''; + this.password = ''; + } + applyToRequest(requestOptions) { + requestOptions.auth = { + username: this.username, password: this.password + }; + } +} +exports.HttpBasicAuth = HttpBasicAuth; +class ApiKeyAuth { + constructor(location, paramName) { + this.location = location; + this.paramName = paramName; + this.apiKey = ''; + } + applyToRequest(requestOptions) { + if (this.location == "query") { + requestOptions.qs[this.paramName] = this.apiKey; + } + else if (this.location == "header" && requestOptions && requestOptions.headers) { + requestOptions.headers[this.paramName] = this.apiKey; + } + } +} +exports.ApiKeyAuth = ApiKeyAuth; +class OAuth { + constructor() { + this.accessToken = ''; + } + applyToRequest(requestOptions) { + if (requestOptions && requestOptions.headers) { + requestOptions.headers["Authorization"] = "Bearer " + this.accessToken; + } + } +} +exports.OAuth = OAuth; +class VoidAuth { + constructor() { + this.username = ''; + this.password = ''; + } + applyToRequest(_) { + // Do nothing + } +} +exports.VoidAuth = VoidAuth; +//# sourceMappingURL=models.js.map \ No newline at end of file diff --git a/dist/gen/model/models.js.map b/dist/gen/model/models.js.map new file mode 100644 index 0000000000..55cc827edb --- /dev/null +++ b/dist/gen/model/models.js.map @@ -0,0 +1 @@ +{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/gen/model/models.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1HTTPIngressPath.d.ts b/dist/gen/model/networkingV1beta1HTTPIngressPath.d.ts new file mode 100644 index 0000000000..75dc86555b --- /dev/null +++ b/dist/gen/model/networkingV1beta1HTTPIngressPath.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { NetworkingV1beta1IngressBackend } from './networkingV1beta1IngressBackend'; +/** +* HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. +*/ +export declare class NetworkingV1beta1HTTPIngressPath { + 'backend': NetworkingV1beta1IngressBackend; + /** + * Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a \'/\'. If unspecified, the path defaults to a catch all sending traffic to the backend. + */ + 'path'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1HTTPIngressPath.js b/dist/gen/model/networkingV1beta1HTTPIngressPath.js new file mode 100644 index 0000000000..e4fb948049 --- /dev/null +++ b/dist/gen/model/networkingV1beta1HTTPIngressPath.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend. +*/ +class NetworkingV1beta1HTTPIngressPath { + static getAttributeTypeMap() { + return NetworkingV1beta1HTTPIngressPath.attributeTypeMap; + } +} +NetworkingV1beta1HTTPIngressPath.discriminator = undefined; +NetworkingV1beta1HTTPIngressPath.attributeTypeMap = [ + { + "name": "backend", + "baseName": "backend", + "type": "NetworkingV1beta1IngressBackend" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + } +]; +exports.NetworkingV1beta1HTTPIngressPath = NetworkingV1beta1HTTPIngressPath; +//# sourceMappingURL=networkingV1beta1HTTPIngressPath.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1HTTPIngressPath.js.map b/dist/gen/model/networkingV1beta1HTTPIngressPath.js.map new file mode 100644 index 0000000000..342d78d756 --- /dev/null +++ b/dist/gen/model/networkingV1beta1HTTPIngressPath.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1HTTPIngressPath.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1HTTPIngressPath.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,gCAAgC;IAqBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAhBM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,4EAwBC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.d.ts b/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.d.ts new file mode 100644 index 0000000000..3075834f7a --- /dev/null +++ b/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { NetworkingV1beta1HTTPIngressPath } from './networkingV1beta1HTTPIngressPath'; +/** +* HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last \'/\' and before the first \'?\' or \'#\'. +*/ +export declare class NetworkingV1beta1HTTPIngressRuleValue { + /** + * A collection of paths that map requests to backends. + */ + 'paths': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js b/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js new file mode 100644 index 0000000000..3d10db0c18 --- /dev/null +++ b/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last \'/\' and before the first \'?\' or \'#\'. +*/ +class NetworkingV1beta1HTTPIngressRuleValue { + static getAttributeTypeMap() { + return NetworkingV1beta1HTTPIngressRuleValue.attributeTypeMap; + } +} +NetworkingV1beta1HTTPIngressRuleValue.discriminator = undefined; +NetworkingV1beta1HTTPIngressRuleValue.attributeTypeMap = [ + { + "name": "paths", + "baseName": "paths", + "type": "Array" + } +]; +exports.NetworkingV1beta1HTTPIngressRuleValue = NetworkingV1beta1HTTPIngressRuleValue; +//# sourceMappingURL=networkingV1beta1HTTPIngressRuleValue.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js.map b/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js.map new file mode 100644 index 0000000000..62ac71aefd --- /dev/null +++ b/dist/gen/model/networkingV1beta1HTTPIngressRuleValue.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1HTTPIngressRuleValue.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1HTTPIngressRuleValue.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qCAAqC;IAe9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AAXM,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,yCAAyC;KACpD;CAAK,CAAC;AAbf,sFAkBC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1Ingress.d.ts b/dist/gen/model/networkingV1beta1Ingress.d.ts new file mode 100644 index 0000000000..d6ef2a5f4e --- /dev/null +++ b/dist/gen/model/networkingV1beta1Ingress.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { NetworkingV1beta1IngressSpec } from './networkingV1beta1IngressSpec'; +import { NetworkingV1beta1IngressStatus } from './networkingV1beta1IngressStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. +*/ +export declare class NetworkingV1beta1Ingress { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: NetworkingV1beta1IngressSpec; + 'status'?: NetworkingV1beta1IngressStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1Ingress.js b/dist/gen/model/networkingV1beta1Ingress.js new file mode 100644 index 0000000000..67a6f9279c --- /dev/null +++ b/dist/gen/model/networkingV1beta1Ingress.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. +*/ +class NetworkingV1beta1Ingress { + static getAttributeTypeMap() { + return NetworkingV1beta1Ingress.attributeTypeMap; + } +} +NetworkingV1beta1Ingress.discriminator = undefined; +NetworkingV1beta1Ingress.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "NetworkingV1beta1IngressSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "NetworkingV1beta1IngressStatus" + } +]; +exports.NetworkingV1beta1Ingress = NetworkingV1beta1Ingress; +//# sourceMappingURL=networkingV1beta1Ingress.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1Ingress.js.map b/dist/gen/model/networkingV1beta1Ingress.js.map new file mode 100644 index 0000000000..dea75bd743 --- /dev/null +++ b/dist/gen/model/networkingV1beta1Ingress.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1Ingress.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1Ingress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,wBAAwB;IA0CjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA/BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAxCf,4DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressBackend.d.ts b/dist/gen/model/networkingV1beta1IngressBackend.d.ts new file mode 100644 index 0000000000..c1cfa1571d --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressBackend.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* IngressBackend describes all endpoints for a given service and port. +*/ +export declare class NetworkingV1beta1IngressBackend { + /** + * Specifies the name of the referenced service. + */ + 'serviceName': string; + /** + * Specifies the port of the referenced service. + */ + 'servicePort': object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1IngressBackend.js b/dist/gen/model/networkingV1beta1IngressBackend.js new file mode 100644 index 0000000000..469b6e0a60 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressBackend.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressBackend describes all endpoints for a given service and port. +*/ +class NetworkingV1beta1IngressBackend { + static getAttributeTypeMap() { + return NetworkingV1beta1IngressBackend.attributeTypeMap; + } +} +NetworkingV1beta1IngressBackend.discriminator = undefined; +NetworkingV1beta1IngressBackend.attributeTypeMap = [ + { + "name": "serviceName", + "baseName": "serviceName", + "type": "string" + }, + { + "name": "servicePort", + "baseName": "servicePort", + "type": "object" + } +]; +exports.NetworkingV1beta1IngressBackend = NetworkingV1beta1IngressBackend; +//# sourceMappingURL=networkingV1beta1IngressBackend.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressBackend.js.map b/dist/gen/model/networkingV1beta1IngressBackend.js.map new file mode 100644 index 0000000000..7481edb692 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressBackend.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1IngressBackend.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1IngressBackend.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,+BAA+B;IAwBxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAhBM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,0EA2BC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressList.d.ts b/dist/gen/model/networkingV1beta1IngressList.d.ts new file mode 100644 index 0000000000..d23f45cd6f --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { NetworkingV1beta1Ingress } from './networkingV1beta1Ingress'; +import { V1ListMeta } from './v1ListMeta'; +/** +* IngressList is a collection of Ingress. +*/ +export declare class NetworkingV1beta1IngressList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of Ingress. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1IngressList.js b/dist/gen/model/networkingV1beta1IngressList.js new file mode 100644 index 0000000000..8250893c62 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressList is a collection of Ingress. +*/ +class NetworkingV1beta1IngressList { + static getAttributeTypeMap() { + return NetworkingV1beta1IngressList.attributeTypeMap; + } +} +NetworkingV1beta1IngressList.discriminator = undefined; +NetworkingV1beta1IngressList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.NetworkingV1beta1IngressList = NetworkingV1beta1IngressList; +//# sourceMappingURL=networkingV1beta1IngressList.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressList.js.map b/dist/gen/model/networkingV1beta1IngressList.js.map new file mode 100644 index 0000000000..ce585ba238 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1IngressList.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1IngressList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,4BAA4B;IAuCrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AA1BM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressRule.d.ts b/dist/gen/model/networkingV1beta1IngressRule.d.ts new file mode 100644 index 0000000000..3a0a41f341 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressRule.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { NetworkingV1beta1HTTPIngressRuleValue } from './networkingV1beta1HTTPIngressRuleValue'; +/** +* IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +*/ +export declare class NetworkingV1beta1IngressRule { + /** + * Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the \"host\" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the IP in the Spec of the parent Ingress. 2. The `:` delimiter is not respected because ports are not allowed. Currently the port of an Ingress is implicitly :80 for http and :443 for https. Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. + */ + 'host'?: string; + 'http'?: NetworkingV1beta1HTTPIngressRuleValue; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1IngressRule.js b/dist/gen/model/networkingV1beta1IngressRule.js new file mode 100644 index 0000000000..5633395dcd --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +*/ +class NetworkingV1beta1IngressRule { + static getAttributeTypeMap() { + return NetworkingV1beta1IngressRule.attributeTypeMap; + } +} +NetworkingV1beta1IngressRule.discriminator = undefined; +NetworkingV1beta1IngressRule.attributeTypeMap = [ + { + "name": "host", + "baseName": "host", + "type": "string" + }, + { + "name": "http", + "baseName": "http", + "type": "NetworkingV1beta1HTTPIngressRuleValue" + } +]; +exports.NetworkingV1beta1IngressRule = NetworkingV1beta1IngressRule; +//# sourceMappingURL=networkingV1beta1IngressRule.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressRule.js.map b/dist/gen/model/networkingV1beta1IngressRule.js.map new file mode 100644 index 0000000000..a0f8cd7c89 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1IngressRule.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1IngressRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,4BAA4B;IAqBrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uCAAuC;KAClD;CAAK,CAAC;AAnBf,oEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressSpec.d.ts b/dist/gen/model/networkingV1beta1IngressSpec.d.ts new file mode 100644 index 0000000000..3ec60a079b --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { NetworkingV1beta1IngressBackend } from './networkingV1beta1IngressBackend'; +import { NetworkingV1beta1IngressRule } from './networkingV1beta1IngressRule'; +import { NetworkingV1beta1IngressTLS } from './networkingV1beta1IngressTLS'; +/** +* IngressSpec describes the Ingress the user wishes to exist. +*/ +export declare class NetworkingV1beta1IngressSpec { + 'backend'?: NetworkingV1beta1IngressBackend; + /** + * A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. + */ + 'rules'?: Array; + /** + * TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. + */ + 'tls'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1IngressSpec.js b/dist/gen/model/networkingV1beta1IngressSpec.js new file mode 100644 index 0000000000..70f9d46fd1 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressSpec.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressSpec describes the Ingress the user wishes to exist. +*/ +class NetworkingV1beta1IngressSpec { + static getAttributeTypeMap() { + return NetworkingV1beta1IngressSpec.attributeTypeMap; + } +} +NetworkingV1beta1IngressSpec.discriminator = undefined; +NetworkingV1beta1IngressSpec.attributeTypeMap = [ + { + "name": "backend", + "baseName": "backend", + "type": "NetworkingV1beta1IngressBackend" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + }, + { + "name": "tls", + "baseName": "tls", + "type": "Array" + } +]; +exports.NetworkingV1beta1IngressSpec = NetworkingV1beta1IngressSpec; +//# sourceMappingURL=networkingV1beta1IngressSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressSpec.js.map b/dist/gen/model/networkingV1beta1IngressSpec.js.map new file mode 100644 index 0000000000..0b41190c48 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1IngressSpec.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1IngressSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,4BAA4B;IA8BrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AArBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qCAAqC;KAChD;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,oCAAoC;KAC/C;CAAK,CAAC;AA5Bf,oEAiCC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressStatus.d.ts b/dist/gen/model/networkingV1beta1IngressStatus.d.ts new file mode 100644 index 0000000000..2bd9836392 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressStatus.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LoadBalancerStatus } from './v1LoadBalancerStatus'; +/** +* IngressStatus describe the current state of the Ingress. +*/ +export declare class NetworkingV1beta1IngressStatus { + 'loadBalancer'?: V1LoadBalancerStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1IngressStatus.js b/dist/gen/model/networkingV1beta1IngressStatus.js new file mode 100644 index 0000000000..8a7460516f --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressStatus.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressStatus describe the current state of the Ingress. +*/ +class NetworkingV1beta1IngressStatus { + static getAttributeTypeMap() { + return NetworkingV1beta1IngressStatus.attributeTypeMap; + } +} +NetworkingV1beta1IngressStatus.discriminator = undefined; +NetworkingV1beta1IngressStatus.attributeTypeMap = [ + { + "name": "loadBalancer", + "baseName": "loadBalancer", + "type": "V1LoadBalancerStatus" + } +]; +exports.NetworkingV1beta1IngressStatus = NetworkingV1beta1IngressStatus; +//# sourceMappingURL=networkingV1beta1IngressStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressStatus.js.map b/dist/gen/model/networkingV1beta1IngressStatus.js.map new file mode 100644 index 0000000000..fce7187eb5 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1IngressStatus.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1IngressStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IAYvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAXM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AAVf,wEAeC"} \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressTLS.d.ts b/dist/gen/model/networkingV1beta1IngressTLS.d.ts new file mode 100644 index 0000000000..e8ade22c10 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressTLS.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* IngressTLS describes the transport layer security associated with an Ingress. +*/ +export declare class NetworkingV1beta1IngressTLS { + /** + * Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. + */ + 'hosts'?: Array; + /** + * SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the \"Host\" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. + */ + 'secretName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/networkingV1beta1IngressTLS.js b/dist/gen/model/networkingV1beta1IngressTLS.js new file mode 100644 index 0000000000..5a19dc568b --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressTLS.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IngressTLS describes the transport layer security associated with an Ingress. +*/ +class NetworkingV1beta1IngressTLS { + static getAttributeTypeMap() { + return NetworkingV1beta1IngressTLS.attributeTypeMap; + } +} +NetworkingV1beta1IngressTLS.discriminator = undefined; +NetworkingV1beta1IngressTLS.attributeTypeMap = [ + { + "name": "hosts", + "baseName": "hosts", + "type": "Array" + }, + { + "name": "secretName", + "baseName": "secretName", + "type": "string" + } +]; +exports.NetworkingV1beta1IngressTLS = NetworkingV1beta1IngressTLS; +//# sourceMappingURL=networkingV1beta1IngressTLS.js.map \ No newline at end of file diff --git a/dist/gen/model/networkingV1beta1IngressTLS.js.map b/dist/gen/model/networkingV1beta1IngressTLS.js.map new file mode 100644 index 0000000000..eca509dff8 --- /dev/null +++ b/dist/gen/model/networkingV1beta1IngressTLS.js.map @@ -0,0 +1 @@ +{"version":3,"file":"networkingV1beta1IngressTLS.js","sourceRoot":"","sources":["../../../src/gen/model/networkingV1beta1IngressTLS.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAwBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,kEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1AllowedCSIDriver.d.ts b/dist/gen/model/policyV1beta1AllowedCSIDriver.d.ts new file mode 100644 index 0000000000..2bda53ae0f --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedCSIDriver.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used. +*/ +export declare class PolicyV1beta1AllowedCSIDriver { + /** + * Name is the registered name of the CSI driver + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1AllowedCSIDriver.js b/dist/gen/model/policyV1beta1AllowedCSIDriver.js new file mode 100644 index 0000000000..77b93a5098 --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedCSIDriver.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used. +*/ +class PolicyV1beta1AllowedCSIDriver { + static getAttributeTypeMap() { + return PolicyV1beta1AllowedCSIDriver.attributeTypeMap; + } +} +PolicyV1beta1AllowedCSIDriver.discriminator = undefined; +PolicyV1beta1AllowedCSIDriver.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.PolicyV1beta1AllowedCSIDriver = PolicyV1beta1AllowedCSIDriver; +//# sourceMappingURL=policyV1beta1AllowedCSIDriver.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1AllowedCSIDriver.js.map b/dist/gen/model/policyV1beta1AllowedCSIDriver.js.map new file mode 100644 index 0000000000..c1b6505a93 --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedCSIDriver.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1AllowedCSIDriver.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1AllowedCSIDriver.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,6BAA6B;IAetC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAXM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,sEAkBC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1AllowedFlexVolume.d.ts b/dist/gen/model/policyV1beta1AllowedFlexVolume.d.ts new file mode 100644 index 0000000000..a69f6ac83f --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedFlexVolume.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AllowedFlexVolume represents a single Flexvolume that is allowed to be used. +*/ +export declare class PolicyV1beta1AllowedFlexVolume { + /** + * driver is the name of the Flexvolume driver. + */ + 'driver': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1AllowedFlexVolume.js b/dist/gen/model/policyV1beta1AllowedFlexVolume.js new file mode 100644 index 0000000000..ffc4a3c429 --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedFlexVolume.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AllowedFlexVolume represents a single Flexvolume that is allowed to be used. +*/ +class PolicyV1beta1AllowedFlexVolume { + static getAttributeTypeMap() { + return PolicyV1beta1AllowedFlexVolume.attributeTypeMap; + } +} +PolicyV1beta1AllowedFlexVolume.discriminator = undefined; +PolicyV1beta1AllowedFlexVolume.attributeTypeMap = [ + { + "name": "driver", + "baseName": "driver", + "type": "string" + } +]; +exports.PolicyV1beta1AllowedFlexVolume = PolicyV1beta1AllowedFlexVolume; +//# sourceMappingURL=policyV1beta1AllowedFlexVolume.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1AllowedFlexVolume.js.map b/dist/gen/model/policyV1beta1AllowedFlexVolume.js.map new file mode 100644 index 0000000000..af0a328487 --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedFlexVolume.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1AllowedFlexVolume.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1AllowedFlexVolume.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,8BAA8B;IAevC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAXM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,wEAkBC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1AllowedHostPath.d.ts b/dist/gen/model/policyV1beta1AllowedHostPath.d.ts new file mode 100644 index 0000000000..71dbfc182a --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedHostPath.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. +*/ +export declare class PolicyV1beta1AllowedHostPath { + /** + * pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` + */ + 'pathPrefix'?: string; + /** + * when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. + */ + 'readOnly'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1AllowedHostPath.js b/dist/gen/model/policyV1beta1AllowedHostPath.js new file mode 100644 index 0000000000..4bbebfd861 --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedHostPath.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. +*/ +class PolicyV1beta1AllowedHostPath { + static getAttributeTypeMap() { + return PolicyV1beta1AllowedHostPath.attributeTypeMap; + } +} +PolicyV1beta1AllowedHostPath.discriminator = undefined; +PolicyV1beta1AllowedHostPath.attributeTypeMap = [ + { + "name": "pathPrefix", + "baseName": "pathPrefix", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + } +]; +exports.PolicyV1beta1AllowedHostPath = PolicyV1beta1AllowedHostPath; +//# sourceMappingURL=policyV1beta1AllowedHostPath.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1AllowedHostPath.js.map b/dist/gen/model/policyV1beta1AllowedHostPath.js.map new file mode 100644 index 0000000000..b39d4a554a --- /dev/null +++ b/dist/gen/model/policyV1beta1AllowedHostPath.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1AllowedHostPath.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1AllowedHostPath.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,4BAA4B;IAwBrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAtBf,oEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1FSGroupStrategyOptions.d.ts b/dist/gen/model/policyV1beta1FSGroupStrategyOptions.d.ts new file mode 100644 index 0000000000..b4137dfa22 --- /dev/null +++ b/dist/gen/model/policyV1beta1FSGroupStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { PolicyV1beta1IDRange } from './policyV1beta1IDRange'; +/** +* FSGroupStrategyOptions defines the strategy type and options used to create the strategy. +*/ +export declare class PolicyV1beta1FSGroupStrategyOptions { + /** + * ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate what FSGroup is used in the SecurityContext. + */ + 'rule'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1FSGroupStrategyOptions.js b/dist/gen/model/policyV1beta1FSGroupStrategyOptions.js new file mode 100644 index 0000000000..9421183358 --- /dev/null +++ b/dist/gen/model/policyV1beta1FSGroupStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* FSGroupStrategyOptions defines the strategy type and options used to create the strategy. +*/ +class PolicyV1beta1FSGroupStrategyOptions { + static getAttributeTypeMap() { + return PolicyV1beta1FSGroupStrategyOptions.attributeTypeMap; + } +} +PolicyV1beta1FSGroupStrategyOptions.discriminator = undefined; +PolicyV1beta1FSGroupStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.PolicyV1beta1FSGroupStrategyOptions = PolicyV1beta1FSGroupStrategyOptions; +//# sourceMappingURL=policyV1beta1FSGroupStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1FSGroupStrategyOptions.js.map b/dist/gen/model/policyV1beta1FSGroupStrategyOptions.js.map new file mode 100644 index 0000000000..73cffe13dd --- /dev/null +++ b/dist/gen/model/policyV1beta1FSGroupStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1FSGroupStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1FSGroupStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mCAAmC;IAwB5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAhBM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,kFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1HostPortRange.d.ts b/dist/gen/model/policyV1beta1HostPortRange.d.ts new file mode 100644 index 0000000000..59dbcca5e4 --- /dev/null +++ b/dist/gen/model/policyV1beta1HostPortRange.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. +*/ +export declare class PolicyV1beta1HostPortRange { + /** + * max is the end of the range, inclusive. + */ + 'max': number; + /** + * min is the start of the range, inclusive. + */ + 'min': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1HostPortRange.js b/dist/gen/model/policyV1beta1HostPortRange.js new file mode 100644 index 0000000000..6cd0d1bd84 --- /dev/null +++ b/dist/gen/model/policyV1beta1HostPortRange.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined. +*/ +class PolicyV1beta1HostPortRange { + static getAttributeTypeMap() { + return PolicyV1beta1HostPortRange.attributeTypeMap; + } +} +PolicyV1beta1HostPortRange.discriminator = undefined; +PolicyV1beta1HostPortRange.attributeTypeMap = [ + { + "name": "max", + "baseName": "max", + "type": "number" + }, + { + "name": "min", + "baseName": "min", + "type": "number" + } +]; +exports.PolicyV1beta1HostPortRange = PolicyV1beta1HostPortRange; +//# sourceMappingURL=policyV1beta1HostPortRange.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1HostPortRange.js.map b/dist/gen/model/policyV1beta1HostPortRange.js.map new file mode 100644 index 0000000000..7ad8099395 --- /dev/null +++ b/dist/gen/model/policyV1beta1HostPortRange.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1HostPortRange.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1HostPortRange.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAwBnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAhBM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,gEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1IDRange.d.ts b/dist/gen/model/policyV1beta1IDRange.d.ts new file mode 100644 index 0000000000..007792613c --- /dev/null +++ b/dist/gen/model/policyV1beta1IDRange.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* IDRange provides a min/max of an allowed range of IDs. +*/ +export declare class PolicyV1beta1IDRange { + /** + * max is the end of the range, inclusive. + */ + 'max': number; + /** + * min is the start of the range, inclusive. + */ + 'min': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1IDRange.js b/dist/gen/model/policyV1beta1IDRange.js new file mode 100644 index 0000000000..1cd4423ad4 --- /dev/null +++ b/dist/gen/model/policyV1beta1IDRange.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IDRange provides a min/max of an allowed range of IDs. +*/ +class PolicyV1beta1IDRange { + static getAttributeTypeMap() { + return PolicyV1beta1IDRange.attributeTypeMap; + } +} +PolicyV1beta1IDRange.discriminator = undefined; +PolicyV1beta1IDRange.attributeTypeMap = [ + { + "name": "max", + "baseName": "max", + "type": "number" + }, + { + "name": "min", + "baseName": "min", + "type": "number" + } +]; +exports.PolicyV1beta1IDRange = PolicyV1beta1IDRange; +//# sourceMappingURL=policyV1beta1IDRange.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1IDRange.js.map b/dist/gen/model/policyV1beta1IDRange.js.map new file mode 100644 index 0000000000..a286681684 --- /dev/null +++ b/dist/gen/model/policyV1beta1IDRange.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1IDRange.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1IDRange.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAwB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAhBM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,oDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicy.d.ts b/dist/gen/model/policyV1beta1PodSecurityPolicy.d.ts new file mode 100644 index 0000000000..2825266691 --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicy.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { PolicyV1beta1PodSecurityPolicySpec } from './policyV1beta1PodSecurityPolicySpec'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. +*/ +export declare class PolicyV1beta1PodSecurityPolicy { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: PolicyV1beta1PodSecurityPolicySpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicy.js b/dist/gen/model/policyV1beta1PodSecurityPolicy.js new file mode 100644 index 0000000000..38ed5500ac --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicy.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. +*/ +class PolicyV1beta1PodSecurityPolicy { + static getAttributeTypeMap() { + return PolicyV1beta1PodSecurityPolicy.attributeTypeMap; + } +} +PolicyV1beta1PodSecurityPolicy.discriminator = undefined; +PolicyV1beta1PodSecurityPolicy.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "PolicyV1beta1PodSecurityPolicySpec" + } +]; +exports.PolicyV1beta1PodSecurityPolicy = PolicyV1beta1PodSecurityPolicy; +//# sourceMappingURL=policyV1beta1PodSecurityPolicy.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicy.js.map b/dist/gen/model/policyV1beta1PodSecurityPolicy.js.map new file mode 100644 index 0000000000..e6aca70031 --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1PodSecurityPolicy.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1PodSecurityPolicy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,8BAA8B;IAoCvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA1BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oCAAoC;KAC/C;CAAK,CAAC;AAlCf,wEAuCC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicyList.d.ts b/dist/gen/model/policyV1beta1PodSecurityPolicyList.d.ts new file mode 100644 index 0000000000..9c415c725b --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicyList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { PolicyV1beta1PodSecurityPolicy } from './policyV1beta1PodSecurityPolicy'; +import { V1ListMeta } from './v1ListMeta'; +/** +* PodSecurityPolicyList is a list of PodSecurityPolicy objects. +*/ +export declare class PolicyV1beta1PodSecurityPolicyList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicyList.js b/dist/gen/model/policyV1beta1PodSecurityPolicyList.js new file mode 100644 index 0000000000..03dee09d3f --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicyList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSecurityPolicyList is a list of PodSecurityPolicy objects. +*/ +class PolicyV1beta1PodSecurityPolicyList { + static getAttributeTypeMap() { + return PolicyV1beta1PodSecurityPolicyList.attributeTypeMap; + } +} +PolicyV1beta1PodSecurityPolicyList.discriminator = undefined; +PolicyV1beta1PodSecurityPolicyList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.PolicyV1beta1PodSecurityPolicyList = PolicyV1beta1PodSecurityPolicyList; +//# sourceMappingURL=policyV1beta1PodSecurityPolicyList.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicyList.js.map b/dist/gen/model/policyV1beta1PodSecurityPolicyList.js.map new file mode 100644 index 0000000000..46ae818ea2 --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicyList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1PodSecurityPolicyList.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1PodSecurityPolicyList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kCAAkC;IAuC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AA1BM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicySpec.d.ts b/dist/gen/model/policyV1beta1PodSecurityPolicySpec.d.ts new file mode 100644 index 0000000000..d665647011 --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicySpec.d.ts @@ -0,0 +1,115 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { PolicyV1beta1AllowedCSIDriver } from './policyV1beta1AllowedCSIDriver'; +import { PolicyV1beta1AllowedFlexVolume } from './policyV1beta1AllowedFlexVolume'; +import { PolicyV1beta1AllowedHostPath } from './policyV1beta1AllowedHostPath'; +import { PolicyV1beta1FSGroupStrategyOptions } from './policyV1beta1FSGroupStrategyOptions'; +import { PolicyV1beta1HostPortRange } from './policyV1beta1HostPortRange'; +import { PolicyV1beta1RunAsGroupStrategyOptions } from './policyV1beta1RunAsGroupStrategyOptions'; +import { PolicyV1beta1RunAsUserStrategyOptions } from './policyV1beta1RunAsUserStrategyOptions'; +import { PolicyV1beta1RuntimeClassStrategyOptions } from './policyV1beta1RuntimeClassStrategyOptions'; +import { PolicyV1beta1SELinuxStrategyOptions } from './policyV1beta1SELinuxStrategyOptions'; +import { PolicyV1beta1SupplementalGroupsStrategyOptions } from './policyV1beta1SupplementalGroupsStrategyOptions'; +/** +* PodSecurityPolicySpec defines the policy enforced. +*/ +export declare class PolicyV1beta1PodSecurityPolicySpec { + /** + * allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. + */ + 'allowPrivilegeEscalation'?: boolean; + /** + * AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate. + */ + 'allowedCSIDrivers'?: Array; + /** + * allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author\'s discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. + */ + 'allowedCapabilities'?: Array; + /** + * allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the \"volumes\" field. + */ + 'allowedFlexVolumes'?: Array; + /** + * allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used. + */ + 'allowedHostPaths'?: Array; + /** + * AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled. + */ + 'allowedProcMountTypes'?: Array; + /** + * allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection. Examples: e.g. \"foo/_*\" allows \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" allows \"foo.bar\", \"foo.baz\", etc. + */ + 'allowedUnsafeSysctls'?: Array; + /** + * defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. + */ + 'defaultAddCapabilities'?: Array; + /** + * defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. + */ + 'defaultAllowPrivilegeEscalation'?: boolean; + /** + * forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in \"*\" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. Examples: e.g. \"foo/_*\" forbids \"foo/bar\", \"foo/baz\", etc. e.g. \"foo.*\" forbids \"foo.bar\", \"foo.baz\", etc. + */ + 'forbiddenSysctls'?: Array; + 'fsGroup': PolicyV1beta1FSGroupStrategyOptions; + /** + * hostIPC determines if the policy allows the use of HostIPC in the pod spec. + */ + 'hostIPC'?: boolean; + /** + * hostNetwork determines if the policy allows the use of HostNetwork in the pod spec. + */ + 'hostNetwork'?: boolean; + /** + * hostPID determines if the policy allows the use of HostPID in the pod spec. + */ + 'hostPID'?: boolean; + /** + * hostPorts determines which host port ranges are allowed to be exposed. + */ + 'hostPorts'?: Array; + /** + * privileged determines if a pod can request to be run as privileged. + */ + 'privileged'?: boolean; + /** + * readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. + */ + 'readOnlyRootFilesystem'?: boolean; + /** + * requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. + */ + 'requiredDropCapabilities'?: Array; + 'runAsGroup'?: PolicyV1beta1RunAsGroupStrategyOptions; + 'runAsUser': PolicyV1beta1RunAsUserStrategyOptions; + 'runtimeClass'?: PolicyV1beta1RuntimeClassStrategyOptions; + 'seLinux': PolicyV1beta1SELinuxStrategyOptions; + 'supplementalGroups': PolicyV1beta1SupplementalGroupsStrategyOptions; + /** + * volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use \'*\'. + */ + 'volumes'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicySpec.js b/dist/gen/model/policyV1beta1PodSecurityPolicySpec.js new file mode 100644 index 0000000000..1f2ba5c6f2 --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicySpec.js @@ -0,0 +1,146 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSecurityPolicySpec defines the policy enforced. +*/ +class PolicyV1beta1PodSecurityPolicySpec { + static getAttributeTypeMap() { + return PolicyV1beta1PodSecurityPolicySpec.attributeTypeMap; + } +} +PolicyV1beta1PodSecurityPolicySpec.discriminator = undefined; +PolicyV1beta1PodSecurityPolicySpec.attributeTypeMap = [ + { + "name": "allowPrivilegeEscalation", + "baseName": "allowPrivilegeEscalation", + "type": "boolean" + }, + { + "name": "allowedCSIDrivers", + "baseName": "allowedCSIDrivers", + "type": "Array" + }, + { + "name": "allowedCapabilities", + "baseName": "allowedCapabilities", + "type": "Array" + }, + { + "name": "allowedFlexVolumes", + "baseName": "allowedFlexVolumes", + "type": "Array" + }, + { + "name": "allowedHostPaths", + "baseName": "allowedHostPaths", + "type": "Array" + }, + { + "name": "allowedProcMountTypes", + "baseName": "allowedProcMountTypes", + "type": "Array" + }, + { + "name": "allowedUnsafeSysctls", + "baseName": "allowedUnsafeSysctls", + "type": "Array" + }, + { + "name": "defaultAddCapabilities", + "baseName": "defaultAddCapabilities", + "type": "Array" + }, + { + "name": "defaultAllowPrivilegeEscalation", + "baseName": "defaultAllowPrivilegeEscalation", + "type": "boolean" + }, + { + "name": "forbiddenSysctls", + "baseName": "forbiddenSysctls", + "type": "Array" + }, + { + "name": "fsGroup", + "baseName": "fsGroup", + "type": "PolicyV1beta1FSGroupStrategyOptions" + }, + { + "name": "hostIPC", + "baseName": "hostIPC", + "type": "boolean" + }, + { + "name": "hostNetwork", + "baseName": "hostNetwork", + "type": "boolean" + }, + { + "name": "hostPID", + "baseName": "hostPID", + "type": "boolean" + }, + { + "name": "hostPorts", + "baseName": "hostPorts", + "type": "Array" + }, + { + "name": "privileged", + "baseName": "privileged", + "type": "boolean" + }, + { + "name": "readOnlyRootFilesystem", + "baseName": "readOnlyRootFilesystem", + "type": "boolean" + }, + { + "name": "requiredDropCapabilities", + "baseName": "requiredDropCapabilities", + "type": "Array" + }, + { + "name": "runAsGroup", + "baseName": "runAsGroup", + "type": "PolicyV1beta1RunAsGroupStrategyOptions" + }, + { + "name": "runAsUser", + "baseName": "runAsUser", + "type": "PolicyV1beta1RunAsUserStrategyOptions" + }, + { + "name": "runtimeClass", + "baseName": "runtimeClass", + "type": "PolicyV1beta1RuntimeClassStrategyOptions" + }, + { + "name": "seLinux", + "baseName": "seLinux", + "type": "PolicyV1beta1SELinuxStrategyOptions" + }, + { + "name": "supplementalGroups", + "baseName": "supplementalGroups", + "type": "PolicyV1beta1SupplementalGroupsStrategyOptions" + }, + { + "name": "volumes", + "baseName": "volumes", + "type": "Array" + } +]; +exports.PolicyV1beta1PodSecurityPolicySpec = PolicyV1beta1PodSecurityPolicySpec; +//# sourceMappingURL=policyV1beta1PodSecurityPolicySpec.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1PodSecurityPolicySpec.js.map b/dist/gen/model/policyV1beta1PodSecurityPolicySpec.js.map new file mode 100644 index 0000000000..134c2b2d6d --- /dev/null +++ b/dist/gen/model/policyV1beta1PodSecurityPolicySpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1PodSecurityPolicySpec.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1PodSecurityPolicySpec.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.d.ts b/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.d.ts new file mode 100644 index 0000000000..66845dd322 --- /dev/null +++ b/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { PolicyV1beta1IDRange } from './policyV1beta1IDRange'; +/** +* RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. +*/ +export declare class PolicyV1beta1RunAsGroupStrategyOptions { + /** + * ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate the allowable RunAsGroup values that may be set. + */ + 'rule': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js b/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js new file mode 100644 index 0000000000..6263930a47 --- /dev/null +++ b/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. +*/ +class PolicyV1beta1RunAsGroupStrategyOptions { + static getAttributeTypeMap() { + return PolicyV1beta1RunAsGroupStrategyOptions.attributeTypeMap; + } +} +PolicyV1beta1RunAsGroupStrategyOptions.discriminator = undefined; +PolicyV1beta1RunAsGroupStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.PolicyV1beta1RunAsGroupStrategyOptions = PolicyV1beta1RunAsGroupStrategyOptions; +//# sourceMappingURL=policyV1beta1RunAsGroupStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js.map b/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js.map new file mode 100644 index 0000000000..ed5e65f7db --- /dev/null +++ b/dist/gen/model/policyV1beta1RunAsGroupStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1RunAsGroupStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1RunAsGroupStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,sCAAsC;IAwB/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAhBM,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.d.ts b/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.d.ts new file mode 100644 index 0000000000..c915601a28 --- /dev/null +++ b/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { PolicyV1beta1IDRange } from './policyV1beta1IDRange'; +/** +* RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. +*/ +export declare class PolicyV1beta1RunAsUserStrategyOptions { + /** + * ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate the allowable RunAsUser values that may be set. + */ + 'rule': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js b/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js new file mode 100644 index 0000000000..00fb3a9fcc --- /dev/null +++ b/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. +*/ +class PolicyV1beta1RunAsUserStrategyOptions { + static getAttributeTypeMap() { + return PolicyV1beta1RunAsUserStrategyOptions.attributeTypeMap; + } +} +PolicyV1beta1RunAsUserStrategyOptions.discriminator = undefined; +PolicyV1beta1RunAsUserStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.PolicyV1beta1RunAsUserStrategyOptions = PolicyV1beta1RunAsUserStrategyOptions; +//# sourceMappingURL=policyV1beta1RunAsUserStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js.map b/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js.map new file mode 100644 index 0000000000..0467f71282 --- /dev/null +++ b/dist/gen/model/policyV1beta1RunAsUserStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1RunAsUserStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1RunAsUserStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qCAAqC;IAwB9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AAhBM,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.d.ts b/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.d.ts new file mode 100644 index 0000000000..49253f6959 --- /dev/null +++ b/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod. +*/ +export declare class PolicyV1beta1RuntimeClassStrategyOptions { + /** + * allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of \"*\" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset. + */ + 'allowedRuntimeClassNames': Array; + /** + * defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. + */ + 'defaultRuntimeClassName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js b/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js new file mode 100644 index 0000000000..f10ced064d --- /dev/null +++ b/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod. +*/ +class PolicyV1beta1RuntimeClassStrategyOptions { + static getAttributeTypeMap() { + return PolicyV1beta1RuntimeClassStrategyOptions.attributeTypeMap; + } +} +PolicyV1beta1RuntimeClassStrategyOptions.discriminator = undefined; +PolicyV1beta1RuntimeClassStrategyOptions.attributeTypeMap = [ + { + "name": "allowedRuntimeClassNames", + "baseName": "allowedRuntimeClassNames", + "type": "Array" + }, + { + "name": "defaultRuntimeClassName", + "baseName": "defaultRuntimeClassName", + "type": "string" + } +]; +exports.PolicyV1beta1RuntimeClassStrategyOptions = PolicyV1beta1RuntimeClassStrategyOptions; +//# sourceMappingURL=policyV1beta1RuntimeClassStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js.map b/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js.map new file mode 100644 index 0000000000..632db33300 --- /dev/null +++ b/dist/gen/model/policyV1beta1RuntimeClassStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1RuntimeClassStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1RuntimeClassStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wCAAwC;IAwBjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AAhBM,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,4FA2BC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1SELinuxStrategyOptions.d.ts b/dist/gen/model/policyV1beta1SELinuxStrategyOptions.d.ts new file mode 100644 index 0000000000..19e3c8f889 --- /dev/null +++ b/dist/gen/model/policyV1beta1SELinuxStrategyOptions.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SELinuxOptions } from './v1SELinuxOptions'; +/** +* SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. +*/ +export declare class PolicyV1beta1SELinuxStrategyOptions { + /** + * rule is the strategy that will dictate the allowable labels that may be set. + */ + 'rule': string; + 'seLinuxOptions'?: V1SELinuxOptions; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1SELinuxStrategyOptions.js b/dist/gen/model/policyV1beta1SELinuxStrategyOptions.js new file mode 100644 index 0000000000..0d1ec55f1a --- /dev/null +++ b/dist/gen/model/policyV1beta1SELinuxStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. +*/ +class PolicyV1beta1SELinuxStrategyOptions { + static getAttributeTypeMap() { + return PolicyV1beta1SELinuxStrategyOptions.attributeTypeMap; + } +} +PolicyV1beta1SELinuxStrategyOptions.discriminator = undefined; +PolicyV1beta1SELinuxStrategyOptions.attributeTypeMap = [ + { + "name": "rule", + "baseName": "rule", + "type": "string" + }, + { + "name": "seLinuxOptions", + "baseName": "seLinuxOptions", + "type": "V1SELinuxOptions" + } +]; +exports.PolicyV1beta1SELinuxStrategyOptions = PolicyV1beta1SELinuxStrategyOptions; +//# sourceMappingURL=policyV1beta1SELinuxStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1SELinuxStrategyOptions.js.map b/dist/gen/model/policyV1beta1SELinuxStrategyOptions.js.map new file mode 100644 index 0000000000..b5a3a6c430 --- /dev/null +++ b/dist/gen/model/policyV1beta1SELinuxStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1SELinuxStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1SELinuxStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mCAAmC;IAqB5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAhBM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AAnBf,kFAwBC"} \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.d.ts b/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.d.ts new file mode 100644 index 0000000000..b0a0310452 --- /dev/null +++ b/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { PolicyV1beta1IDRange } from './policyV1beta1IDRange'; +/** +* SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. +*/ +export declare class PolicyV1beta1SupplementalGroupsStrategyOptions { + /** + * ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. + */ + 'ranges'?: Array; + /** + * rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. + */ + 'rule'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js b/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js new file mode 100644 index 0000000000..d611f81fd4 --- /dev/null +++ b/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. +*/ +class PolicyV1beta1SupplementalGroupsStrategyOptions { + static getAttributeTypeMap() { + return PolicyV1beta1SupplementalGroupsStrategyOptions.attributeTypeMap; + } +} +PolicyV1beta1SupplementalGroupsStrategyOptions.discriminator = undefined; +PolicyV1beta1SupplementalGroupsStrategyOptions.attributeTypeMap = [ + { + "name": "ranges", + "baseName": "ranges", + "type": "Array" + }, + { + "name": "rule", + "baseName": "rule", + "type": "string" + } +]; +exports.PolicyV1beta1SupplementalGroupsStrategyOptions = PolicyV1beta1SupplementalGroupsStrategyOptions; +//# sourceMappingURL=policyV1beta1SupplementalGroupsStrategyOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js.map b/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js.map new file mode 100644 index 0000000000..76bcc791f5 --- /dev/null +++ b/dist/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"policyV1beta1SupplementalGroupsStrategyOptions.js","sourceRoot":"","sources":["../../../src/gen/model/policyV1beta1SupplementalGroupsStrategyOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8CAA8C;IAwBvD,MAAM,CAAC,mBAAmB;QACtB,OAAO,8CAA8C,CAAC,gBAAgB,CAAC;IAC3E,CAAC;;AAhBM,4DAAa,GAAuB,SAAS,CAAC;AAE9C,+DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wGA2BC"} \ No newline at end of file diff --git a/dist/gen/model/runtimeRawExtension.d.ts b/dist/gen/model/runtimeRawExtension.d.ts new file mode 100644 index 0000000000..870d31a056 --- /dev/null +++ b/dist/gen/model/runtimeRawExtension.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RawExtension is used to hold extensions in external versions. To use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types. // Internal package: type MyAPIObject struct { runtime.TypeMeta `json:\",inline\"` MyPlugin runtime.Object `json:\"myPlugin\"` } type PluginA struct { AOption string `json:\"aOption\"` } // External package: type MyAPIObject struct { runtime.TypeMeta `json:\",inline\"` MyPlugin runtime.RawExtension `json:\"myPlugin\"` } type PluginA struct { AOption string `json:\"aOption\"` } // On the wire, the JSON will look something like this: { \"kind\":\"MyAPIObject\", \"apiVersion\":\"v1\", \"myPlugin\": { \"kind\":\"PluginA\", \"aOption\":\"foo\", }, } So what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package\'s DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.) +*/ +export declare class RuntimeRawExtension { + /** + * Raw is the underlying serialization of this object. + */ + 'Raw': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/runtimeRawExtension.js b/dist/gen/model/runtimeRawExtension.js new file mode 100644 index 0000000000..9fcf57fe6e --- /dev/null +++ b/dist/gen/model/runtimeRawExtension.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RawExtension is used to hold extensions in external versions. To use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types. // Internal package: type MyAPIObject struct { runtime.TypeMeta `json:\",inline\"` MyPlugin runtime.Object `json:\"myPlugin\"` } type PluginA struct { AOption string `json:\"aOption\"` } // External package: type MyAPIObject struct { runtime.TypeMeta `json:\",inline\"` MyPlugin runtime.RawExtension `json:\"myPlugin\"` } type PluginA struct { AOption string `json:\"aOption\"` } // On the wire, the JSON will look something like this: { \"kind\":\"MyAPIObject\", \"apiVersion\":\"v1\", \"myPlugin\": { \"kind\":\"PluginA\", \"aOption\":\"foo\", }, } So what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package\'s DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.) +*/ +class RuntimeRawExtension { + static getAttributeTypeMap() { + return RuntimeRawExtension.attributeTypeMap; + } +} +RuntimeRawExtension.discriminator = undefined; +RuntimeRawExtension.attributeTypeMap = [ + { + "name": "Raw", + "baseName": "Raw", + "type": "string" + } +]; +exports.RuntimeRawExtension = RuntimeRawExtension; +//# sourceMappingURL=runtimeRawExtension.js.map \ No newline at end of file diff --git a/dist/gen/model/runtimeRawExtension.js.map b/dist/gen/model/runtimeRawExtension.js.map new file mode 100644 index 0000000000..feb665075a --- /dev/null +++ b/dist/gen/model/runtimeRawExtension.js.map @@ -0,0 +1 @@ +{"version":3,"file":"runtimeRawExtension.js","sourceRoot":"","sources":["../../../src/gen/model/runtimeRawExtension.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mBAAmB;IAe5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAXM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,kDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIGroup.d.ts b/dist/gen/model/v1APIGroup.d.ts new file mode 100644 index 0000000000..17d24359e9 --- /dev/null +++ b/dist/gen/model/v1APIGroup.d.ts @@ -0,0 +1,50 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1GroupVersionForDiscovery } from './v1GroupVersionForDiscovery'; +import { V1ServerAddressByClientCIDR } from './v1ServerAddressByClientCIDR'; +/** +* APIGroup contains the name, the supported versions, and the preferred version of a group. +*/ +export declare class V1APIGroup { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * name is the name of the group. + */ + 'name': string; + 'preferredVersion'?: V1GroupVersionForDiscovery; + /** + * a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. + */ + 'serverAddressByClientCIDRs'?: Array; + /** + * versions are the versions supported in this group. + */ + 'versions': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIGroup.js b/dist/gen/model/v1APIGroup.js new file mode 100644 index 0000000000..016ee5caae --- /dev/null +++ b/dist/gen/model/v1APIGroup.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIGroup contains the name, the supported versions, and the preferred version of a group. +*/ +class V1APIGroup { + static getAttributeTypeMap() { + return V1APIGroup.attributeTypeMap; + } +} +V1APIGroup.discriminator = undefined; +V1APIGroup.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "preferredVersion", + "baseName": "preferredVersion", + "type": "V1GroupVersionForDiscovery" + }, + { + "name": "serverAddressByClientCIDRs", + "baseName": "serverAddressByClientCIDRs", + "type": "Array" + }, + { + "name": "versions", + "baseName": "versions", + "type": "Array" + } +]; +exports.V1APIGroup = V1APIGroup; +//# sourceMappingURL=v1APIGroup.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIGroup.js.map b/dist/gen/model/v1APIGroup.js.map new file mode 100644 index 0000000000..8eed571137 --- /dev/null +++ b/dist/gen/model/v1APIGroup.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIGroup.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIGroup.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,UAAU;IAyDnB,MAAM,CAAC,mBAAmB;QACtB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AApCM,wBAAa,GAAuB,SAAS,CAAC;AAE9C,2BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mCAAmC;KAC9C;CAAK,CAAC;AAvDf,gCA4DC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIGroupList.d.ts b/dist/gen/model/v1APIGroupList.d.ts new file mode 100644 index 0000000000..2a608d2b66 --- /dev/null +++ b/dist/gen/model/v1APIGroupList.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1APIGroup } from './v1APIGroup'; +/** +* APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. +*/ +export declare class V1APIGroupList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * groups is a list of APIGroup. + */ + 'groups': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIGroupList.js b/dist/gen/model/v1APIGroupList.js new file mode 100644 index 0000000000..dd82bddf02 --- /dev/null +++ b/dist/gen/model/v1APIGroupList.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. +*/ +class V1APIGroupList { + static getAttributeTypeMap() { + return V1APIGroupList.attributeTypeMap; + } +} +V1APIGroupList.discriminator = undefined; +V1APIGroupList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "groups", + "baseName": "groups", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + } +]; +exports.V1APIGroupList = V1APIGroupList; +//# sourceMappingURL=v1APIGroupList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIGroupList.js.map b/dist/gen/model/v1APIGroupList.js.map new file mode 100644 index 0000000000..ed76871bc9 --- /dev/null +++ b/dist/gen/model/v1APIGroupList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIGroupList.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIGroupList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,cAAc;IAiCvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AArBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,wCAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIResource.d.ts b/dist/gen/model/v1APIResource.d.ts new file mode 100644 index 0000000000..40b8d0f2bb --- /dev/null +++ b/dist/gen/model/v1APIResource.d.ts @@ -0,0 +1,67 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* APIResource specifies the name of a resource and whether it is namespaced. +*/ +export declare class V1APIResource { + /** + * categories is a list of the grouped resources this resource belongs to (e.g. \'all\') + */ + 'categories'?: Array; + /** + * group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\". + */ + 'group'?: string; + /** + * kind is the kind for the resource (e.g. \'Foo\' is the kind for a resource \'foo\') + */ + 'kind': string; + /** + * name is the plural name of the resource. + */ + 'name': string; + /** + * namespaced indicates if a resource is namespaced or not. + */ + 'namespaced': boolean; + /** + * shortNames is a list of suggested short names of the resource. + */ + 'shortNames'?: Array; + /** + * singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface. + */ + 'singularName': string; + /** + * The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. + */ + 'storageVersionHash'?: string; + /** + * verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) + */ + 'verbs': Array; + /** + * version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource\'s group)\". + */ + 'version'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIResource.js b/dist/gen/model/v1APIResource.js new file mode 100644 index 0000000000..6bcca99759 --- /dev/null +++ b/dist/gen/model/v1APIResource.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIResource specifies the name of a resource and whether it is namespaced. +*/ +class V1APIResource { + static getAttributeTypeMap() { + return V1APIResource.attributeTypeMap; + } +} +V1APIResource.discriminator = undefined; +V1APIResource.attributeTypeMap = [ + { + "name": "categories", + "baseName": "categories", + "type": "Array" + }, + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespaced", + "baseName": "namespaced", + "type": "boolean" + }, + { + "name": "shortNames", + "baseName": "shortNames", + "type": "Array" + }, + { + "name": "singularName", + "baseName": "singularName", + "type": "string" + }, + { + "name": "storageVersionHash", + "baseName": "storageVersionHash", + "type": "string" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + }, + { + "name": "version", + "baseName": "version", + "type": "string" + } +]; +exports.V1APIResource = V1APIResource; +//# sourceMappingURL=v1APIResource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIResource.js.map b/dist/gen/model/v1APIResource.js.map new file mode 100644 index 0000000000..0ed9567c8d --- /dev/null +++ b/dist/gen/model/v1APIResource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIResource.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIResource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAgGtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAxDM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Ff,sCAmGC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIResourceList.d.ts b/dist/gen/model/v1APIResourceList.d.ts new file mode 100644 index 0000000000..9c510bfb0e --- /dev/null +++ b/dist/gen/model/v1APIResourceList.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1APIResource } from './v1APIResource'; +/** +* APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced. +*/ +export declare class V1APIResourceList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * groupVersion is the group and version this APIResourceList is for. + */ + 'groupVersion': string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * resources contains the name of the resources and if they are namespaced. + */ + 'resources': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIResourceList.js b/dist/gen/model/v1APIResourceList.js new file mode 100644 index 0000000000..9a6930990f --- /dev/null +++ b/dist/gen/model/v1APIResourceList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced. +*/ +class V1APIResourceList { + static getAttributeTypeMap() { + return V1APIResourceList.attributeTypeMap; + } +} +V1APIResourceList.discriminator = undefined; +V1APIResourceList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "groupVersion", + "baseName": "groupVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "resources", + "baseName": "resources", + "type": "Array" + } +]; +exports.V1APIResourceList = V1APIResourceList; +//# sourceMappingURL=v1APIResourceList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIResourceList.js.map b/dist/gen/model/v1APIResourceList.js.map new file mode 100644 index 0000000000..acd6b74580 --- /dev/null +++ b/dist/gen/model/v1APIResourceList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIResourceList.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIResourceList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IA0C1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AAxCf,8CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIService.d.ts b/dist/gen/model/v1APIService.d.ts new file mode 100644 index 0000000000..31aad5b909 --- /dev/null +++ b/dist/gen/model/v1APIService.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1APIServiceSpec } from './v1APIServiceSpec'; +import { V1APIServiceStatus } from './v1APIServiceStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* APIService represents a server for a particular GroupVersion. Name must be \"version.group\". +*/ +export declare class V1APIService { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1APIServiceSpec; + 'status'?: V1APIServiceStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIService.js b/dist/gen/model/v1APIService.js new file mode 100644 index 0000000000..6c1e7abe9e --- /dev/null +++ b/dist/gen/model/v1APIService.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIService represents a server for a particular GroupVersion. Name must be \"version.group\". +*/ +class V1APIService { + static getAttributeTypeMap() { + return V1APIService.attributeTypeMap; + } +} +V1APIService.discriminator = undefined; +V1APIService.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1APIServiceSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1APIServiceStatus" + } +]; +exports.V1APIService = V1APIService; +//# sourceMappingURL=v1APIService.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIService.js.map b/dist/gen/model/v1APIService.js.map new file mode 100644 index 0000000000..3f698de54b --- /dev/null +++ b/dist/gen/model/v1APIService.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIService.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIService.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,YAAY;IA0CrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA/BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;CAAK,CAAC;AAxCf,oCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceCondition.d.ts b/dist/gen/model/v1APIServiceCondition.d.ts new file mode 100644 index 0000000000..4c97f1dace --- /dev/null +++ b/dist/gen/model/v1APIServiceCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* APIServiceCondition describes the state of an APIService at a particular point +*/ +export declare class V1APIServiceCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * Human-readable message indicating details about last transition. + */ + 'message'?: string; + /** + * Unique, one-word, CamelCase reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status is the status of the condition. Can be True, False, Unknown. + */ + 'status': string; + /** + * Type is the type of the condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIServiceCondition.js b/dist/gen/model/v1APIServiceCondition.js new file mode 100644 index 0000000000..d88dc5dd1c --- /dev/null +++ b/dist/gen/model/v1APIServiceCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceCondition describes the state of an APIService at a particular point +*/ +class V1APIServiceCondition { + static getAttributeTypeMap() { + return V1APIServiceCondition.attributeTypeMap; + } +} +V1APIServiceCondition.discriminator = undefined; +V1APIServiceCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1APIServiceCondition = V1APIServiceCondition; +//# sourceMappingURL=v1APIServiceCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceCondition.js.map b/dist/gen/model/v1APIServiceCondition.js.map new file mode 100644 index 0000000000..fb7fff57df --- /dev/null +++ b/dist/gen/model/v1APIServiceCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIServiceCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIServiceCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IAmD9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA/BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,sDAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceList.d.ts b/dist/gen/model/v1APIServiceList.d.ts new file mode 100644 index 0000000000..720c583c07 --- /dev/null +++ b/dist/gen/model/v1APIServiceList.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1APIService } from './v1APIService'; +import { V1ListMeta } from './v1ListMeta'; +/** +* APIServiceList is a list of APIService objects. +*/ +export declare class V1APIServiceList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIServiceList.js b/dist/gen/model/v1APIServiceList.js new file mode 100644 index 0000000000..d35cd87ffc --- /dev/null +++ b/dist/gen/model/v1APIServiceList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceList is a list of APIService objects. +*/ +class V1APIServiceList { + static getAttributeTypeMap() { + return V1APIServiceList.attributeTypeMap; + } +} +V1APIServiceList.discriminator = undefined; +V1APIServiceList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1APIServiceList = V1APIServiceList; +//# sourceMappingURL=v1APIServiceList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceList.js.map b/dist/gen/model/v1APIServiceList.js.map new file mode 100644 index 0000000000..2dd2a5cd82 --- /dev/null +++ b/dist/gen/model/v1APIServiceList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIServiceList.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIServiceList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAoCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AAlCf,4CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceSpec.d.ts b/dist/gen/model/v1APIServiceSpec.d.ts new file mode 100644 index 0000000000..ac406ebab9 --- /dev/null +++ b/dist/gen/model/v1APIServiceSpec.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ServiceReference } from './v1ServiceReference'; +/** +* APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. +*/ +export declare class V1APIServiceSpec { + /** + * CABundle is a PEM encoded CA bundle which will be used to validate an API server\'s serving certificate. If unspecified, system trust roots on the apiserver are used. + */ + 'caBundle'?: string; + /** + * Group is the API group name this server hosts + */ + 'group'?: string; + /** + * GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We\'d recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s + */ + 'groupPriorityMinimum': number; + /** + * InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. + */ + 'insecureSkipTLSVerify'?: boolean; + 'service': V1ServiceReference; + /** + * Version is the API version this server hosts. For example, \"v1\" + */ + 'version'?: string; + /** + * VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it\'s inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + */ + 'versionPriority': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIServiceSpec.js b/dist/gen/model/v1APIServiceSpec.js new file mode 100644 index 0000000000..24fab3d753 --- /dev/null +++ b/dist/gen/model/v1APIServiceSpec.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. +*/ +class V1APIServiceSpec { + static getAttributeTypeMap() { + return V1APIServiceSpec.attributeTypeMap; + } +} +V1APIServiceSpec.discriminator = undefined; +V1APIServiceSpec.attributeTypeMap = [ + { + "name": "caBundle", + "baseName": "caBundle", + "type": "string" + }, + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "groupPriorityMinimum", + "baseName": "groupPriorityMinimum", + "type": "number" + }, + { + "name": "insecureSkipTLSVerify", + "baseName": "insecureSkipTLSVerify", + "type": "boolean" + }, + { + "name": "service", + "baseName": "service", + "type": "V1ServiceReference" + }, + { + "name": "version", + "baseName": "version", + "type": "string" + }, + { + "name": "versionPriority", + "baseName": "versionPriority", + "type": "number" + } +]; +exports.V1APIServiceSpec = V1APIServiceSpec; +//# sourceMappingURL=v1APIServiceSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceSpec.js.map b/dist/gen/model/v1APIServiceSpec.js.map new file mode 100644 index 0000000000..a94cb6ccda --- /dev/null +++ b/dist/gen/model/v1APIServiceSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIServiceSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIServiceSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,gBAAgB;IAkEzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAzCM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhEf,4CAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceStatus.d.ts b/dist/gen/model/v1APIServiceStatus.d.ts new file mode 100644 index 0000000000..accecdd69c --- /dev/null +++ b/dist/gen/model/v1APIServiceStatus.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1APIServiceCondition } from './v1APIServiceCondition'; +/** +* APIServiceStatus contains derived information about an API server +*/ +export declare class V1APIServiceStatus { + /** + * Current service state of apiService. + */ + 'conditions'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIServiceStatus.js b/dist/gen/model/v1APIServiceStatus.js new file mode 100644 index 0000000000..30e73d9b09 --- /dev/null +++ b/dist/gen/model/v1APIServiceStatus.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceStatus contains derived information about an API server +*/ +class V1APIServiceStatus { + static getAttributeTypeMap() { + return V1APIServiceStatus.attributeTypeMap; + } +} +V1APIServiceStatus.discriminator = undefined; +V1APIServiceStatus.attributeTypeMap = [ + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + } +]; +exports.V1APIServiceStatus = V1APIServiceStatus; +//# sourceMappingURL=v1APIServiceStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIServiceStatus.js.map b/dist/gen/model/v1APIServiceStatus.js.map new file mode 100644 index 0000000000..b510cb5fbf --- /dev/null +++ b/dist/gen/model/v1APIServiceStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIServiceStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIServiceStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAe3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAXM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,8BAA8B;KACzC;CAAK,CAAC;AAbf,gDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1APIVersions.d.ts b/dist/gen/model/v1APIVersions.d.ts new file mode 100644 index 0000000000..770dc1c323 --- /dev/null +++ b/dist/gen/model/v1APIVersions.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ServerAddressByClientCIDR } from './v1ServerAddressByClientCIDR'; +/** +* APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API. +*/ +export declare class V1APIVersions { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. + */ + 'serverAddressByClientCIDRs': Array; + /** + * versions are the api versions that are available. + */ + 'versions': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1APIVersions.js b/dist/gen/model/v1APIVersions.js new file mode 100644 index 0000000000..c3aacc08e3 --- /dev/null +++ b/dist/gen/model/v1APIVersions.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API. +*/ +class V1APIVersions { + static getAttributeTypeMap() { + return V1APIVersions.attributeTypeMap; + } +} +V1APIVersions.discriminator = undefined; +V1APIVersions.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "serverAddressByClientCIDRs", + "baseName": "serverAddressByClientCIDRs", + "type": "Array" + }, + { + "name": "versions", + "baseName": "versions", + "type": "Array" + } +]; +exports.V1APIVersions = V1APIVersions; +//# sourceMappingURL=v1APIVersions.js.map \ No newline at end of file diff --git a/dist/gen/model/v1APIVersions.js.map b/dist/gen/model/v1APIVersions.js.map new file mode 100644 index 0000000000..9a9f280472 --- /dev/null +++ b/dist/gen/model/v1APIVersions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1APIVersions.js","sourceRoot":"","sources":["../../../src/gen/model/v1APIVersions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,aAAa;IA0CtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA1BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAxCf,sCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.d.ts b/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.d.ts new file mode 100644 index 0000000000..4fae21b80e --- /dev/null +++ b/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Persistent Disk resource in AWS. An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. +*/ +export declare class V1AWSElasticBlockStoreVolumeSource { + /** + * Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + */ + 'fsType'?: string; + /** + * The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). + */ + 'partition'?: number; + /** + * Specify \"true\" to force and set the ReadOnly property in VolumeMounts to \"true\". If omitted, the default is \"false\". More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + */ + 'readOnly'?: boolean; + /** + * Unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + */ + 'volumeID': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js b/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js new file mode 100644 index 0000000000..f60c72121f --- /dev/null +++ b/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Persistent Disk resource in AWS. An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. +*/ +class V1AWSElasticBlockStoreVolumeSource { + static getAttributeTypeMap() { + return V1AWSElasticBlockStoreVolumeSource.attributeTypeMap; + } +} +V1AWSElasticBlockStoreVolumeSource.discriminator = undefined; +V1AWSElasticBlockStoreVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "partition", + "baseName": "partition", + "type": "number" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "volumeID", + "baseName": "volumeID", + "type": "string" + } +]; +exports.V1AWSElasticBlockStoreVolumeSource = V1AWSElasticBlockStoreVolumeSource; +//# sourceMappingURL=v1AWSElasticBlockStoreVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js.map b/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js.map new file mode 100644 index 0000000000..645df1cc85 --- /dev/null +++ b/dist/gen/model/v1AWSElasticBlockStoreVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1AWSElasticBlockStoreVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1AWSElasticBlockStoreVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IA0C3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AA1BM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,gFA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Affinity.d.ts b/dist/gen/model/v1Affinity.d.ts new file mode 100644 index 0000000000..05bf1bb65a --- /dev/null +++ b/dist/gen/model/v1Affinity.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeAffinity } from './v1NodeAffinity'; +import { V1PodAffinity } from './v1PodAffinity'; +import { V1PodAntiAffinity } from './v1PodAntiAffinity'; +/** +* Affinity is a group of affinity scheduling rules. +*/ +export declare class V1Affinity { + 'nodeAffinity'?: V1NodeAffinity; + 'podAffinity'?: V1PodAffinity; + 'podAntiAffinity'?: V1PodAntiAffinity; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Affinity.js b/dist/gen/model/v1Affinity.js new file mode 100644 index 0000000000..76fadf122e --- /dev/null +++ b/dist/gen/model/v1Affinity.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Affinity is a group of affinity scheduling rules. +*/ +class V1Affinity { + static getAttributeTypeMap() { + return V1Affinity.attributeTypeMap; + } +} +V1Affinity.discriminator = undefined; +V1Affinity.attributeTypeMap = [ + { + "name": "nodeAffinity", + "baseName": "nodeAffinity", + "type": "V1NodeAffinity" + }, + { + "name": "podAffinity", + "baseName": "podAffinity", + "type": "V1PodAffinity" + }, + { + "name": "podAntiAffinity", + "baseName": "podAntiAffinity", + "type": "V1PodAntiAffinity" + } +]; +exports.V1Affinity = V1Affinity; +//# sourceMappingURL=v1Affinity.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Affinity.js.map b/dist/gen/model/v1Affinity.js.map new file mode 100644 index 0000000000..618e8a639b --- /dev/null +++ b/dist/gen/model/v1Affinity.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Affinity.js","sourceRoot":"","sources":["../../../src/gen/model/v1Affinity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,UAAU;IAwBnB,MAAM,CAAC,mBAAmB;QACtB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AArBM,wBAAa,GAAuB,SAAS,CAAC;AAE9C,2BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAtBf,gCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1AggregationRule.d.ts b/dist/gen/model/v1AggregationRule.d.ts new file mode 100644 index 0000000000..181e5e39fa --- /dev/null +++ b/dist/gen/model/v1AggregationRule.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +*/ +export declare class V1AggregationRule { + /** + * ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole\'s permissions will be added + */ + 'clusterRoleSelectors'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1AggregationRule.js b/dist/gen/model/v1AggregationRule.js new file mode 100644 index 0000000000..6be3f4b4f3 --- /dev/null +++ b/dist/gen/model/v1AggregationRule.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +*/ +class V1AggregationRule { + static getAttributeTypeMap() { + return V1AggregationRule.attributeTypeMap; + } +} +V1AggregationRule.discriminator = undefined; +V1AggregationRule.attributeTypeMap = [ + { + "name": "clusterRoleSelectors", + "baseName": "clusterRoleSelectors", + "type": "Array" + } +]; +exports.V1AggregationRule = V1AggregationRule; +//# sourceMappingURL=v1AggregationRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1AggregationRule.js.map b/dist/gen/model/v1AggregationRule.js.map new file mode 100644 index 0000000000..ce06b6a5b7 --- /dev/null +++ b/dist/gen/model/v1AggregationRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1AggregationRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1AggregationRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IAe1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAXM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAbf,8CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1AttachedVolume.d.ts b/dist/gen/model/v1AttachedVolume.d.ts new file mode 100644 index 0000000000..968f25d684 --- /dev/null +++ b/dist/gen/model/v1AttachedVolume.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AttachedVolume describes a volume attached to a node +*/ +export declare class V1AttachedVolume { + /** + * DevicePath represents the device path where the volume should be available + */ + 'devicePath': string; + /** + * Name of the attached volume + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1AttachedVolume.js b/dist/gen/model/v1AttachedVolume.js new file mode 100644 index 0000000000..2a8bf68fd1 --- /dev/null +++ b/dist/gen/model/v1AttachedVolume.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AttachedVolume describes a volume attached to a node +*/ +class V1AttachedVolume { + static getAttributeTypeMap() { + return V1AttachedVolume.attributeTypeMap; + } +} +V1AttachedVolume.discriminator = undefined; +V1AttachedVolume.attributeTypeMap = [ + { + "name": "devicePath", + "baseName": "devicePath", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1AttachedVolume = V1AttachedVolume; +//# sourceMappingURL=v1AttachedVolume.js.map \ No newline at end of file diff --git a/dist/gen/model/v1AttachedVolume.js.map b/dist/gen/model/v1AttachedVolume.js.map new file mode 100644 index 0000000000..7844a9a1f1 --- /dev/null +++ b/dist/gen/model/v1AttachedVolume.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1AttachedVolume.js","sourceRoot":"","sources":["../../../src/gen/model/v1AttachedVolume.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAwBzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAhBM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,4CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1AzureDiskVolumeSource.d.ts b/dist/gen/model/v1AzureDiskVolumeSource.d.ts new file mode 100644 index 0000000000..955692c42c --- /dev/null +++ b/dist/gen/model/v1AzureDiskVolumeSource.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +*/ +export declare class V1AzureDiskVolumeSource { + /** + * Host Caching mode: None, Read Only, Read Write. + */ + 'cachingMode'?: string; + /** + * The Name of the data disk in the blob storage + */ + 'diskName': string; + /** + * The URI the data disk in the blob storage + */ + 'diskURI': string; + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. + */ + 'fsType'?: string; + /** + * Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared + */ + 'kind'?: string; + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1AzureDiskVolumeSource.js b/dist/gen/model/v1AzureDiskVolumeSource.js new file mode 100644 index 0000000000..50869babe4 --- /dev/null +++ b/dist/gen/model/v1AzureDiskVolumeSource.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +*/ +class V1AzureDiskVolumeSource { + static getAttributeTypeMap() { + return V1AzureDiskVolumeSource.attributeTypeMap; + } +} +V1AzureDiskVolumeSource.discriminator = undefined; +V1AzureDiskVolumeSource.attributeTypeMap = [ + { + "name": "cachingMode", + "baseName": "cachingMode", + "type": "string" + }, + { + "name": "diskName", + "baseName": "diskName", + "type": "string" + }, + { + "name": "diskURI", + "baseName": "diskURI", + "type": "string" + }, + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + } +]; +exports.V1AzureDiskVolumeSource = V1AzureDiskVolumeSource; +//# sourceMappingURL=v1AzureDiskVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1AzureDiskVolumeSource.js.map b/dist/gen/model/v1AzureDiskVolumeSource.js.map new file mode 100644 index 0000000000..d16ef31de5 --- /dev/null +++ b/dist/gen/model/v1AzureDiskVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1AzureDiskVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1AzureDiskVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uBAAuB;IA4DhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AApCM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AA1Df,0DA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1AzureFilePersistentVolumeSource.d.ts b/dist/gen/model/v1AzureFilePersistentVolumeSource.d.ts new file mode 100644 index 0000000000..de5d73a7a1 --- /dev/null +++ b/dist/gen/model/v1AzureFilePersistentVolumeSource.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +*/ +export declare class V1AzureFilePersistentVolumeSource { + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + /** + * the name of secret that contains Azure Storage Account Name and Key + */ + 'secretName': string; + /** + * the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod + */ + 'secretNamespace'?: string; + /** + * Share Name + */ + 'shareName': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1AzureFilePersistentVolumeSource.js b/dist/gen/model/v1AzureFilePersistentVolumeSource.js new file mode 100644 index 0000000000..b79f98bc56 --- /dev/null +++ b/dist/gen/model/v1AzureFilePersistentVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +*/ +class V1AzureFilePersistentVolumeSource { + static getAttributeTypeMap() { + return V1AzureFilePersistentVolumeSource.attributeTypeMap; + } +} +V1AzureFilePersistentVolumeSource.discriminator = undefined; +V1AzureFilePersistentVolumeSource.attributeTypeMap = [ + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretName", + "baseName": "secretName", + "type": "string" + }, + { + "name": "secretNamespace", + "baseName": "secretNamespace", + "type": "string" + }, + { + "name": "shareName", + "baseName": "shareName", + "type": "string" + } +]; +exports.V1AzureFilePersistentVolumeSource = V1AzureFilePersistentVolumeSource; +//# sourceMappingURL=v1AzureFilePersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1AzureFilePersistentVolumeSource.js.map b/dist/gen/model/v1AzureFilePersistentVolumeSource.js.map new file mode 100644 index 0000000000..dc61412505 --- /dev/null +++ b/dist/gen/model/v1AzureFilePersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1AzureFilePersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1AzureFilePersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iCAAiC;IA0C1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AA1BM,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,8EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1AzureFileVolumeSource.d.ts b/dist/gen/model/v1AzureFileVolumeSource.d.ts new file mode 100644 index 0000000000..d1971a6835 --- /dev/null +++ b/dist/gen/model/v1AzureFileVolumeSource.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +*/ +export declare class V1AzureFileVolumeSource { + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + /** + * the name of secret that contains Azure Storage Account Name and Key + */ + 'secretName': string; + /** + * Share Name + */ + 'shareName': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1AzureFileVolumeSource.js b/dist/gen/model/v1AzureFileVolumeSource.js new file mode 100644 index 0000000000..7b15cd6c7a --- /dev/null +++ b/dist/gen/model/v1AzureFileVolumeSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +*/ +class V1AzureFileVolumeSource { + static getAttributeTypeMap() { + return V1AzureFileVolumeSource.attributeTypeMap; + } +} +V1AzureFileVolumeSource.discriminator = undefined; +V1AzureFileVolumeSource.attributeTypeMap = [ + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretName", + "baseName": "secretName", + "type": "string" + }, + { + "name": "shareName", + "baseName": "shareName", + "type": "string" + } +]; +exports.V1AzureFileVolumeSource = V1AzureFileVolumeSource; +//# sourceMappingURL=v1AzureFileVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1AzureFileVolumeSource.js.map b/dist/gen/model/v1AzureFileVolumeSource.js.map new file mode 100644 index 0000000000..427565a78a --- /dev/null +++ b/dist/gen/model/v1AzureFileVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1AzureFileVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1AzureFileVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uBAAuB;IAiChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AArBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,0DAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1Binding.d.ts b/dist/gen/model/v1Binding.d.ts new file mode 100644 index 0000000000..a7b615bad2 --- /dev/null +++ b/dist/gen/model/v1Binding.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ObjectReference } from './v1ObjectReference'; +/** +* Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead. +*/ +export declare class V1Binding { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'target': V1ObjectReference; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Binding.js b/dist/gen/model/v1Binding.js new file mode 100644 index 0000000000..758ad62a33 --- /dev/null +++ b/dist/gen/model/v1Binding.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead. +*/ +class V1Binding { + static getAttributeTypeMap() { + return V1Binding.attributeTypeMap; + } +} +V1Binding.discriminator = undefined; +V1Binding.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "target", + "baseName": "target", + "type": "V1ObjectReference" + } +]; +exports.V1Binding = V1Binding; +//# sourceMappingURL=v1Binding.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Binding.js.map b/dist/gen/model/v1Binding.js.map new file mode 100644 index 0000000000..f03be52f1e --- /dev/null +++ b/dist/gen/model/v1Binding.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Binding.js","sourceRoot":"","sources":["../../../src/gen/model/v1Binding.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,SAAS;IAoClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AA1BM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAlCf,8BAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1CSIPersistentVolumeSource.d.ts b/dist/gen/model/v1CSIPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..39524cf9b0 --- /dev/null +++ b/dist/gen/model/v1CSIPersistentVolumeSource.d.ts @@ -0,0 +1,54 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SecretReference } from './v1SecretReference'; +/** +* Represents storage that is managed by an external CSI volume driver (Beta feature) +*/ +export declare class V1CSIPersistentVolumeSource { + 'controllerExpandSecretRef'?: V1SecretReference; + 'controllerPublishSecretRef'?: V1SecretReference; + /** + * Driver is the name of the driver to use for this volume. Required. + */ + 'driver': string; + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". + */ + 'fsType'?: string; + 'nodePublishSecretRef'?: V1SecretReference; + 'nodeStageSecretRef'?: V1SecretReference; + /** + * Optional: The value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). + */ + 'readOnly'?: boolean; + /** + * Attributes of the volume to publish. + */ + 'volumeAttributes'?: { + [key: string]: string; + }; + /** + * VolumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required. + */ + 'volumeHandle': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1CSIPersistentVolumeSource.js b/dist/gen/model/v1CSIPersistentVolumeSource.js new file mode 100644 index 0000000000..763f3b3f25 --- /dev/null +++ b/dist/gen/model/v1CSIPersistentVolumeSource.js @@ -0,0 +1,71 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents storage that is managed by an external CSI volume driver (Beta feature) +*/ +class V1CSIPersistentVolumeSource { + static getAttributeTypeMap() { + return V1CSIPersistentVolumeSource.attributeTypeMap; + } +} +V1CSIPersistentVolumeSource.discriminator = undefined; +V1CSIPersistentVolumeSource.attributeTypeMap = [ + { + "name": "controllerExpandSecretRef", + "baseName": "controllerExpandSecretRef", + "type": "V1SecretReference" + }, + { + "name": "controllerPublishSecretRef", + "baseName": "controllerPublishSecretRef", + "type": "V1SecretReference" + }, + { + "name": "driver", + "baseName": "driver", + "type": "string" + }, + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "nodePublishSecretRef", + "baseName": "nodePublishSecretRef", + "type": "V1SecretReference" + }, + { + "name": "nodeStageSecretRef", + "baseName": "nodeStageSecretRef", + "type": "V1SecretReference" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "volumeAttributes", + "baseName": "volumeAttributes", + "type": "{ [key: string]: string; }" + }, + { + "name": "volumeHandle", + "baseName": "volumeHandle", + "type": "string" + } +]; +exports.V1CSIPersistentVolumeSource = V1CSIPersistentVolumeSource; +//# sourceMappingURL=v1CSIPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1CSIPersistentVolumeSource.js.map b/dist/gen/model/v1CSIPersistentVolumeSource.js.map new file mode 100644 index 0000000000..95f8ccaf49 --- /dev/null +++ b/dist/gen/model/v1CSIPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1CSIPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1CSIPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IA2EpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAnDM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAzEf,kEA8EC"} \ No newline at end of file diff --git a/dist/gen/model/v1CSIVolumeSource.d.ts b/dist/gen/model/v1CSIVolumeSource.d.ts new file mode 100644 index 0000000000..c76fcfaea1 --- /dev/null +++ b/dist/gen/model/v1CSIVolumeSource.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* Represents a source location of a volume to mount, managed by an external CSI driver +*/ +export declare class V1CSIVolumeSource { + /** + * Driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster. + */ + 'driver': string; + /** + * Filesystem type to mount. Ex. \"ext4\", \"xfs\", \"ntfs\". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply. + */ + 'fsType'?: string; + 'nodePublishSecretRef'?: V1LocalObjectReference; + /** + * Specifies a read-only configuration for the volume. Defaults to false (read/write). + */ + 'readOnly'?: boolean; + /** + * VolumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver\'s documentation for supported values. + */ + 'volumeAttributes'?: { + [key: string]: string; + }; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1CSIVolumeSource.js b/dist/gen/model/v1CSIVolumeSource.js new file mode 100644 index 0000000000..1ebb3cb2bc --- /dev/null +++ b/dist/gen/model/v1CSIVolumeSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a source location of a volume to mount, managed by an external CSI driver +*/ +class V1CSIVolumeSource { + static getAttributeTypeMap() { + return V1CSIVolumeSource.attributeTypeMap; + } +} +V1CSIVolumeSource.discriminator = undefined; +V1CSIVolumeSource.attributeTypeMap = [ + { + "name": "driver", + "baseName": "driver", + "type": "string" + }, + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "nodePublishSecretRef", + "baseName": "nodePublishSecretRef", + "type": "V1LocalObjectReference" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "volumeAttributes", + "baseName": "volumeAttributes", + "type": "{ [key: string]: string; }" + } +]; +exports.V1CSIVolumeSource = V1CSIVolumeSource; +//# sourceMappingURL=v1CSIVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1CSIVolumeSource.js.map b/dist/gen/model/v1CSIVolumeSource.js.map new file mode 100644 index 0000000000..d46df2acdd --- /dev/null +++ b/dist/gen/model/v1CSIVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1CSIVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1CSIVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IAgD1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AA9Cf,8CAmDC"} \ No newline at end of file diff --git a/dist/gen/model/v1Capabilities.d.ts b/dist/gen/model/v1Capabilities.d.ts new file mode 100644 index 0000000000..16f3ef9105 --- /dev/null +++ b/dist/gen/model/v1Capabilities.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Adds and removes POSIX capabilities from running containers. +*/ +export declare class V1Capabilities { + /** + * Added capabilities + */ + 'add'?: Array; + /** + * Removed capabilities + */ + 'drop'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Capabilities.js b/dist/gen/model/v1Capabilities.js new file mode 100644 index 0000000000..e7fb5ee64e --- /dev/null +++ b/dist/gen/model/v1Capabilities.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Adds and removes POSIX capabilities from running containers. +*/ +class V1Capabilities { + static getAttributeTypeMap() { + return V1Capabilities.attributeTypeMap; + } +} +V1Capabilities.discriminator = undefined; +V1Capabilities.attributeTypeMap = [ + { + "name": "add", + "baseName": "add", + "type": "Array" + }, + { + "name": "drop", + "baseName": "drop", + "type": "Array" + } +]; +exports.V1Capabilities = V1Capabilities; +//# sourceMappingURL=v1Capabilities.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Capabilities.js.map b/dist/gen/model/v1Capabilities.js.map new file mode 100644 index 0000000000..16a120af2a --- /dev/null +++ b/dist/gen/model/v1Capabilities.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Capabilities.js","sourceRoot":"","sources":["../../../src/gen/model/v1Capabilities.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IAwBvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAhBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAtBf,wCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1CephFSPersistentVolumeSource.d.ts b/dist/gen/model/v1CephFSPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..2df2330d74 --- /dev/null +++ b/dist/gen/model/v1CephFSPersistentVolumeSource.d.ts @@ -0,0 +1,49 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SecretReference } from './v1SecretReference'; +/** +* Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1CephFSPersistentVolumeSource { + /** + * Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'monitors': Array; + /** + * Optional: Used as the mounted root, rather than the full Ceph tree, default is / + */ + 'path'?: string; + /** + * Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'readOnly'?: boolean; + /** + * Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'secretFile'?: string; + 'secretRef'?: V1SecretReference; + /** + * Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'user'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1CephFSPersistentVolumeSource.js b/dist/gen/model/v1CephFSPersistentVolumeSource.js new file mode 100644 index 0000000000..2d47a3b9bd --- /dev/null +++ b/dist/gen/model/v1CephFSPersistentVolumeSource.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +*/ +class V1CephFSPersistentVolumeSource { + static getAttributeTypeMap() { + return V1CephFSPersistentVolumeSource.attributeTypeMap; + } +} +V1CephFSPersistentVolumeSource.discriminator = undefined; +V1CephFSPersistentVolumeSource.attributeTypeMap = [ + { + "name": "monitors", + "baseName": "monitors", + "type": "Array" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretFile", + "baseName": "secretFile", + "type": "string" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1SecretReference" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + } +]; +exports.V1CephFSPersistentVolumeSource = V1CephFSPersistentVolumeSource; +//# sourceMappingURL=v1CephFSPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1CephFSPersistentVolumeSource.js.map b/dist/gen/model/v1CephFSPersistentVolumeSource.js.map new file mode 100644 index 0000000000..f090cb226e --- /dev/null +++ b/dist/gen/model/v1CephFSPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1CephFSPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1CephFSPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IAyDvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AApCM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAvDf,wEA4DC"} \ No newline at end of file diff --git a/dist/gen/model/v1CephFSVolumeSource.d.ts b/dist/gen/model/v1CephFSVolumeSource.d.ts new file mode 100644 index 0000000000..704ba51887 --- /dev/null +++ b/dist/gen/model/v1CephFSVolumeSource.d.ts @@ -0,0 +1,49 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1CephFSVolumeSource { + /** + * Required: Monitors is a collection of Ceph monitors More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'monitors': Array; + /** + * Optional: Used as the mounted root, rather than the full Ceph tree, default is / + */ + 'path'?: string; + /** + * Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'readOnly'?: boolean; + /** + * Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'secretFile'?: string; + 'secretRef'?: V1LocalObjectReference; + /** + * Optional: User is the rados user name, default is admin More info: https://releases.k8s.io/HEAD/examples/volumes/cephfs/README.md#how-to-use-it + */ + 'user'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1CephFSVolumeSource.js b/dist/gen/model/v1CephFSVolumeSource.js new file mode 100644 index 0000000000..9cd91e43fd --- /dev/null +++ b/dist/gen/model/v1CephFSVolumeSource.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +*/ +class V1CephFSVolumeSource { + static getAttributeTypeMap() { + return V1CephFSVolumeSource.attributeTypeMap; + } +} +V1CephFSVolumeSource.discriminator = undefined; +V1CephFSVolumeSource.attributeTypeMap = [ + { + "name": "monitors", + "baseName": "monitors", + "type": "Array" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretFile", + "baseName": "secretFile", + "type": "string" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1LocalObjectReference" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + } +]; +exports.V1CephFSVolumeSource = V1CephFSVolumeSource; +//# sourceMappingURL=v1CephFSVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1CephFSVolumeSource.js.map b/dist/gen/model/v1CephFSVolumeSource.js.map new file mode 100644 index 0000000000..512064eb47 --- /dev/null +++ b/dist/gen/model/v1CephFSVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1CephFSVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1CephFSVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IAyD7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AApCM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAvDf,oDA4DC"} \ No newline at end of file diff --git a/dist/gen/model/v1CinderPersistentVolumeSource.d.ts b/dist/gen/model/v1CinderPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..7bc318bfd2 --- /dev/null +++ b/dist/gen/model/v1CinderPersistentVolumeSource.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SecretReference } from './v1SecretReference'; +/** +* Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +*/ +export declare class V1CinderPersistentVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + */ + 'fsType'?: string; + /** + * Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + */ + 'readOnly'?: boolean; + 'secretRef'?: V1SecretReference; + /** + * volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + */ + 'volumeID': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1CinderPersistentVolumeSource.js b/dist/gen/model/v1CinderPersistentVolumeSource.js new file mode 100644 index 0000000000..39f24b34b1 --- /dev/null +++ b/dist/gen/model/v1CinderPersistentVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +*/ +class V1CinderPersistentVolumeSource { + static getAttributeTypeMap() { + return V1CinderPersistentVolumeSource.attributeTypeMap; + } +} +V1CinderPersistentVolumeSource.discriminator = undefined; +V1CinderPersistentVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1SecretReference" + }, + { + "name": "volumeID", + "baseName": "volumeID", + "type": "string" + } +]; +exports.V1CinderPersistentVolumeSource = V1CinderPersistentVolumeSource; +//# sourceMappingURL=v1CinderPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1CinderPersistentVolumeSource.js.map b/dist/gen/model/v1CinderPersistentVolumeSource.js.map new file mode 100644 index 0000000000..567b15909c --- /dev/null +++ b/dist/gen/model/v1CinderPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1CinderPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1CinderPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IAuCvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA1BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,wEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1CinderVolumeSource.d.ts b/dist/gen/model/v1CinderVolumeSource.d.ts new file mode 100644 index 0000000000..29923e6ef4 --- /dev/null +++ b/dist/gen/model/v1CinderVolumeSource.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +*/ +export declare class V1CinderVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + */ + 'fsType'?: string; + /** + * Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + */ + 'readOnly'?: boolean; + 'secretRef'?: V1LocalObjectReference; + /** + * volume id used to identify the volume in cinder More info: https://releases.k8s.io/HEAD/examples/mysql-cinder-pd/README.md + */ + 'volumeID': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1CinderVolumeSource.js b/dist/gen/model/v1CinderVolumeSource.js new file mode 100644 index 0000000000..717afcba10 --- /dev/null +++ b/dist/gen/model/v1CinderVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +*/ +class V1CinderVolumeSource { + static getAttributeTypeMap() { + return V1CinderVolumeSource.attributeTypeMap; + } +} +V1CinderVolumeSource.discriminator = undefined; +V1CinderVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1LocalObjectReference" + }, + { + "name": "volumeID", + "baseName": "volumeID", + "type": "string" + } +]; +exports.V1CinderVolumeSource = V1CinderVolumeSource; +//# sourceMappingURL=v1CinderVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1CinderVolumeSource.js.map b/dist/gen/model/v1CinderVolumeSource.js.map new file mode 100644 index 0000000000..d1bad0fa14 --- /dev/null +++ b/dist/gen/model/v1CinderVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1CinderVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1CinderVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IAuC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,oDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ClientIPConfig.d.ts b/dist/gen/model/v1ClientIPConfig.d.ts new file mode 100644 index 0000000000..66dfba7dc4 --- /dev/null +++ b/dist/gen/model/v1ClientIPConfig.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ClientIPConfig represents the configurations of Client IP based session affinity. +*/ +export declare class V1ClientIPConfig { + /** + * timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == \"ClientIP\". Default value is 10800(for 3 hours). + */ + 'timeoutSeconds'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ClientIPConfig.js b/dist/gen/model/v1ClientIPConfig.js new file mode 100644 index 0000000000..a648e400f6 --- /dev/null +++ b/dist/gen/model/v1ClientIPConfig.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClientIPConfig represents the configurations of Client IP based session affinity. +*/ +class V1ClientIPConfig { + static getAttributeTypeMap() { + return V1ClientIPConfig.attributeTypeMap; + } +} +V1ClientIPConfig.discriminator = undefined; +V1ClientIPConfig.attributeTypeMap = [ + { + "name": "timeoutSeconds", + "baseName": "timeoutSeconds", + "type": "number" + } +]; +exports.V1ClientIPConfig = V1ClientIPConfig; +//# sourceMappingURL=v1ClientIPConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ClientIPConfig.js.map b/dist/gen/model/v1ClientIPConfig.js.map new file mode 100644 index 0000000000..8ef1082251 --- /dev/null +++ b/dist/gen/model/v1ClientIPConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ClientIPConfig.js","sourceRoot":"","sources":["../../../src/gen/model/v1ClientIPConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAezB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAXM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,4CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRole.d.ts b/dist/gen/model/v1ClusterRole.d.ts new file mode 100644 index 0000000000..a950bc6d25 --- /dev/null +++ b/dist/gen/model/v1ClusterRole.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1AggregationRule } from './v1AggregationRule'; +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1PolicyRule } from './v1PolicyRule'; +/** +* ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +*/ +export declare class V1ClusterRole { + 'aggregationRule'?: V1AggregationRule; + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Rules holds all the PolicyRules for this ClusterRole + */ + 'rules'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ClusterRole.js b/dist/gen/model/v1ClusterRole.js new file mode 100644 index 0000000000..51d9ffb95a --- /dev/null +++ b/dist/gen/model/v1ClusterRole.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +*/ +class V1ClusterRole { + static getAttributeTypeMap() { + return V1ClusterRole.attributeTypeMap; + } +} +V1ClusterRole.discriminator = undefined; +V1ClusterRole.attributeTypeMap = [ + { + "name": "aggregationRule", + "baseName": "aggregationRule", + "type": "V1AggregationRule" + }, + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + } +]; +exports.V1ClusterRole = V1ClusterRole; +//# sourceMappingURL=v1ClusterRole.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRole.js.map b/dist/gen/model/v1ClusterRole.js.map new file mode 100644 index 0000000000..e3a733de52 --- /dev/null +++ b/dist/gen/model/v1ClusterRole.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ClusterRole.js","sourceRoot":"","sources":["../../../src/gen/model/v1ClusterRole.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,aAAa;IA6CtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA/BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AA3Cf,sCAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRoleBinding.d.ts b/dist/gen/model/v1ClusterRoleBinding.d.ts new file mode 100644 index 0000000000..f7836f1626 --- /dev/null +++ b/dist/gen/model/v1ClusterRoleBinding.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1RoleRef } from './v1RoleRef'; +import { V1Subject } from './v1Subject'; +/** +* ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +*/ +export declare class V1ClusterRoleBinding { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'roleRef': V1RoleRef; + /** + * Subjects holds references to the objects the role applies to. + */ + 'subjects'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ClusterRoleBinding.js b/dist/gen/model/v1ClusterRoleBinding.js new file mode 100644 index 0000000000..5a9de0ef58 --- /dev/null +++ b/dist/gen/model/v1ClusterRoleBinding.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +*/ +class V1ClusterRoleBinding { + static getAttributeTypeMap() { + return V1ClusterRoleBinding.attributeTypeMap; + } +} +V1ClusterRoleBinding.discriminator = undefined; +V1ClusterRoleBinding.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "roleRef", + "baseName": "roleRef", + "type": "V1RoleRef" + }, + { + "name": "subjects", + "baseName": "subjects", + "type": "Array" + } +]; +exports.V1ClusterRoleBinding = V1ClusterRoleBinding; +//# sourceMappingURL=v1ClusterRoleBinding.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRoleBinding.js.map b/dist/gen/model/v1ClusterRoleBinding.js.map new file mode 100644 index 0000000000..a30a8809f1 --- /dev/null +++ b/dist/gen/model/v1ClusterRoleBinding.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ClusterRoleBinding.js","sourceRoot":"","sources":["../../../src/gen/model/v1ClusterRoleBinding.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,oBAAoB;IA6C7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA/BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AA3Cf,oDAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRoleBindingList.d.ts b/dist/gen/model/v1ClusterRoleBindingList.d.ts new file mode 100644 index 0000000000..db8e7a78f1 --- /dev/null +++ b/dist/gen/model/v1ClusterRoleBindingList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ClusterRoleBinding } from './v1ClusterRoleBinding'; +import { V1ListMeta } from './v1ListMeta'; +/** +* ClusterRoleBindingList is a collection of ClusterRoleBindings +*/ +export declare class V1ClusterRoleBindingList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of ClusterRoleBindings + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ClusterRoleBindingList.js b/dist/gen/model/v1ClusterRoleBindingList.js new file mode 100644 index 0000000000..e5a7c74910 --- /dev/null +++ b/dist/gen/model/v1ClusterRoleBindingList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleBindingList is a collection of ClusterRoleBindings +*/ +class V1ClusterRoleBindingList { + static getAttributeTypeMap() { + return V1ClusterRoleBindingList.attributeTypeMap; + } +} +V1ClusterRoleBindingList.discriminator = undefined; +V1ClusterRoleBindingList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ClusterRoleBindingList = V1ClusterRoleBindingList; +//# sourceMappingURL=v1ClusterRoleBindingList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRoleBindingList.js.map b/dist/gen/model/v1ClusterRoleBindingList.js.map new file mode 100644 index 0000000000..9c71904cde --- /dev/null +++ b/dist/gen/model/v1ClusterRoleBindingList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ClusterRoleBindingList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ClusterRoleBindingList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRoleList.d.ts b/dist/gen/model/v1ClusterRoleList.d.ts new file mode 100644 index 0000000000..0d1e541d1d --- /dev/null +++ b/dist/gen/model/v1ClusterRoleList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ClusterRole } from './v1ClusterRole'; +import { V1ListMeta } from './v1ListMeta'; +/** +* ClusterRoleList is a collection of ClusterRoles +*/ +export declare class V1ClusterRoleList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of ClusterRoles + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ClusterRoleList.js b/dist/gen/model/v1ClusterRoleList.js new file mode 100644 index 0000000000..8b55fd84d8 --- /dev/null +++ b/dist/gen/model/v1ClusterRoleList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleList is a collection of ClusterRoles +*/ +class V1ClusterRoleList { + static getAttributeTypeMap() { + return V1ClusterRoleList.attributeTypeMap; + } +} +V1ClusterRoleList.discriminator = undefined; +V1ClusterRoleList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ClusterRoleList = V1ClusterRoleList; +//# sourceMappingURL=v1ClusterRoleList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ClusterRoleList.js.map b/dist/gen/model/v1ClusterRoleList.js.map new file mode 100644 index 0000000000..17b8531aac --- /dev/null +++ b/dist/gen/model/v1ClusterRoleList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ClusterRoleList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ClusterRoleList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAuC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ComponentCondition.d.ts b/dist/gen/model/v1ComponentCondition.d.ts new file mode 100644 index 0000000000..df9fa4ed76 --- /dev/null +++ b/dist/gen/model/v1ComponentCondition.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Information about the condition of a component. +*/ +export declare class V1ComponentCondition { + /** + * Condition error code for a component. For example, a health check error code. + */ + 'error'?: string; + /** + * Message about the condition for a component. For example, information about a health check. + */ + 'message'?: string; + /** + * Status of the condition for a component. Valid values for \"Healthy\": \"True\", \"False\", or \"Unknown\". + */ + 'status': string; + /** + * Type of condition for a component. Valid value: \"Healthy\" + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ComponentCondition.js b/dist/gen/model/v1ComponentCondition.js new file mode 100644 index 0000000000..9b5f3a6d8f --- /dev/null +++ b/dist/gen/model/v1ComponentCondition.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Information about the condition of a component. +*/ +class V1ComponentCondition { + static getAttributeTypeMap() { + return V1ComponentCondition.attributeTypeMap; + } +} +V1ComponentCondition.discriminator = undefined; +V1ComponentCondition.attributeTypeMap = [ + { + "name": "error", + "baseName": "error", + "type": "string" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1ComponentCondition = V1ComponentCondition; +//# sourceMappingURL=v1ComponentCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ComponentCondition.js.map b/dist/gen/model/v1ComponentCondition.js.map new file mode 100644 index 0000000000..c2eb782ee6 --- /dev/null +++ b/dist/gen/model/v1ComponentCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ComponentCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1ComponentCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IA0C7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,oDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ComponentStatus.d.ts b/dist/gen/model/v1ComponentStatus.d.ts new file mode 100644 index 0000000000..120bbe241b --- /dev/null +++ b/dist/gen/model/v1ComponentStatus.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ComponentCondition } from './v1ComponentCondition'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* ComponentStatus (and ComponentStatusList) holds the cluster validation info. +*/ +export declare class V1ComponentStatus { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of component conditions observed + */ + 'conditions'?: Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ComponentStatus.js b/dist/gen/model/v1ComponentStatus.js new file mode 100644 index 0000000000..1ff3606af8 --- /dev/null +++ b/dist/gen/model/v1ComponentStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ComponentStatus (and ComponentStatusList) holds the cluster validation info. +*/ +class V1ComponentStatus { + static getAttributeTypeMap() { + return V1ComponentStatus.attributeTypeMap; + } +} +V1ComponentStatus.discriminator = undefined; +V1ComponentStatus.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + } +]; +exports.V1ComponentStatus = V1ComponentStatus; +//# sourceMappingURL=v1ComponentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ComponentStatus.js.map b/dist/gen/model/v1ComponentStatus.js.map new file mode 100644 index 0000000000..cf0a0f2dc4 --- /dev/null +++ b/dist/gen/model/v1ComponentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ComponentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1ComponentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAuC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;CAAK,CAAC;AArCf,8CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ComponentStatusList.d.ts b/dist/gen/model/v1ComponentStatusList.d.ts new file mode 100644 index 0000000000..db28f5acaf --- /dev/null +++ b/dist/gen/model/v1ComponentStatusList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ComponentStatus } from './v1ComponentStatus'; +import { V1ListMeta } from './v1ListMeta'; +/** +* Status of all the conditions for the component as a list of ComponentStatus objects. +*/ +export declare class V1ComponentStatusList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of ComponentStatus objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ComponentStatusList.js b/dist/gen/model/v1ComponentStatusList.js new file mode 100644 index 0000000000..76ecc99f6e --- /dev/null +++ b/dist/gen/model/v1ComponentStatusList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Status of all the conditions for the component as a list of ComponentStatus objects. +*/ +class V1ComponentStatusList { + static getAttributeTypeMap() { + return V1ComponentStatusList.attributeTypeMap; + } +} +V1ComponentStatusList.discriminator = undefined; +V1ComponentStatusList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ComponentStatusList = V1ComponentStatusList; +//# sourceMappingURL=v1ComponentStatusList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ComponentStatusList.js.map b/dist/gen/model/v1ComponentStatusList.js.map new file mode 100644 index 0000000000..93673ce78a --- /dev/null +++ b/dist/gen/model/v1ComponentStatusList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ComponentStatusList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ComponentStatusList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAuC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMap.d.ts b/dist/gen/model/v1ConfigMap.d.ts new file mode 100644 index 0000000000..f006ad9415 --- /dev/null +++ b/dist/gen/model/v1ConfigMap.d.ts @@ -0,0 +1,49 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* ConfigMap holds configuration data for pods to consume. +*/ +export declare class V1ConfigMap { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * BinaryData contains the binary data. Each key must consist of alphanumeric characters, \'-\', \'_\' or \'.\'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet. + */ + 'binaryData'?: { + [key: string]: string; + }; + /** + * Data contains the configuration data. Each key must consist of alphanumeric characters, \'-\', \'_\' or \'.\'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process. + */ + 'data'?: { + [key: string]: string; + }; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ConfigMap.js b/dist/gen/model/v1ConfigMap.js new file mode 100644 index 0000000000..8c16c0796d --- /dev/null +++ b/dist/gen/model/v1ConfigMap.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ConfigMap holds configuration data for pods to consume. +*/ +class V1ConfigMap { + static getAttributeTypeMap() { + return V1ConfigMap.attributeTypeMap; + } +} +V1ConfigMap.discriminator = undefined; +V1ConfigMap.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "binaryData", + "baseName": "binaryData", + "type": "{ [key: string]: string; }" + }, + { + "name": "data", + "baseName": "data", + "type": "{ [key: string]: string; }" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + } +]; +exports.V1ConfigMap = V1ConfigMap; +//# sourceMappingURL=v1ConfigMap.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMap.js.map b/dist/gen/model/v1ConfigMap.js.map new file mode 100644 index 0000000000..71309f6437 --- /dev/null +++ b/dist/gen/model/v1ConfigMap.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ConfigMap.js","sourceRoot":"","sources":["../../../src/gen/model/v1ConfigMap.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,WAAW;IAgDpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA/BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;CAAK,CAAC;AA9Cf,kCAmDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapEnvSource.d.ts b/dist/gen/model/v1ConfigMapEnvSource.d.ts new file mode 100644 index 0000000000..c218b899f4 --- /dev/null +++ b/dist/gen/model/v1ConfigMapEnvSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap\'s Data field will represent the key-value pairs as environment variables. +*/ +export declare class V1ConfigMapEnvSource { + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Specify whether the ConfigMap must be defined + */ + 'optional'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ConfigMapEnvSource.js b/dist/gen/model/v1ConfigMapEnvSource.js new file mode 100644 index 0000000000..dcc0a584ad --- /dev/null +++ b/dist/gen/model/v1ConfigMapEnvSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. The contents of the target ConfigMap\'s Data field will represent the key-value pairs as environment variables. +*/ +class V1ConfigMapEnvSource { + static getAttributeTypeMap() { + return V1ConfigMapEnvSource.attributeTypeMap; + } +} +V1ConfigMapEnvSource.discriminator = undefined; +V1ConfigMapEnvSource.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + } +]; +exports.V1ConfigMapEnvSource = V1ConfigMapEnvSource; +//# sourceMappingURL=v1ConfigMapEnvSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapEnvSource.js.map b/dist/gen/model/v1ConfigMapEnvSource.js.map new file mode 100644 index 0000000000..163c651f61 --- /dev/null +++ b/dist/gen/model/v1ConfigMapEnvSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ConfigMapEnvSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ConfigMapEnvSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAwB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAhBM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAtBf,oDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapKeySelector.d.ts b/dist/gen/model/v1ConfigMapKeySelector.d.ts new file mode 100644 index 0000000000..6b10089e79 --- /dev/null +++ b/dist/gen/model/v1ConfigMapKeySelector.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Selects a key from a ConfigMap. +*/ +export declare class V1ConfigMapKeySelector { + /** + * The key to select. + */ + 'key': string; + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Specify whether the ConfigMap or its key must be defined + */ + 'optional'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ConfigMapKeySelector.js b/dist/gen/model/v1ConfigMapKeySelector.js new file mode 100644 index 0000000000..5af08477b1 --- /dev/null +++ b/dist/gen/model/v1ConfigMapKeySelector.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Selects a key from a ConfigMap. +*/ +class V1ConfigMapKeySelector { + static getAttributeTypeMap() { + return V1ConfigMapKeySelector.attributeTypeMap; + } +} +V1ConfigMapKeySelector.discriminator = undefined; +V1ConfigMapKeySelector.attributeTypeMap = [ + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + } +]; +exports.V1ConfigMapKeySelector = V1ConfigMapKeySelector; +//# sourceMappingURL=v1ConfigMapKeySelector.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapKeySelector.js.map b/dist/gen/model/v1ConfigMapKeySelector.js.map new file mode 100644 index 0000000000..468f37e3f6 --- /dev/null +++ b/dist/gen/model/v1ConfigMapKeySelector.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ConfigMapKeySelector.js","sourceRoot":"","sources":["../../../src/gen/model/v1ConfigMapKeySelector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAiC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AArBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AA/Bf,wDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapList.d.ts b/dist/gen/model/v1ConfigMapList.d.ts new file mode 100644 index 0000000000..d85b54930c --- /dev/null +++ b/dist/gen/model/v1ConfigMapList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ConfigMap } from './v1ConfigMap'; +import { V1ListMeta } from './v1ListMeta'; +/** +* ConfigMapList is a resource containing a list of ConfigMap objects. +*/ +export declare class V1ConfigMapList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of ConfigMaps. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ConfigMapList.js b/dist/gen/model/v1ConfigMapList.js new file mode 100644 index 0000000000..753dea6a3e --- /dev/null +++ b/dist/gen/model/v1ConfigMapList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ConfigMapList is a resource containing a list of ConfigMap objects. +*/ +class V1ConfigMapList { + static getAttributeTypeMap() { + return V1ConfigMapList.attributeTypeMap; + } +} +V1ConfigMapList.discriminator = undefined; +V1ConfigMapList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ConfigMapList = V1ConfigMapList; +//# sourceMappingURL=v1ConfigMapList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapList.js.map b/dist/gen/model/v1ConfigMapList.js.map new file mode 100644 index 0000000000..d7dacf4979 --- /dev/null +++ b/dist/gen/model/v1ConfigMapList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ConfigMapList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ConfigMapList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAuCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapNodeConfigSource.d.ts b/dist/gen/model/v1ConfigMapNodeConfigSource.d.ts new file mode 100644 index 0000000000..ab20cd013b --- /dev/null +++ b/dist/gen/model/v1ConfigMapNodeConfigSource.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. +*/ +export declare class V1ConfigMapNodeConfigSource { + /** + * KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. + */ + 'kubeletConfigKey': string; + /** + * Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. + */ + 'name': string; + /** + * Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. + */ + 'namespace': string; + /** + * ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. + */ + 'resourceVersion'?: string; + /** + * UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. + */ + 'uid'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ConfigMapNodeConfigSource.js b/dist/gen/model/v1ConfigMapNodeConfigSource.js new file mode 100644 index 0000000000..165f1fe476 --- /dev/null +++ b/dist/gen/model/v1ConfigMapNodeConfigSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. +*/ +class V1ConfigMapNodeConfigSource { + static getAttributeTypeMap() { + return V1ConfigMapNodeConfigSource.attributeTypeMap; + } +} +V1ConfigMapNodeConfigSource.discriminator = undefined; +V1ConfigMapNodeConfigSource.attributeTypeMap = [ + { + "name": "kubeletConfigKey", + "baseName": "kubeletConfigKey", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "resourceVersion", + "baseName": "resourceVersion", + "type": "string" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + } +]; +exports.V1ConfigMapNodeConfigSource = V1ConfigMapNodeConfigSource; +//# sourceMappingURL=v1ConfigMapNodeConfigSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapNodeConfigSource.js.map b/dist/gen/model/v1ConfigMapNodeConfigSource.js.map new file mode 100644 index 0000000000..3144bf9d60 --- /dev/null +++ b/dist/gen/model/v1ConfigMapNodeConfigSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ConfigMapNodeConfigSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ConfigMapNodeConfigSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAmDpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA/BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,kEAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapProjection.d.ts b/dist/gen/model/v1ConfigMapProjection.d.ts new file mode 100644 index 0000000000..ebcaaa1af1 --- /dev/null +++ b/dist/gen/model/v1ConfigMapProjection.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1KeyToPath } from './v1KeyToPath'; +/** +* Adapts a ConfigMap into a projected volume. The contents of the target ConfigMap\'s Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode. +*/ +export declare class V1ConfigMapProjection { + /** + * If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the \'..\' path or start with \'..\'. + */ + 'items'?: Array; + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Specify whether the ConfigMap or its keys must be defined + */ + 'optional'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ConfigMapProjection.js b/dist/gen/model/v1ConfigMapProjection.js new file mode 100644 index 0000000000..f72981f67d --- /dev/null +++ b/dist/gen/model/v1ConfigMapProjection.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Adapts a ConfigMap into a projected volume. The contents of the target ConfigMap\'s Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode. +*/ +class V1ConfigMapProjection { + static getAttributeTypeMap() { + return V1ConfigMapProjection.attributeTypeMap; + } +} +V1ConfigMapProjection.discriminator = undefined; +V1ConfigMapProjection.attributeTypeMap = [ + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + } +]; +exports.V1ConfigMapProjection = V1ConfigMapProjection; +//# sourceMappingURL=v1ConfigMapProjection.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapProjection.js.map b/dist/gen/model/v1ConfigMapProjection.js.map new file mode 100644 index 0000000000..cc68ec56f4 --- /dev/null +++ b/dist/gen/model/v1ConfigMapProjection.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ConfigMapProjection.js","sourceRoot":"","sources":["../../../src/gen/model/v1ConfigMapProjection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qBAAqB;IAiC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AArBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AA/Bf,sDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapVolumeSource.d.ts b/dist/gen/model/v1ConfigMapVolumeSource.d.ts new file mode 100644 index 0000000000..ab08bdff9e --- /dev/null +++ b/dist/gen/model/v1ConfigMapVolumeSource.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1KeyToPath } from './v1KeyToPath'; +/** +* Adapts a ConfigMap into a volume. The contents of the target ConfigMap\'s Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. +*/ +export declare class V1ConfigMapVolumeSource { + /** + * Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + */ + 'defaultMode'?: number; + /** + * If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the \'..\' path or start with \'..\'. + */ + 'items'?: Array; + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Specify whether the ConfigMap or its keys must be defined + */ + 'optional'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ConfigMapVolumeSource.js b/dist/gen/model/v1ConfigMapVolumeSource.js new file mode 100644 index 0000000000..ed56b23da5 --- /dev/null +++ b/dist/gen/model/v1ConfigMapVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Adapts a ConfigMap into a volume. The contents of the target ConfigMap\'s Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. +*/ +class V1ConfigMapVolumeSource { + static getAttributeTypeMap() { + return V1ConfigMapVolumeSource.attributeTypeMap; + } +} +V1ConfigMapVolumeSource.discriminator = undefined; +V1ConfigMapVolumeSource.attributeTypeMap = [ + { + "name": "defaultMode", + "baseName": "defaultMode", + "type": "number" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + } +]; +exports.V1ConfigMapVolumeSource = V1ConfigMapVolumeSource; +//# sourceMappingURL=v1ConfigMapVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ConfigMapVolumeSource.js.map b/dist/gen/model/v1ConfigMapVolumeSource.js.map new file mode 100644 index 0000000000..e2174c79d3 --- /dev/null +++ b/dist/gen/model/v1ConfigMapVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ConfigMapVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ConfigMapVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IA0ChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA1BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAxCf,0DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Container.d.ts b/dist/gen/model/v1Container.d.ts new file mode 100644 index 0000000000..e7b71733a7 --- /dev/null +++ b/dist/gen/model/v1Container.d.ts @@ -0,0 +1,105 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ContainerPort } from './v1ContainerPort'; +import { V1EnvFromSource } from './v1EnvFromSource'; +import { V1EnvVar } from './v1EnvVar'; +import { V1Lifecycle } from './v1Lifecycle'; +import { V1Probe } from './v1Probe'; +import { V1ResourceRequirements } from './v1ResourceRequirements'; +import { V1SecurityContext } from './v1SecurityContext'; +import { V1VolumeDevice } from './v1VolumeDevice'; +import { V1VolumeMount } from './v1VolumeMount'; +/** +* A single application container that you want to run within a pod. +*/ +export declare class V1Container { + /** + * Arguments to the entrypoint. The docker image\'s CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container\'s environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + */ + 'args'?: Array; + /** + * Entrypoint array. Not executed within a shell. The docker image\'s ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container\'s environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + */ + 'command'?: Array; + /** + * List of environment variables to set in the container. Cannot be updated. + */ + 'env'?: Array; + /** + * List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. + */ + 'envFrom'?: Array; + /** + * Docker image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. + */ + 'image'?: string; + /** + * Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + */ + 'imagePullPolicy'?: string; + 'lifecycle'?: V1Lifecycle; + 'livenessProbe'?: V1Probe; + /** + * Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. + */ + 'name': string; + /** + * List of ports to expose from the container. Exposing a port here gives the system additional information about the network connections a container uses, but is primarily informational. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default \"0.0.0.0\" address inside a container will be accessible from the network. Cannot be updated. + */ + 'ports'?: Array; + 'readinessProbe'?: V1Probe; + 'resources'?: V1ResourceRequirements; + 'securityContext'?: V1SecurityContext; + /** + * Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. + */ + 'stdin'?: boolean; + /** + * Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false + */ + 'stdinOnce'?: boolean; + /** + * Optional: Path at which the file to which the container\'s termination message will be written is mounted into the container\'s filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. + */ + 'terminationMessagePath'?: string; + /** + * Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. + */ + 'terminationMessagePolicy'?: string; + /** + * Whether this container should allocate a TTY for itself, also requires \'stdin\' to be true. Default is false. + */ + 'tty'?: boolean; + /** + * volumeDevices is the list of block devices to be used by the container. This is a beta feature. + */ + 'volumeDevices'?: Array; + /** + * Pod volumes to mount into the container\'s filesystem. Cannot be updated. + */ + 'volumeMounts'?: Array; + /** + * Container\'s working directory. If not specified, the container runtime\'s default will be used, which might be configured in the container image. Cannot be updated. + */ + 'workingDir'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Container.js b/dist/gen/model/v1Container.js new file mode 100644 index 0000000000..399db24cd3 --- /dev/null +++ b/dist/gen/model/v1Container.js @@ -0,0 +1,131 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A single application container that you want to run within a pod. +*/ +class V1Container { + static getAttributeTypeMap() { + return V1Container.attributeTypeMap; + } +} +V1Container.discriminator = undefined; +V1Container.attributeTypeMap = [ + { + "name": "args", + "baseName": "args", + "type": "Array" + }, + { + "name": "command", + "baseName": "command", + "type": "Array" + }, + { + "name": "env", + "baseName": "env", + "type": "Array" + }, + { + "name": "envFrom", + "baseName": "envFrom", + "type": "Array" + }, + { + "name": "image", + "baseName": "image", + "type": "string" + }, + { + "name": "imagePullPolicy", + "baseName": "imagePullPolicy", + "type": "string" + }, + { + "name": "lifecycle", + "baseName": "lifecycle", + "type": "V1Lifecycle" + }, + { + "name": "livenessProbe", + "baseName": "livenessProbe", + "type": "V1Probe" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "ports", + "baseName": "ports", + "type": "Array" + }, + { + "name": "readinessProbe", + "baseName": "readinessProbe", + "type": "V1Probe" + }, + { + "name": "resources", + "baseName": "resources", + "type": "V1ResourceRequirements" + }, + { + "name": "securityContext", + "baseName": "securityContext", + "type": "V1SecurityContext" + }, + { + "name": "stdin", + "baseName": "stdin", + "type": "boolean" + }, + { + "name": "stdinOnce", + "baseName": "stdinOnce", + "type": "boolean" + }, + { + "name": "terminationMessagePath", + "baseName": "terminationMessagePath", + "type": "string" + }, + { + "name": "terminationMessagePolicy", + "baseName": "terminationMessagePolicy", + "type": "string" + }, + { + "name": "tty", + "baseName": "tty", + "type": "boolean" + }, + { + "name": "volumeDevices", + "baseName": "volumeDevices", + "type": "Array" + }, + { + "name": "volumeMounts", + "baseName": "volumeMounts", + "type": "Array" + }, + { + "name": "workingDir", + "baseName": "workingDir", + "type": "string" + } +]; +exports.V1Container = V1Container; +//# sourceMappingURL=v1Container.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Container.js.map b/dist/gen/model/v1Container.js.map new file mode 100644 index 0000000000..e41e7dbc98 --- /dev/null +++ b/dist/gen/model/v1Container.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Container.js","sourceRoot":"","sources":["../../../src/gen/model/v1Container.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAYH;;EAEE;AACF,MAAa,WAAW;IAoLpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA/GM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,aAAa;KACxB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAlLf,kCAuLC"} \ No newline at end of file diff --git a/dist/gen/model/v1ContainerImage.d.ts b/dist/gen/model/v1ContainerImage.d.ts new file mode 100644 index 0000000000..ac931be0e2 --- /dev/null +++ b/dist/gen/model/v1ContainerImage.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Describe a container image +*/ +export declare class V1ContainerImage { + /** + * Names by which this image is known. e.g. [\"k8s.gcr.io/hyperkube:v1.0.7\", \"dockerhub.io/google_containers/hyperkube:v1.0.7\"] + */ + 'names': Array; + /** + * The size of the image in bytes. + */ + 'sizeBytes'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ContainerImage.js b/dist/gen/model/v1ContainerImage.js new file mode 100644 index 0000000000..55137ec214 --- /dev/null +++ b/dist/gen/model/v1ContainerImage.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Describe a container image +*/ +class V1ContainerImage { + static getAttributeTypeMap() { + return V1ContainerImage.attributeTypeMap; + } +} +V1ContainerImage.discriminator = undefined; +V1ContainerImage.attributeTypeMap = [ + { + "name": "names", + "baseName": "names", + "type": "Array" + }, + { + "name": "sizeBytes", + "baseName": "sizeBytes", + "type": "number" + } +]; +exports.V1ContainerImage = V1ContainerImage; +//# sourceMappingURL=v1ContainerImage.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ContainerImage.js.map b/dist/gen/model/v1ContainerImage.js.map new file mode 100644 index 0000000000..a13db9519f --- /dev/null +++ b/dist/gen/model/v1ContainerImage.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ContainerImage.js","sourceRoot":"","sources":["../../../src/gen/model/v1ContainerImage.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAwBzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAhBM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,4CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ContainerPort.d.ts b/dist/gen/model/v1ContainerPort.d.ts new file mode 100644 index 0000000000..45fd0a4a2e --- /dev/null +++ b/dist/gen/model/v1ContainerPort.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ContainerPort represents a network port in a single container. +*/ +export declare class V1ContainerPort { + /** + * Number of port to expose on the pod\'s IP address. This must be a valid port number, 0 < x < 65536. + */ + 'containerPort': number; + /** + * What host IP to bind the external port to. + */ + 'hostIP'?: string; + /** + * Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. + */ + 'hostPort'?: number; + /** + * If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. + */ + 'name'?: string; + /** + * Protocol for port. Must be UDP, TCP, or SCTP. Defaults to \"TCP\". + */ + 'protocol'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ContainerPort.js b/dist/gen/model/v1ContainerPort.js new file mode 100644 index 0000000000..d589923367 --- /dev/null +++ b/dist/gen/model/v1ContainerPort.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ContainerPort represents a network port in a single container. +*/ +class V1ContainerPort { + static getAttributeTypeMap() { + return V1ContainerPort.attributeTypeMap; + } +} +V1ContainerPort.discriminator = undefined; +V1ContainerPort.attributeTypeMap = [ + { + "name": "containerPort", + "baseName": "containerPort", + "type": "number" + }, + { + "name": "hostIP", + "baseName": "hostIP", + "type": "string" + }, + { + "name": "hostPort", + "baseName": "hostPort", + "type": "number" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "protocol", + "baseName": "protocol", + "type": "string" + } +]; +exports.V1ContainerPort = V1ContainerPort; +//# sourceMappingURL=v1ContainerPort.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ContainerPort.js.map b/dist/gen/model/v1ContainerPort.js.map new file mode 100644 index 0000000000..fa382e0951 --- /dev/null +++ b/dist/gen/model/v1ContainerPort.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ContainerPort.js","sourceRoot":"","sources":["../../../src/gen/model/v1ContainerPort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,eAAe;IAmDxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA/BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,0CAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ContainerState.d.ts b/dist/gen/model/v1ContainerState.d.ts new file mode 100644 index 0000000000..213ab04660 --- /dev/null +++ b/dist/gen/model/v1ContainerState.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ContainerStateRunning } from './v1ContainerStateRunning'; +import { V1ContainerStateTerminated } from './v1ContainerStateTerminated'; +import { V1ContainerStateWaiting } from './v1ContainerStateWaiting'; +/** +* ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting. +*/ +export declare class V1ContainerState { + 'running'?: V1ContainerStateRunning; + 'terminated'?: V1ContainerStateTerminated; + 'waiting'?: V1ContainerStateWaiting; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ContainerState.js b/dist/gen/model/v1ContainerState.js new file mode 100644 index 0000000000..23556cd262 --- /dev/null +++ b/dist/gen/model/v1ContainerState.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting. +*/ +class V1ContainerState { + static getAttributeTypeMap() { + return V1ContainerState.attributeTypeMap; + } +} +V1ContainerState.discriminator = undefined; +V1ContainerState.attributeTypeMap = [ + { + "name": "running", + "baseName": "running", + "type": "V1ContainerStateRunning" + }, + { + "name": "terminated", + "baseName": "terminated", + "type": "V1ContainerStateTerminated" + }, + { + "name": "waiting", + "baseName": "waiting", + "type": "V1ContainerStateWaiting" + } +]; +exports.V1ContainerState = V1ContainerState; +//# sourceMappingURL=v1ContainerState.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ContainerState.js.map b/dist/gen/model/v1ContainerState.js.map new file mode 100644 index 0000000000..2c3b6b5fdb --- /dev/null +++ b/dist/gen/model/v1ContainerState.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ContainerState.js","sourceRoot":"","sources":["../../../src/gen/model/v1ContainerState.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,gBAAgB;IAwBzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AArBM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAtBf,4CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStateRunning.d.ts b/dist/gen/model/v1ContainerStateRunning.d.ts new file mode 100644 index 0000000000..84cccecf71 --- /dev/null +++ b/dist/gen/model/v1ContainerStateRunning.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ContainerStateRunning is a running state of a container. +*/ +export declare class V1ContainerStateRunning { + /** + * Time at which the container was last (re-)started + */ + 'startedAt'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ContainerStateRunning.js b/dist/gen/model/v1ContainerStateRunning.js new file mode 100644 index 0000000000..dca3717b77 --- /dev/null +++ b/dist/gen/model/v1ContainerStateRunning.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ContainerStateRunning is a running state of a container. +*/ +class V1ContainerStateRunning { + static getAttributeTypeMap() { + return V1ContainerStateRunning.attributeTypeMap; + } +} +V1ContainerStateRunning.discriminator = undefined; +V1ContainerStateRunning.attributeTypeMap = [ + { + "name": "startedAt", + "baseName": "startedAt", + "type": "Date" + } +]; +exports.V1ContainerStateRunning = V1ContainerStateRunning; +//# sourceMappingURL=v1ContainerStateRunning.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStateRunning.js.map b/dist/gen/model/v1ContainerStateRunning.js.map new file mode 100644 index 0000000000..72949efdd8 --- /dev/null +++ b/dist/gen/model/v1ContainerStateRunning.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ContainerStateRunning.js","sourceRoot":"","sources":["../../../src/gen/model/v1ContainerStateRunning.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uBAAuB;IAehC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAXM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAbf,0DAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStateTerminated.d.ts b/dist/gen/model/v1ContainerStateTerminated.d.ts new file mode 100644 index 0000000000..201eaea8e0 --- /dev/null +++ b/dist/gen/model/v1ContainerStateTerminated.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ContainerStateTerminated is a terminated state of a container. +*/ +export declare class V1ContainerStateTerminated { + /** + * Container\'s ID in the format \'docker://\' + */ + 'containerID'?: string; + /** + * Exit status from the last termination of the container + */ + 'exitCode': number; + /** + * Time at which the container last terminated + */ + 'finishedAt'?: Date; + /** + * Message regarding the last termination of the container + */ + 'message'?: string; + /** + * (brief) reason from the last termination of the container + */ + 'reason'?: string; + /** + * Signal from the last termination of the container + */ + 'signal'?: number; + /** + * Time at which previous execution of the container started + */ + 'startedAt'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ContainerStateTerminated.js b/dist/gen/model/v1ContainerStateTerminated.js new file mode 100644 index 0000000000..942033fab0 --- /dev/null +++ b/dist/gen/model/v1ContainerStateTerminated.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ContainerStateTerminated is a terminated state of a container. +*/ +class V1ContainerStateTerminated { + static getAttributeTypeMap() { + return V1ContainerStateTerminated.attributeTypeMap; + } +} +V1ContainerStateTerminated.discriminator = undefined; +V1ContainerStateTerminated.attributeTypeMap = [ + { + "name": "containerID", + "baseName": "containerID", + "type": "string" + }, + { + "name": "exitCode", + "baseName": "exitCode", + "type": "number" + }, + { + "name": "finishedAt", + "baseName": "finishedAt", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "signal", + "baseName": "signal", + "type": "number" + }, + { + "name": "startedAt", + "baseName": "startedAt", + "type": "Date" + } +]; +exports.V1ContainerStateTerminated = V1ContainerStateTerminated; +//# sourceMappingURL=v1ContainerStateTerminated.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStateTerminated.js.map b/dist/gen/model/v1ContainerStateTerminated.js.map new file mode 100644 index 0000000000..8c5c144fb4 --- /dev/null +++ b/dist/gen/model/v1ContainerStateTerminated.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ContainerStateTerminated.js","sourceRoot":"","sources":["../../../src/gen/model/v1ContainerStateTerminated.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAqEnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAzCM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAnEf,gEAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStateWaiting.d.ts b/dist/gen/model/v1ContainerStateWaiting.d.ts new file mode 100644 index 0000000000..60b184439e --- /dev/null +++ b/dist/gen/model/v1ContainerStateWaiting.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ContainerStateWaiting is a waiting state of a container. +*/ +export declare class V1ContainerStateWaiting { + /** + * Message regarding why the container is not yet running. + */ + 'message'?: string; + /** + * (brief) reason the container is not yet running. + */ + 'reason'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ContainerStateWaiting.js b/dist/gen/model/v1ContainerStateWaiting.js new file mode 100644 index 0000000000..65e0f2c157 --- /dev/null +++ b/dist/gen/model/v1ContainerStateWaiting.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ContainerStateWaiting is a waiting state of a container. +*/ +class V1ContainerStateWaiting { + static getAttributeTypeMap() { + return V1ContainerStateWaiting.attributeTypeMap; + } +} +V1ContainerStateWaiting.discriminator = undefined; +V1ContainerStateWaiting.attributeTypeMap = [ + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + } +]; +exports.V1ContainerStateWaiting = V1ContainerStateWaiting; +//# sourceMappingURL=v1ContainerStateWaiting.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStateWaiting.js.map b/dist/gen/model/v1ContainerStateWaiting.js.map new file mode 100644 index 0000000000..6b090781c3 --- /dev/null +++ b/dist/gen/model/v1ContainerStateWaiting.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ContainerStateWaiting.js","sourceRoot":"","sources":["../../../src/gen/model/v1ContainerStateWaiting.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uBAAuB;IAwBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,0DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStatus.d.ts b/dist/gen/model/v1ContainerStatus.d.ts new file mode 100644 index 0000000000..d2aec2ac9a --- /dev/null +++ b/dist/gen/model/v1ContainerStatus.d.ts @@ -0,0 +1,54 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ContainerState } from './v1ContainerState'; +/** +* ContainerStatus contains details for the current status of this container. +*/ +export declare class V1ContainerStatus { + /** + * Container\'s ID in the format \'docker://\'. + */ + 'containerID'?: string; + /** + * The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images + */ + 'image': string; + /** + * ImageID of the container\'s image. + */ + 'imageID': string; + 'lastState'?: V1ContainerState; + /** + * This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated. + */ + 'name': string; + /** + * Specifies whether the container has passed its readiness probe. + */ + 'ready': boolean; + /** + * The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC. + */ + 'restartCount': number; + 'state'?: V1ContainerState; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ContainerStatus.js b/dist/gen/model/v1ContainerStatus.js new file mode 100644 index 0000000000..555c3c79d3 --- /dev/null +++ b/dist/gen/model/v1ContainerStatus.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ContainerStatus contains details for the current status of this container. +*/ +class V1ContainerStatus { + static getAttributeTypeMap() { + return V1ContainerStatus.attributeTypeMap; + } +} +V1ContainerStatus.discriminator = undefined; +V1ContainerStatus.attributeTypeMap = [ + { + "name": "containerID", + "baseName": "containerID", + "type": "string" + }, + { + "name": "image", + "baseName": "image", + "type": "string" + }, + { + "name": "imageID", + "baseName": "imageID", + "type": "string" + }, + { + "name": "lastState", + "baseName": "lastState", + "type": "V1ContainerState" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "ready", + "baseName": "ready", + "type": "boolean" + }, + { + "name": "restartCount", + "baseName": "restartCount", + "type": "number" + }, + { + "name": "state", + "baseName": "state", + "type": "V1ContainerState" + } +]; +exports.V1ContainerStatus = V1ContainerStatus; +//# sourceMappingURL=v1ContainerStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ContainerStatus.js.map b/dist/gen/model/v1ContainerStatus.js.map new file mode 100644 index 0000000000..9efed71145 --- /dev/null +++ b/dist/gen/model/v1ContainerStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ContainerStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1ContainerStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IAwE1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA9CM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AAtEf,8CA2EC"} \ No newline at end of file diff --git a/dist/gen/model/v1ControllerRevision.d.ts b/dist/gen/model/v1ControllerRevision.d.ts new file mode 100644 index 0000000000..0d76fac568 --- /dev/null +++ b/dist/gen/model/v1ControllerRevision.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { RuntimeRawExtension } from './runtimeRawExtension'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +*/ +export declare class V1ControllerRevision { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'data'?: RuntimeRawExtension; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Revision indicates the revision of the state represented by Data. + */ + 'revision': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ControllerRevision.js b/dist/gen/model/v1ControllerRevision.js new file mode 100644 index 0000000000..e01e24c43a --- /dev/null +++ b/dist/gen/model/v1ControllerRevision.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +*/ +class V1ControllerRevision { + static getAttributeTypeMap() { + return V1ControllerRevision.attributeTypeMap; + } +} +V1ControllerRevision.discriminator = undefined; +V1ControllerRevision.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "data", + "baseName": "data", + "type": "RuntimeRawExtension" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "revision", + "baseName": "revision", + "type": "number" + } +]; +exports.V1ControllerRevision = V1ControllerRevision; +//# sourceMappingURL=v1ControllerRevision.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ControllerRevision.js.map b/dist/gen/model/v1ControllerRevision.js.map new file mode 100644 index 0000000000..f088077744 --- /dev/null +++ b/dist/gen/model/v1ControllerRevision.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ControllerRevision.js","sourceRoot":"","sources":["../../../src/gen/model/v1ControllerRevision.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IA6C7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA/BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Cf,oDAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ControllerRevisionList.d.ts b/dist/gen/model/v1ControllerRevisionList.d.ts new file mode 100644 index 0000000000..525aa4573c --- /dev/null +++ b/dist/gen/model/v1ControllerRevisionList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ControllerRevision } from './v1ControllerRevision'; +import { V1ListMeta } from './v1ListMeta'; +/** +* ControllerRevisionList is a resource containing a list of ControllerRevision objects. +*/ +export declare class V1ControllerRevisionList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of ControllerRevisions + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ControllerRevisionList.js b/dist/gen/model/v1ControllerRevisionList.js new file mode 100644 index 0000000000..69b8340a39 --- /dev/null +++ b/dist/gen/model/v1ControllerRevisionList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ControllerRevisionList is a resource containing a list of ControllerRevision objects. +*/ +class V1ControllerRevisionList { + static getAttributeTypeMap() { + return V1ControllerRevisionList.attributeTypeMap; + } +} +V1ControllerRevisionList.discriminator = undefined; +V1ControllerRevisionList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ControllerRevisionList = V1ControllerRevisionList; +//# sourceMappingURL=v1ControllerRevisionList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ControllerRevisionList.js.map b/dist/gen/model/v1ControllerRevisionList.js.map new file mode 100644 index 0000000000..d0688f0fd6 --- /dev/null +++ b/dist/gen/model/v1ControllerRevisionList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ControllerRevisionList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ControllerRevisionList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1CrossVersionObjectReference.d.ts b/dist/gen/model/v1CrossVersionObjectReference.d.ts new file mode 100644 index 0000000000..762ad06413 --- /dev/null +++ b/dist/gen/model/v1CrossVersionObjectReference.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CrossVersionObjectReference contains enough information to let you identify the referred resource. +*/ +export declare class V1CrossVersionObjectReference { + /** + * API version of the referent + */ + 'apiVersion'?: string; + /** + * Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\" + */ + 'kind': string; + /** + * Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1CrossVersionObjectReference.js b/dist/gen/model/v1CrossVersionObjectReference.js new file mode 100644 index 0000000000..163e7f4cf6 --- /dev/null +++ b/dist/gen/model/v1CrossVersionObjectReference.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CrossVersionObjectReference contains enough information to let you identify the referred resource. +*/ +class V1CrossVersionObjectReference { + static getAttributeTypeMap() { + return V1CrossVersionObjectReference.attributeTypeMap; + } +} +V1CrossVersionObjectReference.discriminator = undefined; +V1CrossVersionObjectReference.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1CrossVersionObjectReference = V1CrossVersionObjectReference; +//# sourceMappingURL=v1CrossVersionObjectReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1CrossVersionObjectReference.js.map b/dist/gen/model/v1CrossVersionObjectReference.js.map new file mode 100644 index 0000000000..8fc00d9442 --- /dev/null +++ b/dist/gen/model/v1CrossVersionObjectReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1CrossVersionObjectReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1CrossVersionObjectReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,6BAA6B;IAiCtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AArBM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,sEAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1DaemonEndpoint.d.ts b/dist/gen/model/v1DaemonEndpoint.d.ts new file mode 100644 index 0000000000..3c335adb12 --- /dev/null +++ b/dist/gen/model/v1DaemonEndpoint.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DaemonEndpoint contains information about a single Daemon endpoint. +*/ +export declare class V1DaemonEndpoint { + /** + * Port number of the given endpoint. + */ + 'Port': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DaemonEndpoint.js b/dist/gen/model/v1DaemonEndpoint.js new file mode 100644 index 0000000000..534461ffd8 --- /dev/null +++ b/dist/gen/model/v1DaemonEndpoint.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonEndpoint contains information about a single Daemon endpoint. +*/ +class V1DaemonEndpoint { + static getAttributeTypeMap() { + return V1DaemonEndpoint.attributeTypeMap; + } +} +V1DaemonEndpoint.discriminator = undefined; +V1DaemonEndpoint.attributeTypeMap = [ + { + "name": "Port", + "baseName": "Port", + "type": "number" + } +]; +exports.V1DaemonEndpoint = V1DaemonEndpoint; +//# sourceMappingURL=v1DaemonEndpoint.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DaemonEndpoint.js.map b/dist/gen/model/v1DaemonEndpoint.js.map new file mode 100644 index 0000000000..92644df743 --- /dev/null +++ b/dist/gen/model/v1DaemonEndpoint.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DaemonEndpoint.js","sourceRoot":"","sources":["../../../src/gen/model/v1DaemonEndpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAezB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAXM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,4CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSet.d.ts b/dist/gen/model/v1DaemonSet.d.ts new file mode 100644 index 0000000000..76ca4ccec4 --- /dev/null +++ b/dist/gen/model/v1DaemonSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DaemonSetSpec } from './v1DaemonSetSpec'; +import { V1DaemonSetStatus } from './v1DaemonSetStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* DaemonSet represents the configuration of a daemon set. +*/ +export declare class V1DaemonSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1DaemonSetSpec; + 'status'?: V1DaemonSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DaemonSet.js b/dist/gen/model/v1DaemonSet.js new file mode 100644 index 0000000000..a9ebc000b9 --- /dev/null +++ b/dist/gen/model/v1DaemonSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSet represents the configuration of a daemon set. +*/ +class V1DaemonSet { + static getAttributeTypeMap() { + return V1DaemonSet.attributeTypeMap; + } +} +V1DaemonSet.discriminator = undefined; +V1DaemonSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1DaemonSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1DaemonSetStatus" + } +]; +exports.V1DaemonSet = V1DaemonSet; +//# sourceMappingURL=v1DaemonSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSet.js.map b/dist/gen/model/v1DaemonSet.js.map new file mode 100644 index 0000000000..94f1e1b972 --- /dev/null +++ b/dist/gen/model/v1DaemonSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DaemonSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1DaemonSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,WAAW;IA0CpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA/BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAxCf,kCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetCondition.d.ts b/dist/gen/model/v1DaemonSetCondition.d.ts new file mode 100644 index 0000000000..67cbf37354 --- /dev/null +++ b/dist/gen/model/v1DaemonSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DaemonSetCondition describes the state of a DaemonSet at a certain point. +*/ +export declare class V1DaemonSetCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of DaemonSet condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DaemonSetCondition.js b/dist/gen/model/v1DaemonSetCondition.js new file mode 100644 index 0000000000..d84458d146 --- /dev/null +++ b/dist/gen/model/v1DaemonSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetCondition describes the state of a DaemonSet at a certain point. +*/ +class V1DaemonSetCondition { + static getAttributeTypeMap() { + return V1DaemonSetCondition.attributeTypeMap; + } +} +V1DaemonSetCondition.discriminator = undefined; +V1DaemonSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1DaemonSetCondition = V1DaemonSetCondition; +//# sourceMappingURL=v1DaemonSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetCondition.js.map b/dist/gen/model/v1DaemonSetCondition.js.map new file mode 100644 index 0000000000..e902315fd1 --- /dev/null +++ b/dist/gen/model/v1DaemonSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DaemonSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1DaemonSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAmD7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA/BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,oDAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetList.d.ts b/dist/gen/model/v1DaemonSetList.d.ts new file mode 100644 index 0000000000..e5117010e6 --- /dev/null +++ b/dist/gen/model/v1DaemonSetList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DaemonSet } from './v1DaemonSet'; +import { V1ListMeta } from './v1ListMeta'; +/** +* DaemonSetList is a collection of daemon sets. +*/ +export declare class V1DaemonSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * A list of daemon sets. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DaemonSetList.js b/dist/gen/model/v1DaemonSetList.js new file mode 100644 index 0000000000..fa8ffc7ae4 --- /dev/null +++ b/dist/gen/model/v1DaemonSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetList is a collection of daemon sets. +*/ +class V1DaemonSetList { + static getAttributeTypeMap() { + return V1DaemonSetList.attributeTypeMap; + } +} +V1DaemonSetList.discriminator = undefined; +V1DaemonSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1DaemonSetList = V1DaemonSetList; +//# sourceMappingURL=v1DaemonSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetList.js.map b/dist/gen/model/v1DaemonSetList.js.map new file mode 100644 index 0000000000..3af2ccd734 --- /dev/null +++ b/dist/gen/model/v1DaemonSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DaemonSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1DaemonSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAuCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetSpec.d.ts b/dist/gen/model/v1DaemonSetSpec.d.ts new file mode 100644 index 0000000000..8a4d67b87b --- /dev/null +++ b/dist/gen/model/v1DaemonSetSpec.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DaemonSetUpdateStrategy } from './v1DaemonSetUpdateStrategy'; +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* DaemonSetSpec is the specification of a daemon set. +*/ +export declare class V1DaemonSetSpec { + /** + * The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). + */ + 'minReadySeconds'?: number; + /** + * The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + */ + 'revisionHistoryLimit'?: number; + 'selector': V1LabelSelector; + 'template': V1PodTemplateSpec; + 'updateStrategy'?: V1DaemonSetUpdateStrategy; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DaemonSetSpec.js b/dist/gen/model/v1DaemonSetSpec.js new file mode 100644 index 0000000000..c30f7883fc --- /dev/null +++ b/dist/gen/model/v1DaemonSetSpec.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetSpec is the specification of a daemon set. +*/ +class V1DaemonSetSpec { + static getAttributeTypeMap() { + return V1DaemonSetSpec.attributeTypeMap; + } +} +V1DaemonSetSpec.discriminator = undefined; +V1DaemonSetSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + }, + { + "name": "updateStrategy", + "baseName": "updateStrategy", + "type": "V1DaemonSetUpdateStrategy" + } +]; +exports.V1DaemonSetSpec = V1DaemonSetSpec; +//# sourceMappingURL=v1DaemonSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetSpec.js.map b/dist/gen/model/v1DaemonSetSpec.js.map new file mode 100644 index 0000000000..0cef85459f --- /dev/null +++ b/dist/gen/model/v1DaemonSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DaemonSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1DaemonSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,eAAe;IA0CxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA/BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC;AAxCf,0CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetStatus.d.ts b/dist/gen/model/v1DaemonSetStatus.d.ts new file mode 100644 index 0000000000..fa346b86f2 --- /dev/null +++ b/dist/gen/model/v1DaemonSetStatus.d.ts @@ -0,0 +1,68 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DaemonSetCondition } from './v1DaemonSetCondition'; +/** +* DaemonSetStatus represents the current status of a daemon set. +*/ +export declare class V1DaemonSetStatus { + /** + * Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a DaemonSet\'s current state. + */ + 'conditions'?: Array; + /** + * The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'currentNumberScheduled': number; + /** + * The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'desiredNumberScheduled': number; + /** + * The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) + */ + 'numberAvailable'?: number; + /** + * The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'numberMisscheduled': number; + /** + * The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready. + */ + 'numberReady': number; + /** + * The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) + */ + 'numberUnavailable'?: number; + /** + * The most recent generation observed by the daemon set controller. + */ + 'observedGeneration'?: number; + /** + * The total number of nodes that are running updated daemon pod + */ + 'updatedNumberScheduled'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DaemonSetStatus.js b/dist/gen/model/v1DaemonSetStatus.js new file mode 100644 index 0000000000..ad337ae1f7 --- /dev/null +++ b/dist/gen/model/v1DaemonSetStatus.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetStatus represents the current status of a daemon set. +*/ +class V1DaemonSetStatus { + static getAttributeTypeMap() { + return V1DaemonSetStatus.attributeTypeMap; + } +} +V1DaemonSetStatus.discriminator = undefined; +V1DaemonSetStatus.attributeTypeMap = [ + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentNumberScheduled", + "baseName": "currentNumberScheduled", + "type": "number" + }, + { + "name": "desiredNumberScheduled", + "baseName": "desiredNumberScheduled", + "type": "number" + }, + { + "name": "numberAvailable", + "baseName": "numberAvailable", + "type": "number" + }, + { + "name": "numberMisscheduled", + "baseName": "numberMisscheduled", + "type": "number" + }, + { + "name": "numberReady", + "baseName": "numberReady", + "type": "number" + }, + { + "name": "numberUnavailable", + "baseName": "numberUnavailable", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "updatedNumberScheduled", + "baseName": "updatedNumberScheduled", + "type": "number" + } +]; +exports.V1DaemonSetStatus = V1DaemonSetStatus; +//# sourceMappingURL=v1DaemonSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetStatus.js.map b/dist/gen/model/v1DaemonSetStatus.js.map new file mode 100644 index 0000000000..307e5dbc3c --- /dev/null +++ b/dist/gen/model/v1DaemonSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DaemonSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1DaemonSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IAgG1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAxDM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Ff,8CAmGC"} \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetUpdateStrategy.d.ts b/dist/gen/model/v1DaemonSetUpdateStrategy.d.ts new file mode 100644 index 0000000000..e1e13ef0bf --- /dev/null +++ b/dist/gen/model/v1DaemonSetUpdateStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1RollingUpdateDaemonSet } from './v1RollingUpdateDaemonSet'; +/** +* DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. +*/ +export declare class V1DaemonSetUpdateStrategy { + 'rollingUpdate'?: V1RollingUpdateDaemonSet; + /** + * Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DaemonSetUpdateStrategy.js b/dist/gen/model/v1DaemonSetUpdateStrategy.js new file mode 100644 index 0000000000..89f0f4be1e --- /dev/null +++ b/dist/gen/model/v1DaemonSetUpdateStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. +*/ +class V1DaemonSetUpdateStrategy { + static getAttributeTypeMap() { + return V1DaemonSetUpdateStrategy.attributeTypeMap; + } +} +V1DaemonSetUpdateStrategy.discriminator = undefined; +V1DaemonSetUpdateStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1RollingUpdateDaemonSet" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1DaemonSetUpdateStrategy = V1DaemonSetUpdateStrategy; +//# sourceMappingURL=v1DaemonSetUpdateStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DaemonSetUpdateStrategy.js.map b/dist/gen/model/v1DaemonSetUpdateStrategy.js.map new file mode 100644 index 0000000000..c33804f5ff --- /dev/null +++ b/dist/gen/model/v1DaemonSetUpdateStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DaemonSetUpdateStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1DaemonSetUpdateStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,yBAAyB;IAqBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,8DAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1DeleteOptions.d.ts b/dist/gen/model/v1DeleteOptions.d.ts new file mode 100644 index 0000000000..ee4ceaf6be --- /dev/null +++ b/dist/gen/model/v1DeleteOptions.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Preconditions } from './v1Preconditions'; +/** +* DeleteOptions may be provided when deleting an API object. +*/ +export declare class V1DeleteOptions { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + */ + 'dryRun'?: Array; + /** + * The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + */ + 'gracePeriodSeconds'?: number; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the \"orphan\" finalizer will be added to/removed from the object\'s finalizers list. Either this field or PropagationPolicy may be set, but not both. + */ + 'orphanDependents'?: boolean; + 'preconditions'?: V1Preconditions; + /** + * Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: \'Orphan\' - orphan the dependents; \'Background\' - allow the garbage collector to delete the dependents in the background; \'Foreground\' - a cascading policy that deletes all dependents in the foreground. + */ + 'propagationPolicy'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DeleteOptions.js b/dist/gen/model/v1DeleteOptions.js new file mode 100644 index 0000000000..6ff53ec32e --- /dev/null +++ b/dist/gen/model/v1DeleteOptions.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeleteOptions may be provided when deleting an API object. +*/ +class V1DeleteOptions { + static getAttributeTypeMap() { + return V1DeleteOptions.attributeTypeMap; + } +} +V1DeleteOptions.discriminator = undefined; +V1DeleteOptions.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "dryRun", + "baseName": "dryRun", + "type": "Array" + }, + { + "name": "gracePeriodSeconds", + "baseName": "gracePeriodSeconds", + "type": "number" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "orphanDependents", + "baseName": "orphanDependents", + "type": "boolean" + }, + { + "name": "preconditions", + "baseName": "preconditions", + "type": "V1Preconditions" + }, + { + "name": "propagationPolicy", + "baseName": "propagationPolicy", + "type": "string" + } +]; +exports.V1DeleteOptions = V1DeleteOptions; +//# sourceMappingURL=v1DeleteOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DeleteOptions.js.map b/dist/gen/model/v1DeleteOptions.js.map new file mode 100644 index 0000000000..7e016ed854 --- /dev/null +++ b/dist/gen/model/v1DeleteOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DeleteOptions.js","sourceRoot":"","sources":["../../../src/gen/model/v1DeleteOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,eAAe;IAkExB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAzCM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhEf,0CAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v1Deployment.d.ts b/dist/gen/model/v1Deployment.d.ts new file mode 100644 index 0000000000..bc1790d3e6 --- /dev/null +++ b/dist/gen/model/v1Deployment.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DeploymentSpec } from './v1DeploymentSpec'; +import { V1DeploymentStatus } from './v1DeploymentStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Deployment enables declarative updates for Pods and ReplicaSets. +*/ +export declare class V1Deployment { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1DeploymentSpec; + 'status'?: V1DeploymentStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Deployment.js b/dist/gen/model/v1Deployment.js new file mode 100644 index 0000000000..91055c7d59 --- /dev/null +++ b/dist/gen/model/v1Deployment.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Deployment enables declarative updates for Pods and ReplicaSets. +*/ +class V1Deployment { + static getAttributeTypeMap() { + return V1Deployment.attributeTypeMap; + } +} +V1Deployment.discriminator = undefined; +V1Deployment.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1DeploymentSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1DeploymentStatus" + } +]; +exports.V1Deployment = V1Deployment; +//# sourceMappingURL=v1Deployment.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Deployment.js.map b/dist/gen/model/v1Deployment.js.map new file mode 100644 index 0000000000..c3cad42197 --- /dev/null +++ b/dist/gen/model/v1Deployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Deployment.js","sourceRoot":"","sources":["../../../src/gen/model/v1Deployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,YAAY;IA0CrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA/BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;CAAK,CAAC;AAxCf,oCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentCondition.d.ts b/dist/gen/model/v1DeploymentCondition.d.ts new file mode 100644 index 0000000000..1f15eebdad --- /dev/null +++ b/dist/gen/model/v1DeploymentCondition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +export declare class V1DeploymentCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * The last time this condition was updated. + */ + 'lastUpdateTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of deployment condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DeploymentCondition.js b/dist/gen/model/v1DeploymentCondition.js new file mode 100644 index 0000000000..144a3e494b --- /dev/null +++ b/dist/gen/model/v1DeploymentCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +class V1DeploymentCondition { + static getAttributeTypeMap() { + return V1DeploymentCondition.attributeTypeMap; + } +} +V1DeploymentCondition.discriminator = undefined; +V1DeploymentCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "lastUpdateTime", + "baseName": "lastUpdateTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1DeploymentCondition = V1DeploymentCondition; +//# sourceMappingURL=v1DeploymentCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentCondition.js.map b/dist/gen/model/v1DeploymentCondition.js.map new file mode 100644 index 0000000000..b5a81eba37 --- /dev/null +++ b/dist/gen/model/v1DeploymentCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DeploymentCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1DeploymentCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IA4D9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AApCM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,sDA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentList.d.ts b/dist/gen/model/v1DeploymentList.d.ts new file mode 100644 index 0000000000..ab7e5acc2b --- /dev/null +++ b/dist/gen/model/v1DeploymentList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Deployment } from './v1Deployment'; +import { V1ListMeta } from './v1ListMeta'; +/** +* DeploymentList is a list of Deployments. +*/ +export declare class V1DeploymentList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of Deployments. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DeploymentList.js b/dist/gen/model/v1DeploymentList.js new file mode 100644 index 0000000000..6d1cccb179 --- /dev/null +++ b/dist/gen/model/v1DeploymentList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentList is a list of Deployments. +*/ +class V1DeploymentList { + static getAttributeTypeMap() { + return V1DeploymentList.attributeTypeMap; + } +} +V1DeploymentList.discriminator = undefined; +V1DeploymentList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1DeploymentList = V1DeploymentList; +//# sourceMappingURL=v1DeploymentList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentList.js.map b/dist/gen/model/v1DeploymentList.js.map new file mode 100644 index 0000000000..973b629f3f --- /dev/null +++ b/dist/gen/model/v1DeploymentList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DeploymentList.js","sourceRoot":"","sources":["../../../src/gen/model/v1DeploymentList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAuCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentSpec.d.ts b/dist/gen/model/v1DeploymentSpec.d.ts new file mode 100644 index 0000000000..3498a4d7cd --- /dev/null +++ b/dist/gen/model/v1DeploymentSpec.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DeploymentStrategy } from './v1DeploymentStrategy'; +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +export declare class V1DeploymentSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Indicates that the deployment is paused. + */ + 'paused'?: boolean; + /** + * The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. + */ + 'progressDeadlineSeconds'?: number; + /** + * Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. + */ + 'replicas'?: number; + /** + * The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + */ + 'revisionHistoryLimit'?: number; + 'selector': V1LabelSelector; + 'strategy'?: V1DeploymentStrategy; + 'template': V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DeploymentSpec.js b/dist/gen/model/v1DeploymentSpec.js new file mode 100644 index 0000000000..f2149ec531 --- /dev/null +++ b/dist/gen/model/v1DeploymentSpec.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +class V1DeploymentSpec { + static getAttributeTypeMap() { + return V1DeploymentSpec.attributeTypeMap; + } +} +V1DeploymentSpec.discriminator = undefined; +V1DeploymentSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "paused", + "baseName": "paused", + "type": "boolean" + }, + { + "name": "progressDeadlineSeconds", + "baseName": "progressDeadlineSeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "strategy", + "baseName": "strategy", + "type": "V1DeploymentStrategy" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.V1DeploymentSpec = V1DeploymentSpec; +//# sourceMappingURL=v1DeploymentSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentSpec.js.map b/dist/gen/model/v1DeploymentSpec.js.map new file mode 100644 index 0000000000..02c6823061 --- /dev/null +++ b/dist/gen/model/v1DeploymentSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DeploymentSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1DeploymentSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,gBAAgB;IAqEzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA9CM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAnEf,4CAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentStatus.d.ts b/dist/gen/model/v1DeploymentStatus.d.ts new file mode 100644 index 0000000000..913d8c3153 --- /dev/null +++ b/dist/gen/model/v1DeploymentStatus.d.ts @@ -0,0 +1,60 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DeploymentCondition } from './v1DeploymentCondition'; +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +export declare class V1DeploymentStatus { + /** + * Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. + */ + 'availableReplicas'?: number; + /** + * Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a deployment\'s current state. + */ + 'conditions'?: Array; + /** + * The generation observed by the deployment controller. + */ + 'observedGeneration'?: number; + /** + * Total number of ready pods targeted by this deployment. + */ + 'readyReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment (their labels match the selector). + */ + 'replicas'?: number; + /** + * Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. + */ + 'unavailableReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment that have the desired template spec. + */ + 'updatedReplicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DeploymentStatus.js b/dist/gen/model/v1DeploymentStatus.js new file mode 100644 index 0000000000..40f07de268 --- /dev/null +++ b/dist/gen/model/v1DeploymentStatus.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +class V1DeploymentStatus { + static getAttributeTypeMap() { + return V1DeploymentStatus.attributeTypeMap; + } +} +V1DeploymentStatus.discriminator = undefined; +V1DeploymentStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "unavailableReplicas", + "baseName": "unavailableReplicas", + "type": "number" + }, + { + "name": "updatedReplicas", + "baseName": "updatedReplicas", + "type": "number" + } +]; +exports.V1DeploymentStatus = V1DeploymentStatus; +//# sourceMappingURL=v1DeploymentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentStatus.js.map b/dist/gen/model/v1DeploymentStatus.js.map new file mode 100644 index 0000000000..d701344236 --- /dev/null +++ b/dist/gen/model/v1DeploymentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DeploymentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1DeploymentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IA8E3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA9CM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Ef,gDAiFC"} \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentStrategy.d.ts b/dist/gen/model/v1DeploymentStrategy.d.ts new file mode 100644 index 0000000000..8b8f1be0de --- /dev/null +++ b/dist/gen/model/v1DeploymentStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1RollingUpdateDeployment } from './v1RollingUpdateDeployment'; +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +export declare class V1DeploymentStrategy { + 'rollingUpdate'?: V1RollingUpdateDeployment; + /** + * Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DeploymentStrategy.js b/dist/gen/model/v1DeploymentStrategy.js new file mode 100644 index 0000000000..edced3e72c --- /dev/null +++ b/dist/gen/model/v1DeploymentStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +class V1DeploymentStrategy { + static getAttributeTypeMap() { + return V1DeploymentStrategy.attributeTypeMap; + } +} +V1DeploymentStrategy.discriminator = undefined; +V1DeploymentStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1RollingUpdateDeployment" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1DeploymentStrategy = V1DeploymentStrategy; +//# sourceMappingURL=v1DeploymentStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DeploymentStrategy.js.map b/dist/gen/model/v1DeploymentStrategy.js.map new file mode 100644 index 0000000000..603f6c8117 --- /dev/null +++ b/dist/gen/model/v1DeploymentStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DeploymentStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1DeploymentStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IAqB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAhBM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,oDAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1DownwardAPIProjection.d.ts b/dist/gen/model/v1DownwardAPIProjection.d.ts new file mode 100644 index 0000000000..d6d3d3f253 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIProjection.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DownwardAPIVolumeFile } from './v1DownwardAPIVolumeFile'; +/** +* Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode. +*/ +export declare class V1DownwardAPIProjection { + /** + * Items is a list of DownwardAPIVolume file + */ + 'items'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DownwardAPIProjection.js b/dist/gen/model/v1DownwardAPIProjection.js new file mode 100644 index 0000000000..c332623116 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIProjection.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode. +*/ +class V1DownwardAPIProjection { + static getAttributeTypeMap() { + return V1DownwardAPIProjection.attributeTypeMap; + } +} +V1DownwardAPIProjection.discriminator = undefined; +V1DownwardAPIProjection.attributeTypeMap = [ + { + "name": "items", + "baseName": "items", + "type": "Array" + } +]; +exports.V1DownwardAPIProjection = V1DownwardAPIProjection; +//# sourceMappingURL=v1DownwardAPIProjection.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DownwardAPIProjection.js.map b/dist/gen/model/v1DownwardAPIProjection.js.map new file mode 100644 index 0000000000..44c5a322a5 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIProjection.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DownwardAPIProjection.js","sourceRoot":"","sources":["../../../src/gen/model/v1DownwardAPIProjection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IAehC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAXM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAbf,0DAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1DownwardAPIVolumeFile.d.ts b/dist/gen/model/v1DownwardAPIVolumeFile.d.ts new file mode 100644 index 0000000000..4d8d800919 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIVolumeFile.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectFieldSelector } from './v1ObjectFieldSelector'; +import { V1ResourceFieldSelector } from './v1ResourceFieldSelector'; +/** +* DownwardAPIVolumeFile represents information to create the file containing the pod field +*/ +export declare class V1DownwardAPIVolumeFile { + 'fieldRef'?: V1ObjectFieldSelector; + /** + * Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + */ + 'mode'?: number; + /** + * Required: Path is the relative path name of the file to be created. Must not be absolute or contain the \'..\' path. Must be utf-8 encoded. The first item of the relative path must not start with \'..\' + */ + 'path': string; + 'resourceFieldRef'?: V1ResourceFieldSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DownwardAPIVolumeFile.js b/dist/gen/model/v1DownwardAPIVolumeFile.js new file mode 100644 index 0000000000..9e6549d041 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIVolumeFile.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DownwardAPIVolumeFile represents information to create the file containing the pod field +*/ +class V1DownwardAPIVolumeFile { + static getAttributeTypeMap() { + return V1DownwardAPIVolumeFile.attributeTypeMap; + } +} +V1DownwardAPIVolumeFile.discriminator = undefined; +V1DownwardAPIVolumeFile.attributeTypeMap = [ + { + "name": "fieldRef", + "baseName": "fieldRef", + "type": "V1ObjectFieldSelector" + }, + { + "name": "mode", + "baseName": "mode", + "type": "number" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "resourceFieldRef", + "baseName": "resourceFieldRef", + "type": "V1ResourceFieldSelector" + } +]; +exports.V1DownwardAPIVolumeFile = V1DownwardAPIVolumeFile; +//# sourceMappingURL=v1DownwardAPIVolumeFile.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DownwardAPIVolumeFile.js.map b/dist/gen/model/v1DownwardAPIVolumeFile.js.map new file mode 100644 index 0000000000..3c4c87cb5b --- /dev/null +++ b/dist/gen/model/v1DownwardAPIVolumeFile.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DownwardAPIVolumeFile.js","sourceRoot":"","sources":["../../../src/gen/model/v1DownwardAPIVolumeFile.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAoChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA1BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAlCf,0DAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1DownwardAPIVolumeSource.d.ts b/dist/gen/model/v1DownwardAPIVolumeSource.d.ts new file mode 100644 index 0000000000..4abb2d25a1 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIVolumeSource.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DownwardAPIVolumeFile } from './v1DownwardAPIVolumeFile'; +/** +* DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. +*/ +export declare class V1DownwardAPIVolumeSource { + /** + * Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + */ + 'defaultMode'?: number; + /** + * Items is a list of downward API volume file + */ + 'items'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1DownwardAPIVolumeSource.js b/dist/gen/model/v1DownwardAPIVolumeSource.js new file mode 100644 index 0000000000..0a3b436b40 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. +*/ +class V1DownwardAPIVolumeSource { + static getAttributeTypeMap() { + return V1DownwardAPIVolumeSource.attributeTypeMap; + } +} +V1DownwardAPIVolumeSource.discriminator = undefined; +V1DownwardAPIVolumeSource.attributeTypeMap = [ + { + "name": "defaultMode", + "baseName": "defaultMode", + "type": "number" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + } +]; +exports.V1DownwardAPIVolumeSource = V1DownwardAPIVolumeSource; +//# sourceMappingURL=v1DownwardAPIVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1DownwardAPIVolumeSource.js.map b/dist/gen/model/v1DownwardAPIVolumeSource.js.map new file mode 100644 index 0000000000..76001b9e15 --- /dev/null +++ b/dist/gen/model/v1DownwardAPIVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1DownwardAPIVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1DownwardAPIVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,yBAAyB;IAwBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAtBf,8DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1EmptyDirVolumeSource.d.ts b/dist/gen/model/v1EmptyDirVolumeSource.d.ts new file mode 100644 index 0000000000..52456e3cb5 --- /dev/null +++ b/dist/gen/model/v1EmptyDirVolumeSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. +*/ +export declare class V1EmptyDirVolumeSource { + /** + * What type of storage medium should back this directory. The default is \"\" which means to use the node\'s default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + */ + 'medium'?: string; + /** + * Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir + */ + 'sizeLimit'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EmptyDirVolumeSource.js b/dist/gen/model/v1EmptyDirVolumeSource.js new file mode 100644 index 0000000000..be6f0266ad --- /dev/null +++ b/dist/gen/model/v1EmptyDirVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. +*/ +class V1EmptyDirVolumeSource { + static getAttributeTypeMap() { + return V1EmptyDirVolumeSource.attributeTypeMap; + } +} +V1EmptyDirVolumeSource.discriminator = undefined; +V1EmptyDirVolumeSource.attributeTypeMap = [ + { + "name": "medium", + "baseName": "medium", + "type": "string" + }, + { + "name": "sizeLimit", + "baseName": "sizeLimit", + "type": "string" + } +]; +exports.V1EmptyDirVolumeSource = V1EmptyDirVolumeSource; +//# sourceMappingURL=v1EmptyDirVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EmptyDirVolumeSource.js.map b/dist/gen/model/v1EmptyDirVolumeSource.js.map new file mode 100644 index 0000000000..0973f47890 --- /dev/null +++ b/dist/gen/model/v1EmptyDirVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EmptyDirVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1EmptyDirVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAwB/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1EndpointAddress.d.ts b/dist/gen/model/v1EndpointAddress.d.ts new file mode 100644 index 0000000000..a52c5cb13c --- /dev/null +++ b/dist/gen/model/v1EndpointAddress.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectReference } from './v1ObjectReference'; +/** +* EndpointAddress is a tuple that describes single IP address. +*/ +export declare class V1EndpointAddress { + /** + * The Hostname of this endpoint + */ + 'hostname'?: string; + /** + * The IP of this endpoint. May not be loopback (127.0.0.0/8), link-local (169.254.0.0/16), or link-local multicast ((224.0.0.0/24). IPv6 is also accepted but not fully supported on all platforms. Also, certain kubernetes components, like kube-proxy, are not IPv6 ready. + */ + 'ip': string; + /** + * Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node. + */ + 'nodeName'?: string; + 'targetRef'?: V1ObjectReference; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EndpointAddress.js b/dist/gen/model/v1EndpointAddress.js new file mode 100644 index 0000000000..7e68ae6628 --- /dev/null +++ b/dist/gen/model/v1EndpointAddress.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EndpointAddress is a tuple that describes single IP address. +*/ +class V1EndpointAddress { + static getAttributeTypeMap() { + return V1EndpointAddress.attributeTypeMap; + } +} +V1EndpointAddress.discriminator = undefined; +V1EndpointAddress.attributeTypeMap = [ + { + "name": "hostname", + "baseName": "hostname", + "type": "string" + }, + { + "name": "ip", + "baseName": "ip", + "type": "string" + }, + { + "name": "nodeName", + "baseName": "nodeName", + "type": "string" + }, + { + "name": "targetRef", + "baseName": "targetRef", + "type": "V1ObjectReference" + } +]; +exports.V1EndpointAddress = V1EndpointAddress; +//# sourceMappingURL=v1EndpointAddress.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EndpointAddress.js.map b/dist/gen/model/v1EndpointAddress.js.map new file mode 100644 index 0000000000..a4b44d2ff9 --- /dev/null +++ b/dist/gen/model/v1EndpointAddress.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EndpointAddress.js","sourceRoot":"","sources":["../../../src/gen/model/v1EndpointAddress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IAuC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AArCf,8CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1EndpointPort.d.ts b/dist/gen/model/v1EndpointPort.d.ts new file mode 100644 index 0000000000..f4364ac2e8 --- /dev/null +++ b/dist/gen/model/v1EndpointPort.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* EndpointPort is a tuple that describes a single port. +*/ +export declare class V1EndpointPort { + /** + * The name of this port (corresponds to ServicePort.Name). Must be a DNS_LABEL. Optional only if one port is defined. + */ + 'name'?: string; + /** + * The port number of the endpoint. + */ + 'port': number; + /** + * The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. + */ + 'protocol'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EndpointPort.js b/dist/gen/model/v1EndpointPort.js new file mode 100644 index 0000000000..743f6f486d --- /dev/null +++ b/dist/gen/model/v1EndpointPort.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EndpointPort is a tuple that describes a single port. +*/ +class V1EndpointPort { + static getAttributeTypeMap() { + return V1EndpointPort.attributeTypeMap; + } +} +V1EndpointPort.discriminator = undefined; +V1EndpointPort.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "number" + }, + { + "name": "protocol", + "baseName": "protocol", + "type": "string" + } +]; +exports.V1EndpointPort = V1EndpointPort; +//# sourceMappingURL=v1EndpointPort.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EndpointPort.js.map b/dist/gen/model/v1EndpointPort.js.map new file mode 100644 index 0000000000..3f8731902c --- /dev/null +++ b/dist/gen/model/v1EndpointPort.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EndpointPort.js","sourceRoot":"","sources":["../../../src/gen/model/v1EndpointPort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IAiCvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AArBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,wCAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1EndpointSubset.d.ts b/dist/gen/model/v1EndpointSubset.d.ts new file mode 100644 index 0000000000..3ac042172e --- /dev/null +++ b/dist/gen/model/v1EndpointSubset.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1EndpointAddress } from './v1EndpointAddress'; +import { V1EndpointPort } from './v1EndpointPort'; +/** +* EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}], Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ] +*/ +export declare class V1EndpointSubset { + /** + * IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize. + */ + 'addresses'?: Array; + /** + * IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check. + */ + 'notReadyAddresses'?: Array; + /** + * Port numbers available on the related IP addresses. + */ + 'ports'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EndpointSubset.js b/dist/gen/model/v1EndpointSubset.js new file mode 100644 index 0000000000..d5e90402ea --- /dev/null +++ b/dist/gen/model/v1EndpointSubset.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: { Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}], Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}] } The resulting set of endpoints can be viewed as: a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], b: [ 10.10.1.1:309, 10.10.2.2:309 ] +*/ +class V1EndpointSubset { + static getAttributeTypeMap() { + return V1EndpointSubset.attributeTypeMap; + } +} +V1EndpointSubset.discriminator = undefined; +V1EndpointSubset.attributeTypeMap = [ + { + "name": "addresses", + "baseName": "addresses", + "type": "Array" + }, + { + "name": "notReadyAddresses", + "baseName": "notReadyAddresses", + "type": "Array" + }, + { + "name": "ports", + "baseName": "ports", + "type": "Array" + } +]; +exports.V1EndpointSubset = V1EndpointSubset; +//# sourceMappingURL=v1EndpointSubset.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EndpointSubset.js.map b/dist/gen/model/v1EndpointSubset.js.map new file mode 100644 index 0000000000..8397b3f176 --- /dev/null +++ b/dist/gen/model/v1EndpointSubset.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EndpointSubset.js","sourceRoot":"","sources":["../../../src/gen/model/v1EndpointSubset.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAiCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AArBM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AA/Bf,4CAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1Endpoints.d.ts b/dist/gen/model/v1Endpoints.d.ts new file mode 100644 index 0000000000..ef9a83d672 --- /dev/null +++ b/dist/gen/model/v1Endpoints.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1EndpointSubset } from './v1EndpointSubset'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Endpoints is a collection of endpoints that implement the actual service. Example: Name: \"mysvc\", Subsets: [ { Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}], Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}] }, { Addresses: [{\"ip\": \"10.10.3.3\"}], Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}] }, ] +*/ +export declare class V1Endpoints { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. + */ + 'subsets'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Endpoints.js b/dist/gen/model/v1Endpoints.js new file mode 100644 index 0000000000..df2d46246f --- /dev/null +++ b/dist/gen/model/v1Endpoints.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Endpoints is a collection of endpoints that implement the actual service. Example: Name: \"mysvc\", Subsets: [ { Addresses: [{\"ip\": \"10.10.1.1\"}, {\"ip\": \"10.10.2.2\"}], Ports: [{\"name\": \"a\", \"port\": 8675}, {\"name\": \"b\", \"port\": 309}] }, { Addresses: [{\"ip\": \"10.10.3.3\"}], Ports: [{\"name\": \"a\", \"port\": 93}, {\"name\": \"b\", \"port\": 76}] }, ] +*/ +class V1Endpoints { + static getAttributeTypeMap() { + return V1Endpoints.attributeTypeMap; + } +} +V1Endpoints.discriminator = undefined; +V1Endpoints.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "subsets", + "baseName": "subsets", + "type": "Array" + } +]; +exports.V1Endpoints = V1Endpoints; +//# sourceMappingURL=v1Endpoints.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Endpoints.js.map b/dist/gen/model/v1Endpoints.js.map new file mode 100644 index 0000000000..cf2d8b3c8a --- /dev/null +++ b/dist/gen/model/v1Endpoints.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Endpoints.js","sourceRoot":"","sources":["../../../src/gen/model/v1Endpoints.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,WAAW;IAuCpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA1BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AArCf,kCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1EndpointsList.d.ts b/dist/gen/model/v1EndpointsList.d.ts new file mode 100644 index 0000000000..cc48324dc6 --- /dev/null +++ b/dist/gen/model/v1EndpointsList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Endpoints } from './v1Endpoints'; +import { V1ListMeta } from './v1ListMeta'; +/** +* EndpointsList is a list of endpoints. +*/ +export declare class V1EndpointsList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of endpoints. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EndpointsList.js b/dist/gen/model/v1EndpointsList.js new file mode 100644 index 0000000000..a03d1589ef --- /dev/null +++ b/dist/gen/model/v1EndpointsList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EndpointsList is a list of endpoints. +*/ +class V1EndpointsList { + static getAttributeTypeMap() { + return V1EndpointsList.attributeTypeMap; + } +} +V1EndpointsList.discriminator = undefined; +V1EndpointsList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1EndpointsList = V1EndpointsList; +//# sourceMappingURL=v1EndpointsList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EndpointsList.js.map b/dist/gen/model/v1EndpointsList.js.map new file mode 100644 index 0000000000..c579d90465 --- /dev/null +++ b/dist/gen/model/v1EndpointsList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EndpointsList.js","sourceRoot":"","sources":["../../../src/gen/model/v1EndpointsList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAuCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1EnvFromSource.d.ts b/dist/gen/model/v1EnvFromSource.d.ts new file mode 100644 index 0000000000..81a5dc3ff7 --- /dev/null +++ b/dist/gen/model/v1EnvFromSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ConfigMapEnvSource } from './v1ConfigMapEnvSource'; +import { V1SecretEnvSource } from './v1SecretEnvSource'; +/** +* EnvFromSource represents the source of a set of ConfigMaps +*/ +export declare class V1EnvFromSource { + 'configMapRef'?: V1ConfigMapEnvSource; + /** + * An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. + */ + 'prefix'?: string; + 'secretRef'?: V1SecretEnvSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EnvFromSource.js b/dist/gen/model/v1EnvFromSource.js new file mode 100644 index 0000000000..53b2bbc040 --- /dev/null +++ b/dist/gen/model/v1EnvFromSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EnvFromSource represents the source of a set of ConfigMaps +*/ +class V1EnvFromSource { + static getAttributeTypeMap() { + return V1EnvFromSource.attributeTypeMap; + } +} +V1EnvFromSource.discriminator = undefined; +V1EnvFromSource.attributeTypeMap = [ + { + "name": "configMapRef", + "baseName": "configMapRef", + "type": "V1ConfigMapEnvSource" + }, + { + "name": "prefix", + "baseName": "prefix", + "type": "string" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1SecretEnvSource" + } +]; +exports.V1EnvFromSource = V1EnvFromSource; +//# sourceMappingURL=v1EnvFromSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EnvFromSource.js.map b/dist/gen/model/v1EnvFromSource.js.map new file mode 100644 index 0000000000..bcc27770be --- /dev/null +++ b/dist/gen/model/v1EnvFromSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EnvFromSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1EnvFromSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IA2BxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AArBM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAzBf,0CA8BC"} \ No newline at end of file diff --git a/dist/gen/model/v1EnvVar.d.ts b/dist/gen/model/v1EnvVar.d.ts new file mode 100644 index 0000000000..4755d50da7 --- /dev/null +++ b/dist/gen/model/v1EnvVar.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1EnvVarSource } from './v1EnvVarSource'; +/** +* EnvVar represents an environment variable present in a Container. +*/ +export declare class V1EnvVar { + /** + * Name of the environment variable. Must be a C_IDENTIFIER. + */ + 'name': string; + /** + * Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to \"\". + */ + 'value'?: string; + 'valueFrom'?: V1EnvVarSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EnvVar.js b/dist/gen/model/v1EnvVar.js new file mode 100644 index 0000000000..7f1828b458 --- /dev/null +++ b/dist/gen/model/v1EnvVar.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EnvVar represents an environment variable present in a Container. +*/ +class V1EnvVar { + static getAttributeTypeMap() { + return V1EnvVar.attributeTypeMap; + } +} +V1EnvVar.discriminator = undefined; +V1EnvVar.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + }, + { + "name": "valueFrom", + "baseName": "valueFrom", + "type": "V1EnvVarSource" + } +]; +exports.V1EnvVar = V1EnvVar; +//# sourceMappingURL=v1EnvVar.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EnvVar.js.map b/dist/gen/model/v1EnvVar.js.map new file mode 100644 index 0000000000..f4b13d2753 --- /dev/null +++ b/dist/gen/model/v1EnvVar.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EnvVar.js","sourceRoot":"","sources":["../../../src/gen/model/v1EnvVar.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,QAAQ;IA8BjB,MAAM,CAAC,mBAAmB;QACtB,OAAO,QAAQ,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AArBM,sBAAa,GAAuB,SAAS,CAAC;AAE9C,yBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,gBAAgB;KAC3B;CAAK,CAAC;AA5Bf,4BAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1EnvVarSource.d.ts b/dist/gen/model/v1EnvVarSource.d.ts new file mode 100644 index 0000000000..0afb2950de --- /dev/null +++ b/dist/gen/model/v1EnvVarSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ConfigMapKeySelector } from './v1ConfigMapKeySelector'; +import { V1ObjectFieldSelector } from './v1ObjectFieldSelector'; +import { V1ResourceFieldSelector } from './v1ResourceFieldSelector'; +import { V1SecretKeySelector } from './v1SecretKeySelector'; +/** +* EnvVarSource represents a source for the value of an EnvVar. +*/ +export declare class V1EnvVarSource { + 'configMapKeyRef'?: V1ConfigMapKeySelector; + 'fieldRef'?: V1ObjectFieldSelector; + 'resourceFieldRef'?: V1ResourceFieldSelector; + 'secretKeyRef'?: V1SecretKeySelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EnvVarSource.js b/dist/gen/model/v1EnvVarSource.js new file mode 100644 index 0000000000..8a029aef22 --- /dev/null +++ b/dist/gen/model/v1EnvVarSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EnvVarSource represents a source for the value of an EnvVar. +*/ +class V1EnvVarSource { + static getAttributeTypeMap() { + return V1EnvVarSource.attributeTypeMap; + } +} +V1EnvVarSource.discriminator = undefined; +V1EnvVarSource.attributeTypeMap = [ + { + "name": "configMapKeyRef", + "baseName": "configMapKeyRef", + "type": "V1ConfigMapKeySelector" + }, + { + "name": "fieldRef", + "baseName": "fieldRef", + "type": "V1ObjectFieldSelector" + }, + { + "name": "resourceFieldRef", + "baseName": "resourceFieldRef", + "type": "V1ResourceFieldSelector" + }, + { + "name": "secretKeyRef", + "baseName": "secretKeyRef", + "type": "V1SecretKeySelector" + } +]; +exports.V1EnvVarSource = V1EnvVarSource; +//# sourceMappingURL=v1EnvVarSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EnvVarSource.js.map b/dist/gen/model/v1EnvVarSource.js.map new file mode 100644 index 0000000000..15a4f9895c --- /dev/null +++ b/dist/gen/model/v1EnvVarSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EnvVarSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1EnvVarSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,cAAc;IA8BvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AA1BM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AA5Bf,wCAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1Event.d.ts b/dist/gen/model/v1Event.d.ts new file mode 100644 index 0000000000..53ad8bbf09 --- /dev/null +++ b/dist/gen/model/v1Event.d.ts @@ -0,0 +1,84 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1EventSeries } from './v1EventSeries'; +import { V1EventSource } from './v1EventSource'; +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ObjectReference } from './v1ObjectReference'; +/** +* Event is a report of an event somewhere in the cluster. +*/ +export declare class V1Event { + /** + * What action was taken/failed regarding to the Regarding object. + */ + 'action'?: string; + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * The number of times this event has occurred. + */ + 'count'?: number; + /** + * Time when this Event was first observed. + */ + 'eventTime'?: Date; + /** + * The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) + */ + 'firstTimestamp'?: Date; + 'involvedObject': V1ObjectReference; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * The time at which the most recent occurrence of this event was recorded. + */ + 'lastTimestamp'?: Date; + /** + * A human-readable description of the status of this operation. + */ + 'message'?: string; + 'metadata': V1ObjectMeta; + /** + * This should be a short, machine understandable string that gives the reason for the transition into the object\'s current status. + */ + 'reason'?: string; + 'related'?: V1ObjectReference; + /** + * Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. + */ + 'reportingComponent'?: string; + /** + * ID of the controller instance, e.g. `kubelet-xyzf`. + */ + 'reportingInstance'?: string; + 'series'?: V1EventSeries; + 'source'?: V1EventSource; + /** + * Type of this event (Normal, Warning), new types could be added in the future + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Event.js b/dist/gen/model/v1Event.js new file mode 100644 index 0000000000..d2177561e3 --- /dev/null +++ b/dist/gen/model/v1Event.js @@ -0,0 +1,111 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Event is a report of an event somewhere in the cluster. +*/ +class V1Event { + static getAttributeTypeMap() { + return V1Event.attributeTypeMap; + } +} +V1Event.discriminator = undefined; +V1Event.attributeTypeMap = [ + { + "name": "action", + "baseName": "action", + "type": "string" + }, + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "count", + "baseName": "count", + "type": "number" + }, + { + "name": "eventTime", + "baseName": "eventTime", + "type": "Date" + }, + { + "name": "firstTimestamp", + "baseName": "firstTimestamp", + "type": "Date" + }, + { + "name": "involvedObject", + "baseName": "involvedObject", + "type": "V1ObjectReference" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "lastTimestamp", + "baseName": "lastTimestamp", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "related", + "baseName": "related", + "type": "V1ObjectReference" + }, + { + "name": "reportingComponent", + "baseName": "reportingComponent", + "type": "string" + }, + { + "name": "reportingInstance", + "baseName": "reportingInstance", + "type": "string" + }, + { + "name": "series", + "baseName": "series", + "type": "V1EventSeries" + }, + { + "name": "source", + "baseName": "source", + "type": "V1EventSource" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1Event = V1Event; +//# sourceMappingURL=v1Event.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Event.js.map b/dist/gen/model/v1Event.js.map new file mode 100644 index 0000000000..a46517539d --- /dev/null +++ b/dist/gen/model/v1Event.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Event.js","sourceRoot":"","sources":["../../../src/gen/model/v1Event.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,OAAO;IAgJhB,MAAM,CAAC,mBAAmB;QACtB,OAAO,OAAO,CAAC,gBAAgB,CAAC;IACpC,CAAC;;AA3FM,qBAAa,GAAuB,SAAS,CAAC;AAE9C,wBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9If,0BAmJC"} \ No newline at end of file diff --git a/dist/gen/model/v1EventList.d.ts b/dist/gen/model/v1EventList.d.ts new file mode 100644 index 0000000000..4bfbbb345a --- /dev/null +++ b/dist/gen/model/v1EventList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Event } from './v1Event'; +import { V1ListMeta } from './v1ListMeta'; +/** +* EventList is a list of events. +*/ +export declare class V1EventList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of events + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EventList.js b/dist/gen/model/v1EventList.js new file mode 100644 index 0000000000..83d8f8b1f7 --- /dev/null +++ b/dist/gen/model/v1EventList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EventList is a list of events. +*/ +class V1EventList { + static getAttributeTypeMap() { + return V1EventList.attributeTypeMap; + } +} +V1EventList.discriminator = undefined; +V1EventList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1EventList = V1EventList; +//# sourceMappingURL=v1EventList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EventList.js.map b/dist/gen/model/v1EventList.js.map new file mode 100644 index 0000000000..0ec5a4887f --- /dev/null +++ b/dist/gen/model/v1EventList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EventList.js","sourceRoot":"","sources":["../../../src/gen/model/v1EventList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,WAAW;IAuCpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA1BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1EventSeries.d.ts b/dist/gen/model/v1EventSeries.d.ts new file mode 100644 index 0000000000..e16089fb1e --- /dev/null +++ b/dist/gen/model/v1EventSeries.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. +*/ +export declare class V1EventSeries { + /** + * Number of occurrences in this series up to the last heartbeat time + */ + 'count'?: number; + /** + * Time of the last occurrence observed + */ + 'lastObservedTime'?: Date; + /** + * State of this Series: Ongoing or Finished Deprecated. Planned removal for 1.18 + */ + 'state'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EventSeries.js b/dist/gen/model/v1EventSeries.js new file mode 100644 index 0000000000..1dd1e9ccd4 --- /dev/null +++ b/dist/gen/model/v1EventSeries.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. +*/ +class V1EventSeries { + static getAttributeTypeMap() { + return V1EventSeries.attributeTypeMap; + } +} +V1EventSeries.discriminator = undefined; +V1EventSeries.attributeTypeMap = [ + { + "name": "count", + "baseName": "count", + "type": "number" + }, + { + "name": "lastObservedTime", + "baseName": "lastObservedTime", + "type": "Date" + }, + { + "name": "state", + "baseName": "state", + "type": "string" + } +]; +exports.V1EventSeries = V1EventSeries; +//# sourceMappingURL=v1EventSeries.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EventSeries.js.map b/dist/gen/model/v1EventSeries.js.map new file mode 100644 index 0000000000..ed4e7672a2 --- /dev/null +++ b/dist/gen/model/v1EventSeries.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EventSeries.js","sourceRoot":"","sources":["../../../src/gen/model/v1EventSeries.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAiCtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AArBM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,sCAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1EventSource.d.ts b/dist/gen/model/v1EventSource.d.ts new file mode 100644 index 0000000000..eea3d99126 --- /dev/null +++ b/dist/gen/model/v1EventSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* EventSource contains information for an event. +*/ +export declare class V1EventSource { + /** + * Component from which the event is generated. + */ + 'component'?: string; + /** + * Node name on which the event is generated. + */ + 'host'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1EventSource.js b/dist/gen/model/v1EventSource.js new file mode 100644 index 0000000000..0d54f73617 --- /dev/null +++ b/dist/gen/model/v1EventSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EventSource contains information for an event. +*/ +class V1EventSource { + static getAttributeTypeMap() { + return V1EventSource.attributeTypeMap; + } +} +V1EventSource.discriminator = undefined; +V1EventSource.attributeTypeMap = [ + { + "name": "component", + "baseName": "component", + "type": "string" + }, + { + "name": "host", + "baseName": "host", + "type": "string" + } +]; +exports.V1EventSource = V1EventSource; +//# sourceMappingURL=v1EventSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1EventSource.js.map b/dist/gen/model/v1EventSource.js.map new file mode 100644 index 0000000000..84056c014e --- /dev/null +++ b/dist/gen/model/v1EventSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1EventSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1EventSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAwBtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAhBM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ExecAction.d.ts b/dist/gen/model/v1ExecAction.d.ts new file mode 100644 index 0000000000..0953938087 --- /dev/null +++ b/dist/gen/model/v1ExecAction.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ExecAction describes a \"run in container\" action. +*/ +export declare class V1ExecAction { + /** + * Command is the command line to execute inside the container, the working directory for the command is root (\'/\') in the container\'s filesystem. The command is simply exec\'d, it is not run inside a shell, so traditional shell instructions (\'|\', etc) won\'t work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + */ + 'command'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ExecAction.js b/dist/gen/model/v1ExecAction.js new file mode 100644 index 0000000000..79797f683b --- /dev/null +++ b/dist/gen/model/v1ExecAction.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ExecAction describes a \"run in container\" action. +*/ +class V1ExecAction { + static getAttributeTypeMap() { + return V1ExecAction.attributeTypeMap; + } +} +V1ExecAction.discriminator = undefined; +V1ExecAction.attributeTypeMap = [ + { + "name": "command", + "baseName": "command", + "type": "Array" + } +]; +exports.V1ExecAction = V1ExecAction; +//# sourceMappingURL=v1ExecAction.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ExecAction.js.map b/dist/gen/model/v1ExecAction.js.map new file mode 100644 index 0000000000..58742bed69 --- /dev/null +++ b/dist/gen/model/v1ExecAction.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ExecAction.js","sourceRoot":"","sources":["../../../src/gen/model/v1ExecAction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,YAAY;IAerB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AAXM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAbf,oCAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1FCVolumeSource.d.ts b/dist/gen/model/v1FCVolumeSource.d.ts new file mode 100644 index 0000000000..85e7faa94f --- /dev/null +++ b/dist/gen/model/v1FCVolumeSource.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. +*/ +export declare class V1FCVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. + */ + 'fsType'?: string; + /** + * Optional: FC target lun number + */ + 'lun'?: number; + /** + * Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + /** + * Optional: FC target worldwide names (WWNs) + */ + 'targetWWNs'?: Array; + /** + * Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. + */ + 'wwids'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1FCVolumeSource.js b/dist/gen/model/v1FCVolumeSource.js new file mode 100644 index 0000000000..f74f2ac0df --- /dev/null +++ b/dist/gen/model/v1FCVolumeSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. +*/ +class V1FCVolumeSource { + static getAttributeTypeMap() { + return V1FCVolumeSource.attributeTypeMap; + } +} +V1FCVolumeSource.discriminator = undefined; +V1FCVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "lun", + "baseName": "lun", + "type": "number" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "targetWWNs", + "baseName": "targetWWNs", + "type": "Array" + }, + { + "name": "wwids", + "baseName": "wwids", + "type": "Array" + } +]; +exports.V1FCVolumeSource = V1FCVolumeSource; +//# sourceMappingURL=v1FCVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1FCVolumeSource.js.map b/dist/gen/model/v1FCVolumeSource.js.map new file mode 100644 index 0000000000..47b1ce9721 --- /dev/null +++ b/dist/gen/model/v1FCVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1FCVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1FCVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAmDzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA/BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAjDf,4CAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1FlexPersistentVolumeSource.d.ts b/dist/gen/model/v1FlexPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..ecab42dd85 --- /dev/null +++ b/dist/gen/model/v1FlexPersistentVolumeSource.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SecretReference } from './v1SecretReference'; +/** +* FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin. +*/ +export declare class V1FlexPersistentVolumeSource { + /** + * Driver is the name of the driver to use for this volume. + */ + 'driver': string; + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script. + */ + 'fsType'?: string; + /** + * Optional: Extra command options if any. + */ + 'options'?: { + [key: string]: string; + }; + /** + * Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + 'secretRef'?: V1SecretReference; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1FlexPersistentVolumeSource.js b/dist/gen/model/v1FlexPersistentVolumeSource.js new file mode 100644 index 0000000000..ff2f39acbb --- /dev/null +++ b/dist/gen/model/v1FlexPersistentVolumeSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin. +*/ +class V1FlexPersistentVolumeSource { + static getAttributeTypeMap() { + return V1FlexPersistentVolumeSource.attributeTypeMap; + } +} +V1FlexPersistentVolumeSource.discriminator = undefined; +V1FlexPersistentVolumeSource.attributeTypeMap = [ + { + "name": "driver", + "baseName": "driver", + "type": "string" + }, + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "options", + "baseName": "options", + "type": "{ [key: string]: string; }" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1SecretReference" + } +]; +exports.V1FlexPersistentVolumeSource = V1FlexPersistentVolumeSource; +//# sourceMappingURL=v1FlexPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1FlexPersistentVolumeSource.js.map b/dist/gen/model/v1FlexPersistentVolumeSource.js.map new file mode 100644 index 0000000000..4e3e5e5c81 --- /dev/null +++ b/dist/gen/model/v1FlexPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1FlexPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1FlexPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,4BAA4B;IAgDrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AA/BM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AA9Cf,oEAmDC"} \ No newline at end of file diff --git a/dist/gen/model/v1FlexVolumeSource.d.ts b/dist/gen/model/v1FlexVolumeSource.d.ts new file mode 100644 index 0000000000..130f7f013c --- /dev/null +++ b/dist/gen/model/v1FlexVolumeSource.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. +*/ +export declare class V1FlexVolumeSource { + /** + * Driver is the name of the driver to use for this volume. + */ + 'driver': string; + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default filesystem depends on FlexVolume script. + */ + 'fsType'?: string; + /** + * Optional: Extra command options if any. + */ + 'options'?: { + [key: string]: string; + }; + /** + * Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + 'secretRef'?: V1LocalObjectReference; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1FlexVolumeSource.js b/dist/gen/model/v1FlexVolumeSource.js new file mode 100644 index 0000000000..11762f5672 --- /dev/null +++ b/dist/gen/model/v1FlexVolumeSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. +*/ +class V1FlexVolumeSource { + static getAttributeTypeMap() { + return V1FlexVolumeSource.attributeTypeMap; + } +} +V1FlexVolumeSource.discriminator = undefined; +V1FlexVolumeSource.attributeTypeMap = [ + { + "name": "driver", + "baseName": "driver", + "type": "string" + }, + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "options", + "baseName": "options", + "type": "{ [key: string]: string; }" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1LocalObjectReference" + } +]; +exports.V1FlexVolumeSource = V1FlexVolumeSource; +//# sourceMappingURL=v1FlexVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1FlexVolumeSource.js.map b/dist/gen/model/v1FlexVolumeSource.js.map new file mode 100644 index 0000000000..39901210a2 --- /dev/null +++ b/dist/gen/model/v1FlexVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1FlexVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1FlexVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAgD3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AA9Cf,gDAmDC"} \ No newline at end of file diff --git a/dist/gen/model/v1FlockerVolumeSource.d.ts b/dist/gen/model/v1FlockerVolumeSource.d.ts new file mode 100644 index 0000000000..d703a3d879 --- /dev/null +++ b/dist/gen/model/v1FlockerVolumeSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1FlockerVolumeSource { + /** + * Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated + */ + 'datasetName'?: string; + /** + * UUID of the dataset. This is unique identifier of a Flocker dataset + */ + 'datasetUUID'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1FlockerVolumeSource.js b/dist/gen/model/v1FlockerVolumeSource.js new file mode 100644 index 0000000000..af89fbfd41 --- /dev/null +++ b/dist/gen/model/v1FlockerVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. +*/ +class V1FlockerVolumeSource { + static getAttributeTypeMap() { + return V1FlockerVolumeSource.attributeTypeMap; + } +} +V1FlockerVolumeSource.discriminator = undefined; +V1FlockerVolumeSource.attributeTypeMap = [ + { + "name": "datasetName", + "baseName": "datasetName", + "type": "string" + }, + { + "name": "datasetUUID", + "baseName": "datasetUUID", + "type": "string" + } +]; +exports.V1FlockerVolumeSource = V1FlockerVolumeSource; +//# sourceMappingURL=v1FlockerVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1FlockerVolumeSource.js.map b/dist/gen/model/v1FlockerVolumeSource.js.map new file mode 100644 index 0000000000..b1c9c0502f --- /dev/null +++ b/dist/gen/model/v1FlockerVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1FlockerVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1FlockerVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IAwB9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1GCEPersistentDiskVolumeSource.d.ts b/dist/gen/model/v1GCEPersistentDiskVolumeSource.d.ts new file mode 100644 index 0000000000..7c207bd3ef --- /dev/null +++ b/dist/gen/model/v1GCEPersistentDiskVolumeSource.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. +*/ +export declare class V1GCEPersistentDiskVolumeSource { + /** + * Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + */ + 'fsType'?: string; + /** + * The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + */ + 'partition'?: number; + /** + * Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + */ + 'pdName': string; + /** + * ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + */ + 'readOnly'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1GCEPersistentDiskVolumeSource.js b/dist/gen/model/v1GCEPersistentDiskVolumeSource.js new file mode 100644 index 0000000000..840b1836b5 --- /dev/null +++ b/dist/gen/model/v1GCEPersistentDiskVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Persistent Disk resource in Google Compute Engine. A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. +*/ +class V1GCEPersistentDiskVolumeSource { + static getAttributeTypeMap() { + return V1GCEPersistentDiskVolumeSource.attributeTypeMap; + } +} +V1GCEPersistentDiskVolumeSource.discriminator = undefined; +V1GCEPersistentDiskVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "partition", + "baseName": "partition", + "type": "number" + }, + { + "name": "pdName", + "baseName": "pdName", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + } +]; +exports.V1GCEPersistentDiskVolumeSource = V1GCEPersistentDiskVolumeSource; +//# sourceMappingURL=v1GCEPersistentDiskVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1GCEPersistentDiskVolumeSource.js.map b/dist/gen/model/v1GCEPersistentDiskVolumeSource.js.map new file mode 100644 index 0000000000..572e8d4b85 --- /dev/null +++ b/dist/gen/model/v1GCEPersistentDiskVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1GCEPersistentDiskVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1GCEPersistentDiskVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,+BAA+B;IA0CxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA1BM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAxCf,0EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1GitRepoVolumeSource.d.ts b/dist/gen/model/v1GitRepoVolumeSource.d.ts new file mode 100644 index 0000000000..83e04bc58d --- /dev/null +++ b/dist/gen/model/v1GitRepoVolumeSource.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod\'s container. +*/ +export declare class V1GitRepoVolumeSource { + /** + * Target directory name. Must not contain or start with \'..\'. If \'.\' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. + */ + 'directory'?: string; + /** + * Repository URL + */ + 'repository': string; + /** + * Commit hash for the specified revision. + */ + 'revision'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1GitRepoVolumeSource.js b/dist/gen/model/v1GitRepoVolumeSource.js new file mode 100644 index 0000000000..f49bcf1475 --- /dev/null +++ b/dist/gen/model/v1GitRepoVolumeSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod\'s container. +*/ +class V1GitRepoVolumeSource { + static getAttributeTypeMap() { + return V1GitRepoVolumeSource.attributeTypeMap; + } +} +V1GitRepoVolumeSource.discriminator = undefined; +V1GitRepoVolumeSource.attributeTypeMap = [ + { + "name": "directory", + "baseName": "directory", + "type": "string" + }, + { + "name": "repository", + "baseName": "repository", + "type": "string" + }, + { + "name": "revision", + "baseName": "revision", + "type": "string" + } +]; +exports.V1GitRepoVolumeSource = V1GitRepoVolumeSource; +//# sourceMappingURL=v1GitRepoVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1GitRepoVolumeSource.js.map b/dist/gen/model/v1GitRepoVolumeSource.js.map new file mode 100644 index 0000000000..ba2aa8e782 --- /dev/null +++ b/dist/gen/model/v1GitRepoVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1GitRepoVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1GitRepoVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IAiC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AArBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,sDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1GlusterfsPersistentVolumeSource.d.ts b/dist/gen/model/v1GlusterfsPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..aaeb24d276 --- /dev/null +++ b/dist/gen/model/v1GlusterfsPersistentVolumeSource.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1GlusterfsPersistentVolumeSource { + /** + * EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + */ + 'endpoints': string; + /** + * EndpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + */ + 'endpointsNamespace'?: string; + /** + * Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + */ + 'path': string; + /** + * ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + */ + 'readOnly'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1GlusterfsPersistentVolumeSource.js b/dist/gen/model/v1GlusterfsPersistentVolumeSource.js new file mode 100644 index 0000000000..46f19c1dd0 --- /dev/null +++ b/dist/gen/model/v1GlusterfsPersistentVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +*/ +class V1GlusterfsPersistentVolumeSource { + static getAttributeTypeMap() { + return V1GlusterfsPersistentVolumeSource.attributeTypeMap; + } +} +V1GlusterfsPersistentVolumeSource.discriminator = undefined; +V1GlusterfsPersistentVolumeSource.attributeTypeMap = [ + { + "name": "endpoints", + "baseName": "endpoints", + "type": "string" + }, + { + "name": "endpointsNamespace", + "baseName": "endpointsNamespace", + "type": "string" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + } +]; +exports.V1GlusterfsPersistentVolumeSource = V1GlusterfsPersistentVolumeSource; +//# sourceMappingURL=v1GlusterfsPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1GlusterfsPersistentVolumeSource.js.map b/dist/gen/model/v1GlusterfsPersistentVolumeSource.js.map new file mode 100644 index 0000000000..dde2a97a35 --- /dev/null +++ b/dist/gen/model/v1GlusterfsPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1GlusterfsPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1GlusterfsPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iCAAiC;IA0C1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AA1BM,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAxCf,8EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1GlusterfsVolumeSource.d.ts b/dist/gen/model/v1GlusterfsVolumeSource.d.ts new file mode 100644 index 0000000000..df23538c7e --- /dev/null +++ b/dist/gen/model/v1GlusterfsVolumeSource.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1GlusterfsVolumeSource { + /** + * EndpointsName is the endpoint name that details Glusterfs topology. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + */ + 'endpoints': string; + /** + * Path is the Glusterfs volume path. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + */ + 'path': string; + /** + * ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/glusterfs/README.md#create-a-pod + */ + 'readOnly'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1GlusterfsVolumeSource.js b/dist/gen/model/v1GlusterfsVolumeSource.js new file mode 100644 index 0000000000..ae6b5bb8fd --- /dev/null +++ b/dist/gen/model/v1GlusterfsVolumeSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +*/ +class V1GlusterfsVolumeSource { + static getAttributeTypeMap() { + return V1GlusterfsVolumeSource.attributeTypeMap; + } +} +V1GlusterfsVolumeSource.discriminator = undefined; +V1GlusterfsVolumeSource.attributeTypeMap = [ + { + "name": "endpoints", + "baseName": "endpoints", + "type": "string" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + } +]; +exports.V1GlusterfsVolumeSource = V1GlusterfsVolumeSource; +//# sourceMappingURL=v1GlusterfsVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1GlusterfsVolumeSource.js.map b/dist/gen/model/v1GlusterfsVolumeSource.js.map new file mode 100644 index 0000000000..8db9b1212d --- /dev/null +++ b/dist/gen/model/v1GlusterfsVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1GlusterfsVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1GlusterfsVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uBAAuB;IAiChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AArBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AA/Bf,0DAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1GroupVersionForDiscovery.d.ts b/dist/gen/model/v1GroupVersionForDiscovery.d.ts new file mode 100644 index 0000000000..a34cd80cce --- /dev/null +++ b/dist/gen/model/v1GroupVersionForDiscovery.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility. +*/ +export declare class V1GroupVersionForDiscovery { + /** + * groupVersion specifies the API group and version in the form \"group/version\" + */ + 'groupVersion': string; + /** + * version specifies the version in the form of \"version\". This is to save the clients the trouble of splitting the GroupVersion. + */ + 'version': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1GroupVersionForDiscovery.js b/dist/gen/model/v1GroupVersionForDiscovery.js new file mode 100644 index 0000000000..fe0948f31a --- /dev/null +++ b/dist/gen/model/v1GroupVersionForDiscovery.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* GroupVersion contains the \"group/version\" and \"version\" string of a version. It is made a struct to keep extensibility. +*/ +class V1GroupVersionForDiscovery { + static getAttributeTypeMap() { + return V1GroupVersionForDiscovery.attributeTypeMap; + } +} +V1GroupVersionForDiscovery.discriminator = undefined; +V1GroupVersionForDiscovery.attributeTypeMap = [ + { + "name": "groupVersion", + "baseName": "groupVersion", + "type": "string" + }, + { + "name": "version", + "baseName": "version", + "type": "string" + } +]; +exports.V1GroupVersionForDiscovery = V1GroupVersionForDiscovery; +//# sourceMappingURL=v1GroupVersionForDiscovery.js.map \ No newline at end of file diff --git a/dist/gen/model/v1GroupVersionForDiscovery.js.map b/dist/gen/model/v1GroupVersionForDiscovery.js.map new file mode 100644 index 0000000000..0c92200b45 --- /dev/null +++ b/dist/gen/model/v1GroupVersionForDiscovery.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1GroupVersionForDiscovery.js","sourceRoot":"","sources":["../../../src/gen/model/v1GroupVersionForDiscovery.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAwBnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAhBM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,gEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1HTTPGetAction.d.ts b/dist/gen/model/v1HTTPGetAction.d.ts new file mode 100644 index 0000000000..a22895289e --- /dev/null +++ b/dist/gen/model/v1HTTPGetAction.d.ts @@ -0,0 +1,48 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1HTTPHeader } from './v1HTTPHeader'; +/** +* HTTPGetAction describes an action based on HTTP Get requests. +*/ +export declare class V1HTTPGetAction { + /** + * Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead. + */ + 'host'?: string; + /** + * Custom headers to set in the request. HTTP allows repeated headers. + */ + 'httpHeaders'?: Array; + /** + * Path to access on the HTTP server. + */ + 'path'?: string; + /** + * Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. + */ + 'port': object; + /** + * Scheme to use for connecting to the host. Defaults to HTTP. + */ + 'scheme'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HTTPGetAction.js b/dist/gen/model/v1HTTPGetAction.js new file mode 100644 index 0000000000..d236b35b71 --- /dev/null +++ b/dist/gen/model/v1HTTPGetAction.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HTTPGetAction describes an action based on HTTP Get requests. +*/ +class V1HTTPGetAction { + static getAttributeTypeMap() { + return V1HTTPGetAction.attributeTypeMap; + } +} +V1HTTPGetAction.discriminator = undefined; +V1HTTPGetAction.attributeTypeMap = [ + { + "name": "host", + "baseName": "host", + "type": "string" + }, + { + "name": "httpHeaders", + "baseName": "httpHeaders", + "type": "Array" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "object" + }, + { + "name": "scheme", + "baseName": "scheme", + "type": "string" + } +]; +exports.V1HTTPGetAction = V1HTTPGetAction; +//# sourceMappingURL=v1HTTPGetAction.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HTTPGetAction.js.map b/dist/gen/model/v1HTTPGetAction.js.map new file mode 100644 index 0000000000..87521804ee --- /dev/null +++ b/dist/gen/model/v1HTTPGetAction.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HTTPGetAction.js","sourceRoot":"","sources":["../../../src/gen/model/v1HTTPGetAction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,eAAe;IAmDxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA/BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,0CAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1HTTPHeader.d.ts b/dist/gen/model/v1HTTPHeader.d.ts new file mode 100644 index 0000000000..254c466184 --- /dev/null +++ b/dist/gen/model/v1HTTPHeader.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* HTTPHeader describes a custom header to be used in HTTP probes +*/ +export declare class V1HTTPHeader { + /** + * The header field name + */ + 'name': string; + /** + * The header field value + */ + 'value': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HTTPHeader.js b/dist/gen/model/v1HTTPHeader.js new file mode 100644 index 0000000000..158ca6e3ed --- /dev/null +++ b/dist/gen/model/v1HTTPHeader.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HTTPHeader describes a custom header to be used in HTTP probes +*/ +class V1HTTPHeader { + static getAttributeTypeMap() { + return V1HTTPHeader.attributeTypeMap; + } +} +V1HTTPHeader.discriminator = undefined; +V1HTTPHeader.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + } +]; +exports.V1HTTPHeader = V1HTTPHeader; +//# sourceMappingURL=v1HTTPHeader.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HTTPHeader.js.map b/dist/gen/model/v1HTTPHeader.js.map new file mode 100644 index 0000000000..65d1b3ac7c --- /dev/null +++ b/dist/gen/model/v1HTTPHeader.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HTTPHeader.js","sourceRoot":"","sources":["../../../src/gen/model/v1HTTPHeader.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,YAAY;IAwBrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AAhBM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,oCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1Handler.d.ts b/dist/gen/model/v1Handler.d.ts new file mode 100644 index 0000000000..c3edccb24f --- /dev/null +++ b/dist/gen/model/v1Handler.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ExecAction } from './v1ExecAction'; +import { V1HTTPGetAction } from './v1HTTPGetAction'; +import { V1TCPSocketAction } from './v1TCPSocketAction'; +/** +* Handler defines a specific action that should be taken +*/ +export declare class V1Handler { + 'exec'?: V1ExecAction; + 'httpGet'?: V1HTTPGetAction; + 'tcpSocket'?: V1TCPSocketAction; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Handler.js b/dist/gen/model/v1Handler.js new file mode 100644 index 0000000000..34140bdf75 --- /dev/null +++ b/dist/gen/model/v1Handler.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Handler defines a specific action that should be taken +*/ +class V1Handler { + static getAttributeTypeMap() { + return V1Handler.attributeTypeMap; + } +} +V1Handler.discriminator = undefined; +V1Handler.attributeTypeMap = [ + { + "name": "exec", + "baseName": "exec", + "type": "V1ExecAction" + }, + { + "name": "httpGet", + "baseName": "httpGet", + "type": "V1HTTPGetAction" + }, + { + "name": "tcpSocket", + "baseName": "tcpSocket", + "type": "V1TCPSocketAction" + } +]; +exports.V1Handler = V1Handler; +//# sourceMappingURL=v1Handler.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Handler.js.map b/dist/gen/model/v1Handler.js.map new file mode 100644 index 0000000000..eee56991f5 --- /dev/null +++ b/dist/gen/model/v1Handler.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Handler.js","sourceRoot":"","sources":["../../../src/gen/model/v1Handler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,SAAS;IAwBlB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AArBM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAtBf,8BA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscaler.d.ts b/dist/gen/model/v1HorizontalPodAutoscaler.d.ts new file mode 100644 index 0000000000..cd104cd40b --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscaler.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1HorizontalPodAutoscalerSpec } from './v1HorizontalPodAutoscalerSpec'; +import { V1HorizontalPodAutoscalerStatus } from './v1HorizontalPodAutoscalerStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* configuration of a horizontal pod autoscaler. +*/ +export declare class V1HorizontalPodAutoscaler { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1HorizontalPodAutoscalerSpec; + 'status'?: V1HorizontalPodAutoscalerStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HorizontalPodAutoscaler.js b/dist/gen/model/v1HorizontalPodAutoscaler.js new file mode 100644 index 0000000000..f0923fb10f --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscaler.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* configuration of a horizontal pod autoscaler. +*/ +class V1HorizontalPodAutoscaler { + static getAttributeTypeMap() { + return V1HorizontalPodAutoscaler.attributeTypeMap; + } +} +V1HorizontalPodAutoscaler.discriminator = undefined; +V1HorizontalPodAutoscaler.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1HorizontalPodAutoscalerSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1HorizontalPodAutoscalerStatus" + } +]; +exports.V1HorizontalPodAutoscaler = V1HorizontalPodAutoscaler; +//# sourceMappingURL=v1HorizontalPodAutoscaler.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscaler.js.map b/dist/gen/model/v1HorizontalPodAutoscaler.js.map new file mode 100644 index 0000000000..9903f7eb24 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscaler.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HorizontalPodAutoscaler.js","sourceRoot":"","sources":["../../../src/gen/model/v1HorizontalPodAutoscaler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,yBAAyB;IA0ClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AAxCf,8DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscalerList.d.ts b/dist/gen/model/v1HorizontalPodAutoscalerList.d.ts new file mode 100644 index 0000000000..cd8083ce18 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1HorizontalPodAutoscaler } from './v1HorizontalPodAutoscaler'; +import { V1ListMeta } from './v1ListMeta'; +/** +* list of horizontal pod autoscaler objects. +*/ +export declare class V1HorizontalPodAutoscalerList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * list of horizontal pod autoscaler objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HorizontalPodAutoscalerList.js b/dist/gen/model/v1HorizontalPodAutoscalerList.js new file mode 100644 index 0000000000..654d01ac80 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* list of horizontal pod autoscaler objects. +*/ +class V1HorizontalPodAutoscalerList { + static getAttributeTypeMap() { + return V1HorizontalPodAutoscalerList.attributeTypeMap; + } +} +V1HorizontalPodAutoscalerList.discriminator = undefined; +V1HorizontalPodAutoscalerList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1HorizontalPodAutoscalerList = V1HorizontalPodAutoscalerList; +//# sourceMappingURL=v1HorizontalPodAutoscalerList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscalerList.js.map b/dist/gen/model/v1HorizontalPodAutoscalerList.js.map new file mode 100644 index 0000000000..a27660b373 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HorizontalPodAutoscalerList.js","sourceRoot":"","sources":["../../../src/gen/model/v1HorizontalPodAutoscalerList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,6BAA6B;IAuCtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA1BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscalerSpec.d.ts b/dist/gen/model/v1HorizontalPodAutoscalerSpec.d.ts new file mode 100644 index 0000000000..e8093dab38 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerSpec.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1CrossVersionObjectReference } from './v1CrossVersionObjectReference'; +/** +* specification of a horizontal pod autoscaler. +*/ +export declare class V1HorizontalPodAutoscalerSpec { + /** + * upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas. + */ + 'maxReplicas': number; + /** + * lower limit for the number of pods that can be set by the autoscaler, default 1. + */ + 'minReplicas'?: number; + 'scaleTargetRef': V1CrossVersionObjectReference; + /** + * target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used. + */ + 'targetCPUUtilizationPercentage'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HorizontalPodAutoscalerSpec.js b/dist/gen/model/v1HorizontalPodAutoscalerSpec.js new file mode 100644 index 0000000000..ecfd45eb38 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerSpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* specification of a horizontal pod autoscaler. +*/ +class V1HorizontalPodAutoscalerSpec { + static getAttributeTypeMap() { + return V1HorizontalPodAutoscalerSpec.attributeTypeMap; + } +} +V1HorizontalPodAutoscalerSpec.discriminator = undefined; +V1HorizontalPodAutoscalerSpec.attributeTypeMap = [ + { + "name": "maxReplicas", + "baseName": "maxReplicas", + "type": "number" + }, + { + "name": "minReplicas", + "baseName": "minReplicas", + "type": "number" + }, + { + "name": "scaleTargetRef", + "baseName": "scaleTargetRef", + "type": "V1CrossVersionObjectReference" + }, + { + "name": "targetCPUUtilizationPercentage", + "baseName": "targetCPUUtilizationPercentage", + "type": "number" + } +]; +exports.V1HorizontalPodAutoscalerSpec = V1HorizontalPodAutoscalerSpec; +//# sourceMappingURL=v1HorizontalPodAutoscalerSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscalerSpec.js.map b/dist/gen/model/v1HorizontalPodAutoscalerSpec.js.map new file mode 100644 index 0000000000..712f42fb63 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HorizontalPodAutoscalerSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1HorizontalPodAutoscalerSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IAuCtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA1BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,gCAAgC;QACxC,UAAU,EAAE,gCAAgC;QAC5C,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,sEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscalerStatus.d.ts b/dist/gen/model/v1HorizontalPodAutoscalerStatus.d.ts new file mode 100644 index 0000000000..2b21708242 --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerStatus.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* current status of a horizontal pod autoscaler +*/ +export declare class V1HorizontalPodAutoscalerStatus { + /** + * current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. + */ + 'currentCPUUtilizationPercentage'?: number; + /** + * current number of replicas of pods managed by this autoscaler. + */ + 'currentReplicas': number; + /** + * desired number of replicas of pods managed by this autoscaler. + */ + 'desiredReplicas': number; + /** + * last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed. + */ + 'lastScaleTime'?: Date; + /** + * most recent generation observed by this autoscaler. + */ + 'observedGeneration'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HorizontalPodAutoscalerStatus.js b/dist/gen/model/v1HorizontalPodAutoscalerStatus.js new file mode 100644 index 0000000000..1d27d45baf --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerStatus.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* current status of a horizontal pod autoscaler +*/ +class V1HorizontalPodAutoscalerStatus { + static getAttributeTypeMap() { + return V1HorizontalPodAutoscalerStatus.attributeTypeMap; + } +} +V1HorizontalPodAutoscalerStatus.discriminator = undefined; +V1HorizontalPodAutoscalerStatus.attributeTypeMap = [ + { + "name": "currentCPUUtilizationPercentage", + "baseName": "currentCPUUtilizationPercentage", + "type": "number" + }, + { + "name": "currentReplicas", + "baseName": "currentReplicas", + "type": "number" + }, + { + "name": "desiredReplicas", + "baseName": "desiredReplicas", + "type": "number" + }, + { + "name": "lastScaleTime", + "baseName": "lastScaleTime", + "type": "Date" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + } +]; +exports.V1HorizontalPodAutoscalerStatus = V1HorizontalPodAutoscalerStatus; +//# sourceMappingURL=v1HorizontalPodAutoscalerStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HorizontalPodAutoscalerStatus.js.map b/dist/gen/model/v1HorizontalPodAutoscalerStatus.js.map new file mode 100644 index 0000000000..90bc97a14f --- /dev/null +++ b/dist/gen/model/v1HorizontalPodAutoscalerStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HorizontalPodAutoscalerStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1HorizontalPodAutoscalerStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,+BAA+B;IAmDxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA/BM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iCAAiC;QACzC,UAAU,EAAE,iCAAiC;QAC7C,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,0EAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1HostAlias.d.ts b/dist/gen/model/v1HostAlias.d.ts new file mode 100644 index 0000000000..fccde4cc50 --- /dev/null +++ b/dist/gen/model/v1HostAlias.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod\'s hosts file. +*/ +export declare class V1HostAlias { + /** + * Hostnames for the above IP address. + */ + 'hostnames'?: Array; + /** + * IP address of the host file entry. + */ + 'ip'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HostAlias.js b/dist/gen/model/v1HostAlias.js new file mode 100644 index 0000000000..e782ef91e6 --- /dev/null +++ b/dist/gen/model/v1HostAlias.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod\'s hosts file. +*/ +class V1HostAlias { + static getAttributeTypeMap() { + return V1HostAlias.attributeTypeMap; + } +} +V1HostAlias.discriminator = undefined; +V1HostAlias.attributeTypeMap = [ + { + "name": "hostnames", + "baseName": "hostnames", + "type": "Array" + }, + { + "name": "ip", + "baseName": "ip", + "type": "string" + } +]; +exports.V1HostAlias = V1HostAlias; +//# sourceMappingURL=v1HostAlias.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HostAlias.js.map b/dist/gen/model/v1HostAlias.js.map new file mode 100644 index 0000000000..4d2bf01679 --- /dev/null +++ b/dist/gen/model/v1HostAlias.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HostAlias.js","sourceRoot":"","sources":["../../../src/gen/model/v1HostAlias.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,WAAW;IAwBpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AAhBM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,kCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1HostPathVolumeSource.d.ts b/dist/gen/model/v1HostPathVolumeSource.d.ts new file mode 100644 index 0000000000..40432cd594 --- /dev/null +++ b/dist/gen/model/v1HostPathVolumeSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1HostPathVolumeSource { + /** + * Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + */ + 'path': string; + /** + * Type for HostPath Volume Defaults to \"\" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1HostPathVolumeSource.js b/dist/gen/model/v1HostPathVolumeSource.js new file mode 100644 index 0000000000..066fed90f3 --- /dev/null +++ b/dist/gen/model/v1HostPathVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. +*/ +class V1HostPathVolumeSource { + static getAttributeTypeMap() { + return V1HostPathVolumeSource.attributeTypeMap; + } +} +V1HostPathVolumeSource.discriminator = undefined; +V1HostPathVolumeSource.attributeTypeMap = [ + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1HostPathVolumeSource = V1HostPathVolumeSource; +//# sourceMappingURL=v1HostPathVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1HostPathVolumeSource.js.map b/dist/gen/model/v1HostPathVolumeSource.js.map new file mode 100644 index 0000000000..064eed9394 --- /dev/null +++ b/dist/gen/model/v1HostPathVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1HostPathVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1HostPathVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAwB/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1IPBlock.d.ts b/dist/gen/model/v1IPBlock.d.ts new file mode 100644 index 0000000000..2a8e385e8e --- /dev/null +++ b/dist/gen/model/v1IPBlock.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec\'s podSelector. The except entry describes CIDRs that should not be included within this rule. +*/ +export declare class V1IPBlock { + /** + * CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\" + */ + 'cidr': string; + /** + * Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range + */ + 'except'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1IPBlock.js b/dist/gen/model/v1IPBlock.js new file mode 100644 index 0000000000..8c21e8036b --- /dev/null +++ b/dist/gen/model/v1IPBlock.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec\'s podSelector. The except entry describes CIDRs that should not be included within this rule. +*/ +class V1IPBlock { + static getAttributeTypeMap() { + return V1IPBlock.attributeTypeMap; + } +} +V1IPBlock.discriminator = undefined; +V1IPBlock.attributeTypeMap = [ + { + "name": "cidr", + "baseName": "cidr", + "type": "string" + }, + { + "name": "except", + "baseName": "except", + "type": "Array" + } +]; +exports.V1IPBlock = V1IPBlock; +//# sourceMappingURL=v1IPBlock.js.map \ No newline at end of file diff --git a/dist/gen/model/v1IPBlock.js.map b/dist/gen/model/v1IPBlock.js.map new file mode 100644 index 0000000000..30c57d21be --- /dev/null +++ b/dist/gen/model/v1IPBlock.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1IPBlock.js","sourceRoot":"","sources":["../../../src/gen/model/v1IPBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,SAAS;IAwBlB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AAhBM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAtBf,8BA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ISCSIPersistentVolumeSource.d.ts b/dist/gen/model/v1ISCSIPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..d06e5c74b6 --- /dev/null +++ b/dist/gen/model/v1ISCSIPersistentVolumeSource.d.ts @@ -0,0 +1,69 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SecretReference } from './v1SecretReference'; +/** +* ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +*/ +export declare class V1ISCSIPersistentVolumeSource { + /** + * whether support iSCSI Discovery CHAP authentication + */ + 'chapAuthDiscovery'?: boolean; + /** + * whether support iSCSI Session CHAP authentication + */ + 'chapAuthSession'?: boolean; + /** + * Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + */ + 'fsType'?: string; + /** + * Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. + */ + 'initiatorName'?: string; + /** + * Target iSCSI Qualified Name. + */ + 'iqn': string; + /** + * iSCSI Interface Name that uses an iSCSI transport. Defaults to \'default\' (tcp). + */ + 'iscsiInterface'?: string; + /** + * iSCSI Target Lun number. + */ + 'lun': number; + /** + * iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + */ + 'portals'?: Array; + /** + * ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. + */ + 'readOnly'?: boolean; + 'secretRef'?: V1SecretReference; + /** + * iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + */ + 'targetPortal': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ISCSIPersistentVolumeSource.js b/dist/gen/model/v1ISCSIPersistentVolumeSource.js new file mode 100644 index 0000000000..9fbf66ecd4 --- /dev/null +++ b/dist/gen/model/v1ISCSIPersistentVolumeSource.js @@ -0,0 +1,81 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +*/ +class V1ISCSIPersistentVolumeSource { + static getAttributeTypeMap() { + return V1ISCSIPersistentVolumeSource.attributeTypeMap; + } +} +V1ISCSIPersistentVolumeSource.discriminator = undefined; +V1ISCSIPersistentVolumeSource.attributeTypeMap = [ + { + "name": "chapAuthDiscovery", + "baseName": "chapAuthDiscovery", + "type": "boolean" + }, + { + "name": "chapAuthSession", + "baseName": "chapAuthSession", + "type": "boolean" + }, + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "initiatorName", + "baseName": "initiatorName", + "type": "string" + }, + { + "name": "iqn", + "baseName": "iqn", + "type": "string" + }, + { + "name": "iscsiInterface", + "baseName": "iscsiInterface", + "type": "string" + }, + { + "name": "lun", + "baseName": "lun", + "type": "number" + }, + { + "name": "portals", + "baseName": "portals", + "type": "Array" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1SecretReference" + }, + { + "name": "targetPortal", + "baseName": "targetPortal", + "type": "string" + } +]; +exports.V1ISCSIPersistentVolumeSource = V1ISCSIPersistentVolumeSource; +//# sourceMappingURL=v1ISCSIPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ISCSIPersistentVolumeSource.js.map b/dist/gen/model/v1ISCSIPersistentVolumeSource.js.map new file mode 100644 index 0000000000..f2500c9af9 --- /dev/null +++ b/dist/gen/model/v1ISCSIPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ISCSIPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ISCSIPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IAsGtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA7DM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AApGf,sEAyGC"} \ No newline at end of file diff --git a/dist/gen/model/v1ISCSIVolumeSource.d.ts b/dist/gen/model/v1ISCSIVolumeSource.d.ts new file mode 100644 index 0000000000..25e5985c8b --- /dev/null +++ b/dist/gen/model/v1ISCSIVolumeSource.d.ts @@ -0,0 +1,69 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +*/ +export declare class V1ISCSIVolumeSource { + /** + * whether support iSCSI Discovery CHAP authentication + */ + 'chapAuthDiscovery'?: boolean; + /** + * whether support iSCSI Session CHAP authentication + */ + 'chapAuthSession'?: boolean; + /** + * Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + */ + 'fsType'?: string; + /** + * Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. + */ + 'initiatorName'?: string; + /** + * Target iSCSI Qualified Name. + */ + 'iqn': string; + /** + * iSCSI Interface Name that uses an iSCSI transport. Defaults to \'default\' (tcp). + */ + 'iscsiInterface'?: string; + /** + * iSCSI Target Lun number. + */ + 'lun': number; + /** + * iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + */ + 'portals'?: Array; + /** + * ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. + */ + 'readOnly'?: boolean; + 'secretRef'?: V1LocalObjectReference; + /** + * iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + */ + 'targetPortal': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ISCSIVolumeSource.js b/dist/gen/model/v1ISCSIVolumeSource.js new file mode 100644 index 0000000000..ccfa1ed70b --- /dev/null +++ b/dist/gen/model/v1ISCSIVolumeSource.js @@ -0,0 +1,81 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +*/ +class V1ISCSIVolumeSource { + static getAttributeTypeMap() { + return V1ISCSIVolumeSource.attributeTypeMap; + } +} +V1ISCSIVolumeSource.discriminator = undefined; +V1ISCSIVolumeSource.attributeTypeMap = [ + { + "name": "chapAuthDiscovery", + "baseName": "chapAuthDiscovery", + "type": "boolean" + }, + { + "name": "chapAuthSession", + "baseName": "chapAuthSession", + "type": "boolean" + }, + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "initiatorName", + "baseName": "initiatorName", + "type": "string" + }, + { + "name": "iqn", + "baseName": "iqn", + "type": "string" + }, + { + "name": "iscsiInterface", + "baseName": "iscsiInterface", + "type": "string" + }, + { + "name": "lun", + "baseName": "lun", + "type": "number" + }, + { + "name": "portals", + "baseName": "portals", + "type": "Array" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1LocalObjectReference" + }, + { + "name": "targetPortal", + "baseName": "targetPortal", + "type": "string" + } +]; +exports.V1ISCSIVolumeSource = V1ISCSIVolumeSource; +//# sourceMappingURL=v1ISCSIVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ISCSIVolumeSource.js.map b/dist/gen/model/v1ISCSIVolumeSource.js.map new file mode 100644 index 0000000000..1c34e8fdc3 --- /dev/null +++ b/dist/gen/model/v1ISCSIVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ISCSIVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ISCSIVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mBAAmB;IAsG5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA7DM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AApGf,kDAyGC"} \ No newline at end of file diff --git a/dist/gen/model/v1Initializer.d.ts b/dist/gen/model/v1Initializer.d.ts new file mode 100644 index 0000000000..9633d378ba --- /dev/null +++ b/dist/gen/model/v1Initializer.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Initializer is information about an initializer that has not yet completed. +*/ +export declare class V1Initializer { + /** + * name of the process that is responsible for initializing this object. + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Initializer.js b/dist/gen/model/v1Initializer.js new file mode 100644 index 0000000000..b335ac2bf4 --- /dev/null +++ b/dist/gen/model/v1Initializer.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Initializer is information about an initializer that has not yet completed. +*/ +class V1Initializer { + static getAttributeTypeMap() { + return V1Initializer.attributeTypeMap; + } +} +V1Initializer.discriminator = undefined; +V1Initializer.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1Initializer = V1Initializer; +//# sourceMappingURL=v1Initializer.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Initializer.js.map b/dist/gen/model/v1Initializer.js.map new file mode 100644 index 0000000000..ddabe5e680 --- /dev/null +++ b/dist/gen/model/v1Initializer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Initializer.js","sourceRoot":"","sources":["../../../src/gen/model/v1Initializer.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAetB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAXM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,sCAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1Initializers.d.ts b/dist/gen/model/v1Initializers.d.ts new file mode 100644 index 0000000000..8029ea605c --- /dev/null +++ b/dist/gen/model/v1Initializers.d.ts @@ -0,0 +1,34 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Initializer } from './v1Initializer'; +import { V1Status } from './v1Status'; +/** +* Initializers tracks the progress of initialization. +*/ +export declare class V1Initializers { + /** + * Pending is a list of initializers that must execute in order before this object is visible. When the last pending initializer is removed, and no failing result is set, the initializers struct will be set to nil and the object is considered as initialized and visible to all clients. + */ + 'pending': Array; + 'result'?: V1Status; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Initializers.js b/dist/gen/model/v1Initializers.js new file mode 100644 index 0000000000..9732faa6a6 --- /dev/null +++ b/dist/gen/model/v1Initializers.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Initializers tracks the progress of initialization. +*/ +class V1Initializers { + static getAttributeTypeMap() { + return V1Initializers.attributeTypeMap; + } +} +V1Initializers.discriminator = undefined; +V1Initializers.attributeTypeMap = [ + { + "name": "pending", + "baseName": "pending", + "type": "Array" + }, + { + "name": "result", + "baseName": "result", + "type": "V1Status" + } +]; +exports.V1Initializers = V1Initializers; +//# sourceMappingURL=v1Initializers.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Initializers.js.map b/dist/gen/model/v1Initializers.js.map new file mode 100644 index 0000000000..783546f81d --- /dev/null +++ b/dist/gen/model/v1Initializers.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Initializers.js","sourceRoot":"","sources":["../../../src/gen/model/v1Initializers.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,cAAc;IAqBvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAhBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,UAAU;KACrB;CAAK,CAAC;AAnBf,wCAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1Job.d.ts b/dist/gen/model/v1Job.d.ts new file mode 100644 index 0000000000..670d929598 --- /dev/null +++ b/dist/gen/model/v1Job.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1JobSpec } from './v1JobSpec'; +import { V1JobStatus } from './v1JobStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Job represents the configuration of a single job. +*/ +export declare class V1Job { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1JobSpec; + 'status'?: V1JobStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Job.js b/dist/gen/model/v1Job.js new file mode 100644 index 0000000000..003bf70495 --- /dev/null +++ b/dist/gen/model/v1Job.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Job represents the configuration of a single job. +*/ +class V1Job { + static getAttributeTypeMap() { + return V1Job.attributeTypeMap; + } +} +V1Job.discriminator = undefined; +V1Job.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1JobSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1JobStatus" + } +]; +exports.V1Job = V1Job; +//# sourceMappingURL=v1Job.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Job.js.map b/dist/gen/model/v1Job.js.map new file mode 100644 index 0000000000..10ff298746 --- /dev/null +++ b/dist/gen/model/v1Job.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Job.js","sourceRoot":"","sources":["../../../src/gen/model/v1Job.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,KAAK;IA0Cd,MAAM,CAAC,mBAAmB;QACtB,OAAO,KAAK,CAAC,gBAAgB,CAAC;IAClC,CAAC;;AA/BM,mBAAa,GAAuB,SAAS,CAAC;AAE9C,sBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,aAAa;KACxB;CAAK,CAAC;AAxCf,sBA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1JobCondition.d.ts b/dist/gen/model/v1JobCondition.d.ts new file mode 100644 index 0000000000..d2272a046d --- /dev/null +++ b/dist/gen/model/v1JobCondition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* JobCondition describes current state of a job. +*/ +export declare class V1JobCondition { + /** + * Last time the condition was checked. + */ + 'lastProbeTime'?: Date; + /** + * Last time the condition transit from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * Human readable message indicating details about last transition. + */ + 'message'?: string; + /** + * (brief) reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of job condition, Complete or Failed. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1JobCondition.js b/dist/gen/model/v1JobCondition.js new file mode 100644 index 0000000000..16c4a590ba --- /dev/null +++ b/dist/gen/model/v1JobCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* JobCondition describes current state of a job. +*/ +class V1JobCondition { + static getAttributeTypeMap() { + return V1JobCondition.attributeTypeMap; + } +} +V1JobCondition.discriminator = undefined; +V1JobCondition.attributeTypeMap = [ + { + "name": "lastProbeTime", + "baseName": "lastProbeTime", + "type": "Date" + }, + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1JobCondition = V1JobCondition; +//# sourceMappingURL=v1JobCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1JobCondition.js.map b/dist/gen/model/v1JobCondition.js.map new file mode 100644 index 0000000000..53dd921d52 --- /dev/null +++ b/dist/gen/model/v1JobCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1JobCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1JobCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IA4DvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AApCM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,wCA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1JobList.d.ts b/dist/gen/model/v1JobList.d.ts new file mode 100644 index 0000000000..7b30ec0231 --- /dev/null +++ b/dist/gen/model/v1JobList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Job } from './v1Job'; +import { V1ListMeta } from './v1ListMeta'; +/** +* JobList is a collection of jobs. +*/ +export declare class V1JobList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of Jobs. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1JobList.js b/dist/gen/model/v1JobList.js new file mode 100644 index 0000000000..860d706cda --- /dev/null +++ b/dist/gen/model/v1JobList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* JobList is a collection of jobs. +*/ +class V1JobList { + static getAttributeTypeMap() { + return V1JobList.attributeTypeMap; + } +} +V1JobList.discriminator = undefined; +V1JobList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1JobList = V1JobList; +//# sourceMappingURL=v1JobList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1JobList.js.map b/dist/gen/model/v1JobList.js.map new file mode 100644 index 0000000000..99a8c8d835 --- /dev/null +++ b/dist/gen/model/v1JobList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1JobList.js","sourceRoot":"","sources":["../../../src/gen/model/v1JobList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,SAAS;IAuClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AA1BM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8BA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1JobSpec.d.ts b/dist/gen/model/v1JobSpec.d.ts new file mode 100644 index 0000000000..d0cca3a311 --- /dev/null +++ b/dist/gen/model/v1JobSpec.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* JobSpec describes how the job execution will look like. +*/ +export declare class V1JobSpec { + /** + * Specifies the duration in seconds relative to the startTime that the job may be active before the system tries to terminate it; value must be positive integer + */ + 'activeDeadlineSeconds'?: number; + /** + * Specifies the number of retries before marking this job failed. Defaults to 6 + */ + 'backoffLimit'?: number; + /** + * Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + */ + 'completions'?: number; + /** + * manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector + */ + 'manualSelector'?: boolean; + /** + * Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + */ + 'parallelism'?: number; + 'selector'?: V1LabelSelector; + 'template': V1PodTemplateSpec; + /** + * ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won\'t be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. This field is alpha-level and is only honored by servers that enable the TTLAfterFinished feature. + */ + 'ttlSecondsAfterFinished'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1JobSpec.js b/dist/gen/model/v1JobSpec.js new file mode 100644 index 0000000000..0fda7d54a5 --- /dev/null +++ b/dist/gen/model/v1JobSpec.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* JobSpec describes how the job execution will look like. +*/ +class V1JobSpec { + static getAttributeTypeMap() { + return V1JobSpec.attributeTypeMap; + } +} +V1JobSpec.discriminator = undefined; +V1JobSpec.attributeTypeMap = [ + { + "name": "activeDeadlineSeconds", + "baseName": "activeDeadlineSeconds", + "type": "number" + }, + { + "name": "backoffLimit", + "baseName": "backoffLimit", + "type": "number" + }, + { + "name": "completions", + "baseName": "completions", + "type": "number" + }, + { + "name": "manualSelector", + "baseName": "manualSelector", + "type": "boolean" + }, + { + "name": "parallelism", + "baseName": "parallelism", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + }, + { + "name": "ttlSecondsAfterFinished", + "baseName": "ttlSecondsAfterFinished", + "type": "number" + } +]; +exports.V1JobSpec = V1JobSpec; +//# sourceMappingURL=v1JobSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1JobSpec.js.map b/dist/gen/model/v1JobSpec.js.map new file mode 100644 index 0000000000..08ac2110eb --- /dev/null +++ b/dist/gen/model/v1JobSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1JobSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1JobSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,SAAS;IAwElB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AA9CM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtEf,8BA2EC"} \ No newline at end of file diff --git a/dist/gen/model/v1JobStatus.d.ts b/dist/gen/model/v1JobStatus.d.ts new file mode 100644 index 0000000000..a93b6f0b5b --- /dev/null +++ b/dist/gen/model/v1JobStatus.d.ts @@ -0,0 +1,52 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1JobCondition } from './v1JobCondition'; +/** +* JobStatus represents the current state of a Job. +*/ +export declare class V1JobStatus { + /** + * The number of actively running pods. + */ + 'active'?: number; + /** + * Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. + */ + 'completionTime'?: Date; + /** + * The latest available observations of an object\'s current state. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + */ + 'conditions'?: Array; + /** + * The number of pods which reached phase Failed. + */ + 'failed'?: number; + /** + * Represents time when the job was acknowledged by the job controller. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. + */ + 'startTime'?: Date; + /** + * The number of pods which reached phase Succeeded. + */ + 'succeeded'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1JobStatus.js b/dist/gen/model/v1JobStatus.js new file mode 100644 index 0000000000..e3a2a615a3 --- /dev/null +++ b/dist/gen/model/v1JobStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* JobStatus represents the current state of a Job. +*/ +class V1JobStatus { + static getAttributeTypeMap() { + return V1JobStatus.attributeTypeMap; + } +} +V1JobStatus.discriminator = undefined; +V1JobStatus.attributeTypeMap = [ + { + "name": "active", + "baseName": "active", + "type": "number" + }, + { + "name": "completionTime", + "baseName": "completionTime", + "type": "Date" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "failed", + "baseName": "failed", + "type": "number" + }, + { + "name": "startTime", + "baseName": "startTime", + "type": "Date" + }, + { + "name": "succeeded", + "baseName": "succeeded", + "type": "number" + } +]; +exports.V1JobStatus = V1JobStatus; +//# sourceMappingURL=v1JobStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1JobStatus.js.map b/dist/gen/model/v1JobStatus.js.map new file mode 100644 index 0000000000..b05d2c83bf --- /dev/null +++ b/dist/gen/model/v1JobStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1JobStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1JobStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,WAAW;IA4DpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AApCM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,kCA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1KeyToPath.d.ts b/dist/gen/model/v1KeyToPath.d.ts new file mode 100644 index 0000000000..369255796c --- /dev/null +++ b/dist/gen/model/v1KeyToPath.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Maps a string key to a path within a volume. +*/ +export declare class V1KeyToPath { + /** + * The key to project. + */ + 'key': string; + /** + * Optional: mode bits to use on this file, must be a value between 0 and 0777. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + */ + 'mode'?: number; + /** + * The relative path of the file to map the key to. May not be an absolute path. May not contain the path element \'..\'. May not start with the string \'..\'. + */ + 'path': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1KeyToPath.js b/dist/gen/model/v1KeyToPath.js new file mode 100644 index 0000000000..82658eb0e1 --- /dev/null +++ b/dist/gen/model/v1KeyToPath.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Maps a string key to a path within a volume. +*/ +class V1KeyToPath { + static getAttributeTypeMap() { + return V1KeyToPath.attributeTypeMap; + } +} +V1KeyToPath.discriminator = undefined; +V1KeyToPath.attributeTypeMap = [ + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "mode", + "baseName": "mode", + "type": "number" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + } +]; +exports.V1KeyToPath = V1KeyToPath; +//# sourceMappingURL=v1KeyToPath.js.map \ No newline at end of file diff --git a/dist/gen/model/v1KeyToPath.js.map b/dist/gen/model/v1KeyToPath.js.map new file mode 100644 index 0000000000..c11f04e356 --- /dev/null +++ b/dist/gen/model/v1KeyToPath.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1KeyToPath.js","sourceRoot":"","sources":["../../../src/gen/model/v1KeyToPath.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,WAAW;IAiCpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AArBM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,kCAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1LabelSelector.d.ts b/dist/gen/model/v1LabelSelector.d.ts new file mode 100644 index 0000000000..260aab26c0 --- /dev/null +++ b/dist/gen/model/v1LabelSelector.d.ts @@ -0,0 +1,38 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelectorRequirement } from './v1LabelSelectorRequirement'; +/** +* A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. +*/ +export declare class V1LabelSelector { + /** + * matchExpressions is a list of label selector requirements. The requirements are ANDed. + */ + 'matchExpressions'?: Array; + /** + * matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is \"key\", the operator is \"In\", and the values array contains only \"value\". The requirements are ANDed. + */ + 'matchLabels'?: { + [key: string]: string; + }; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LabelSelector.js b/dist/gen/model/v1LabelSelector.js new file mode 100644 index 0000000000..c34334cfae --- /dev/null +++ b/dist/gen/model/v1LabelSelector.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. +*/ +class V1LabelSelector { + static getAttributeTypeMap() { + return V1LabelSelector.attributeTypeMap; + } +} +V1LabelSelector.discriminator = undefined; +V1LabelSelector.attributeTypeMap = [ + { + "name": "matchExpressions", + "baseName": "matchExpressions", + "type": "Array" + }, + { + "name": "matchLabels", + "baseName": "matchLabels", + "type": "{ [key: string]: string; }" + } +]; +exports.V1LabelSelector = V1LabelSelector; +//# sourceMappingURL=v1LabelSelector.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LabelSelector.js.map b/dist/gen/model/v1LabelSelector.js.map new file mode 100644 index 0000000000..b90a65c90d --- /dev/null +++ b/dist/gen/model/v1LabelSelector.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LabelSelector.js","sourceRoot":"","sources":["../../../src/gen/model/v1LabelSelector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,eAAe;IAwBxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAhBM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AAtBf,0CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1LabelSelectorRequirement.d.ts b/dist/gen/model/v1LabelSelectorRequirement.d.ts new file mode 100644 index 0000000000..36193c5870 --- /dev/null +++ b/dist/gen/model/v1LabelSelectorRequirement.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +*/ +export declare class V1LabelSelectorRequirement { + /** + * key is the label key that the selector applies to. + */ + 'key': string; + /** + * operator represents a key\'s relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + */ + 'operator': string; + /** + * values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + */ + 'values'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LabelSelectorRequirement.js b/dist/gen/model/v1LabelSelectorRequirement.js new file mode 100644 index 0000000000..f1b75015e6 --- /dev/null +++ b/dist/gen/model/v1LabelSelectorRequirement.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +*/ +class V1LabelSelectorRequirement { + static getAttributeTypeMap() { + return V1LabelSelectorRequirement.attributeTypeMap; + } +} +V1LabelSelectorRequirement.discriminator = undefined; +V1LabelSelectorRequirement.attributeTypeMap = [ + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "operator", + "baseName": "operator", + "type": "string" + }, + { + "name": "values", + "baseName": "values", + "type": "Array" + } +]; +exports.V1LabelSelectorRequirement = V1LabelSelectorRequirement; +//# sourceMappingURL=v1LabelSelectorRequirement.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LabelSelectorRequirement.js.map b/dist/gen/model/v1LabelSelectorRequirement.js.map new file mode 100644 index 0000000000..aa0a139db3 --- /dev/null +++ b/dist/gen/model/v1LabelSelectorRequirement.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LabelSelectorRequirement.js","sourceRoot":"","sources":["../../../src/gen/model/v1LabelSelectorRequirement.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAiCnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AArBM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA/Bf,gEAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1Lease.d.ts b/dist/gen/model/v1Lease.d.ts new file mode 100644 index 0000000000..50ba8d4624 --- /dev/null +++ b/dist/gen/model/v1Lease.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LeaseSpec } from './v1LeaseSpec'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Lease defines a lease concept. +*/ +export declare class V1Lease { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1LeaseSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Lease.js b/dist/gen/model/v1Lease.js new file mode 100644 index 0000000000..a1e78e400e --- /dev/null +++ b/dist/gen/model/v1Lease.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Lease defines a lease concept. +*/ +class V1Lease { + static getAttributeTypeMap() { + return V1Lease.attributeTypeMap; + } +} +V1Lease.discriminator = undefined; +V1Lease.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1LeaseSpec" + } +]; +exports.V1Lease = V1Lease; +//# sourceMappingURL=v1Lease.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Lease.js.map b/dist/gen/model/v1Lease.js.map new file mode 100644 index 0000000000..74253baab4 --- /dev/null +++ b/dist/gen/model/v1Lease.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Lease.js","sourceRoot":"","sources":["../../../src/gen/model/v1Lease.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,OAAO;IAoChB,MAAM,CAAC,mBAAmB;QACtB,OAAO,OAAO,CAAC,gBAAgB,CAAC;IACpC,CAAC;;AA1BM,qBAAa,GAAuB,SAAS,CAAC;AAE9C,wBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,aAAa;KACxB;CAAK,CAAC;AAlCf,0BAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1LeaseList.d.ts b/dist/gen/model/v1LeaseList.d.ts new file mode 100644 index 0000000000..d32549d27b --- /dev/null +++ b/dist/gen/model/v1LeaseList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Lease } from './v1Lease'; +import { V1ListMeta } from './v1ListMeta'; +/** +* LeaseList is a list of Lease objects. +*/ +export declare class V1LeaseList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LeaseList.js b/dist/gen/model/v1LeaseList.js new file mode 100644 index 0000000000..587fbcf05b --- /dev/null +++ b/dist/gen/model/v1LeaseList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LeaseList is a list of Lease objects. +*/ +class V1LeaseList { + static getAttributeTypeMap() { + return V1LeaseList.attributeTypeMap; + } +} +V1LeaseList.discriminator = undefined; +V1LeaseList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1LeaseList = V1LeaseList; +//# sourceMappingURL=v1LeaseList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LeaseList.js.map b/dist/gen/model/v1LeaseList.js.map new file mode 100644 index 0000000000..22fa07a511 --- /dev/null +++ b/dist/gen/model/v1LeaseList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LeaseList.js","sourceRoot":"","sources":["../../../src/gen/model/v1LeaseList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,WAAW;IAuCpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA1BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1LeaseSpec.d.ts b/dist/gen/model/v1LeaseSpec.d.ts new file mode 100644 index 0000000000..9b3b537558 --- /dev/null +++ b/dist/gen/model/v1LeaseSpec.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* LeaseSpec is a specification of a Lease. +*/ +export declare class V1LeaseSpec { + /** + * acquireTime is a time when the current lease was acquired. + */ + 'acquireTime'?: Date; + /** + * holderIdentity contains the identity of the holder of a current lease. + */ + 'holderIdentity'?: string; + /** + * leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed RenewTime. + */ + 'leaseDurationSeconds'?: number; + /** + * leaseTransitions is the number of transitions of a lease between holders. + */ + 'leaseTransitions'?: number; + /** + * renewTime is a time when the current holder of a lease has last updated the lease. + */ + 'renewTime'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LeaseSpec.js b/dist/gen/model/v1LeaseSpec.js new file mode 100644 index 0000000000..4ecc6af3e8 --- /dev/null +++ b/dist/gen/model/v1LeaseSpec.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LeaseSpec is a specification of a Lease. +*/ +class V1LeaseSpec { + static getAttributeTypeMap() { + return V1LeaseSpec.attributeTypeMap; + } +} +V1LeaseSpec.discriminator = undefined; +V1LeaseSpec.attributeTypeMap = [ + { + "name": "acquireTime", + "baseName": "acquireTime", + "type": "Date" + }, + { + "name": "holderIdentity", + "baseName": "holderIdentity", + "type": "string" + }, + { + "name": "leaseDurationSeconds", + "baseName": "leaseDurationSeconds", + "type": "number" + }, + { + "name": "leaseTransitions", + "baseName": "leaseTransitions", + "type": "number" + }, + { + "name": "renewTime", + "baseName": "renewTime", + "type": "Date" + } +]; +exports.V1LeaseSpec = V1LeaseSpec; +//# sourceMappingURL=v1LeaseSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LeaseSpec.js.map b/dist/gen/model/v1LeaseSpec.js.map new file mode 100644 index 0000000000..c044dcdad1 --- /dev/null +++ b/dist/gen/model/v1LeaseSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LeaseSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1LeaseSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,WAAW;IAmDpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA/BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAjDf,kCAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1Lifecycle.d.ts b/dist/gen/model/v1Lifecycle.d.ts new file mode 100644 index 0000000000..40497c4499 --- /dev/null +++ b/dist/gen/model/v1Lifecycle.d.ts @@ -0,0 +1,30 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Handler } from './v1Handler'; +/** +* Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted. +*/ +export declare class V1Lifecycle { + 'postStart'?: V1Handler; + 'preStop'?: V1Handler; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Lifecycle.js b/dist/gen/model/v1Lifecycle.js new file mode 100644 index 0000000000..2194f053cf --- /dev/null +++ b/dist/gen/model/v1Lifecycle.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted. +*/ +class V1Lifecycle { + static getAttributeTypeMap() { + return V1Lifecycle.attributeTypeMap; + } +} +V1Lifecycle.discriminator = undefined; +V1Lifecycle.attributeTypeMap = [ + { + "name": "postStart", + "baseName": "postStart", + "type": "V1Handler" + }, + { + "name": "preStop", + "baseName": "preStop", + "type": "V1Handler" + } +]; +exports.V1Lifecycle = V1Lifecycle; +//# sourceMappingURL=v1Lifecycle.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Lifecycle.js.map b/dist/gen/model/v1Lifecycle.js.map new file mode 100644 index 0000000000..ff173949c4 --- /dev/null +++ b/dist/gen/model/v1Lifecycle.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Lifecycle.js","sourceRoot":"","sources":["../../../src/gen/model/v1Lifecycle.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,WAAW;IAkBpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AAhBM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,WAAW;KACtB;CAAK,CAAC;AAhBf,kCAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1LimitRange.d.ts b/dist/gen/model/v1LimitRange.d.ts new file mode 100644 index 0000000000..9b22b62597 --- /dev/null +++ b/dist/gen/model/v1LimitRange.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LimitRangeSpec } from './v1LimitRangeSpec'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* LimitRange sets resource usage limits for each kind of resource in a Namespace. +*/ +export declare class V1LimitRange { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1LimitRangeSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LimitRange.js b/dist/gen/model/v1LimitRange.js new file mode 100644 index 0000000000..6eeae30824 --- /dev/null +++ b/dist/gen/model/v1LimitRange.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LimitRange sets resource usage limits for each kind of resource in a Namespace. +*/ +class V1LimitRange { + static getAttributeTypeMap() { + return V1LimitRange.attributeTypeMap; + } +} +V1LimitRange.discriminator = undefined; +V1LimitRange.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1LimitRangeSpec" + } +]; +exports.V1LimitRange = V1LimitRange; +//# sourceMappingURL=v1LimitRange.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LimitRange.js.map b/dist/gen/model/v1LimitRange.js.map new file mode 100644 index 0000000000..fd75481b7f --- /dev/null +++ b/dist/gen/model/v1LimitRange.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LimitRange.js","sourceRoot":"","sources":["../../../src/gen/model/v1LimitRange.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,YAAY;IAoCrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA1BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AAlCf,oCAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1LimitRangeItem.d.ts b/dist/gen/model/v1LimitRangeItem.d.ts new file mode 100644 index 0000000000..3ae363c43b --- /dev/null +++ b/dist/gen/model/v1LimitRangeItem.d.ts @@ -0,0 +1,61 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* LimitRangeItem defines a min/max usage limit for any resource that matches on kind. +*/ +export declare class V1LimitRangeItem { + /** + * Default resource requirement limit value by resource name if resource limit is omitted. + */ + '_default'?: { + [key: string]: string; + }; + /** + * DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. + */ + 'defaultRequest'?: { + [key: string]: string; + }; + /** + * Max usage constraints on this kind by resource name. + */ + 'max'?: { + [key: string]: string; + }; + /** + * MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. + */ + 'maxLimitRequestRatio'?: { + [key: string]: string; + }; + /** + * Min usage constraints on this kind by resource name. + */ + 'min'?: { + [key: string]: string; + }; + /** + * Type of resource that this limit applies to. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LimitRangeItem.js b/dist/gen/model/v1LimitRangeItem.js new file mode 100644 index 0000000000..f183504a0d --- /dev/null +++ b/dist/gen/model/v1LimitRangeItem.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LimitRangeItem defines a min/max usage limit for any resource that matches on kind. +*/ +class V1LimitRangeItem { + static getAttributeTypeMap() { + return V1LimitRangeItem.attributeTypeMap; + } +} +V1LimitRangeItem.discriminator = undefined; +V1LimitRangeItem.attributeTypeMap = [ + { + "name": "_default", + "baseName": "default", + "type": "{ [key: string]: string; }" + }, + { + "name": "defaultRequest", + "baseName": "defaultRequest", + "type": "{ [key: string]: string; }" + }, + { + "name": "max", + "baseName": "max", + "type": "{ [key: string]: string; }" + }, + { + "name": "maxLimitRequestRatio", + "baseName": "maxLimitRequestRatio", + "type": "{ [key: string]: string; }" + }, + { + "name": "min", + "baseName": "min", + "type": "{ [key: string]: string; }" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1LimitRangeItem = V1LimitRangeItem; +//# sourceMappingURL=v1LimitRangeItem.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LimitRangeItem.js.map b/dist/gen/model/v1LimitRangeItem.js.map new file mode 100644 index 0000000000..2a3bddd114 --- /dev/null +++ b/dist/gen/model/v1LimitRangeItem.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LimitRangeItem.js","sourceRoot":"","sources":["../../../src/gen/model/v1LimitRangeItem.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IA4DzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AApCM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,4CA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1LimitRangeList.d.ts b/dist/gen/model/v1LimitRangeList.d.ts new file mode 100644 index 0000000000..b0e1a7cd1c --- /dev/null +++ b/dist/gen/model/v1LimitRangeList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LimitRange } from './v1LimitRange'; +import { V1ListMeta } from './v1ListMeta'; +/** +* LimitRangeList is a list of LimitRange items. +*/ +export declare class V1LimitRangeList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LimitRangeList.js b/dist/gen/model/v1LimitRangeList.js new file mode 100644 index 0000000000..015376fc70 --- /dev/null +++ b/dist/gen/model/v1LimitRangeList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LimitRangeList is a list of LimitRange items. +*/ +class V1LimitRangeList { + static getAttributeTypeMap() { + return V1LimitRangeList.attributeTypeMap; + } +} +V1LimitRangeList.discriminator = undefined; +V1LimitRangeList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1LimitRangeList = V1LimitRangeList; +//# sourceMappingURL=v1LimitRangeList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LimitRangeList.js.map b/dist/gen/model/v1LimitRangeList.js.map new file mode 100644 index 0000000000..8d80ab1b2d --- /dev/null +++ b/dist/gen/model/v1LimitRangeList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LimitRangeList.js","sourceRoot":"","sources":["../../../src/gen/model/v1LimitRangeList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAuCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1LimitRangeSpec.d.ts b/dist/gen/model/v1LimitRangeSpec.d.ts new file mode 100644 index 0000000000..941e8ef5b0 --- /dev/null +++ b/dist/gen/model/v1LimitRangeSpec.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LimitRangeItem } from './v1LimitRangeItem'; +/** +* LimitRangeSpec defines a min/max usage limit for resources that match on kind. +*/ +export declare class V1LimitRangeSpec { + /** + * Limits is the list of LimitRangeItem objects that are enforced. + */ + 'limits': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LimitRangeSpec.js b/dist/gen/model/v1LimitRangeSpec.js new file mode 100644 index 0000000000..41d968f45d --- /dev/null +++ b/dist/gen/model/v1LimitRangeSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LimitRangeSpec defines a min/max usage limit for resources that match on kind. +*/ +class V1LimitRangeSpec { + static getAttributeTypeMap() { + return V1LimitRangeSpec.attributeTypeMap; + } +} +V1LimitRangeSpec.discriminator = undefined; +V1LimitRangeSpec.attributeTypeMap = [ + { + "name": "limits", + "baseName": "limits", + "type": "Array" + } +]; +exports.V1LimitRangeSpec = V1LimitRangeSpec; +//# sourceMappingURL=v1LimitRangeSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LimitRangeSpec.js.map b/dist/gen/model/v1LimitRangeSpec.js.map new file mode 100644 index 0000000000..5a71180484 --- /dev/null +++ b/dist/gen/model/v1LimitRangeSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LimitRangeSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1LimitRangeSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,gBAAgB;IAezB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAXM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAbf,4CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1ListMeta.d.ts b/dist/gen/model/v1ListMeta.d.ts new file mode 100644 index 0000000000..6215cca016 --- /dev/null +++ b/dist/gen/model/v1ListMeta.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. +*/ +export declare class V1ListMeta { + /** + * continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message. + */ + '_continue'?: string; + /** + * remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact. This field is alpha and can be changed or removed without notice. + */ + 'remainingItemCount'?: number; + /** + * String that identifies the server\'s internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency + */ + 'resourceVersion'?: string; + /** + * selfLink is a URL representing this object. Populated by the system. Read-only. + */ + 'selfLink'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ListMeta.js b/dist/gen/model/v1ListMeta.js new file mode 100644 index 0000000000..b984f1ce42 --- /dev/null +++ b/dist/gen/model/v1ListMeta.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. +*/ +class V1ListMeta { + static getAttributeTypeMap() { + return V1ListMeta.attributeTypeMap; + } +} +V1ListMeta.discriminator = undefined; +V1ListMeta.attributeTypeMap = [ + { + "name": "_continue", + "baseName": "continue", + "type": "string" + }, + { + "name": "remainingItemCount", + "baseName": "remainingItemCount", + "type": "number" + }, + { + "name": "resourceVersion", + "baseName": "resourceVersion", + "type": "string" + }, + { + "name": "selfLink", + "baseName": "selfLink", + "type": "string" + } +]; +exports.V1ListMeta = V1ListMeta; +//# sourceMappingURL=v1ListMeta.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ListMeta.js.map b/dist/gen/model/v1ListMeta.js.map new file mode 100644 index 0000000000..74ff796438 --- /dev/null +++ b/dist/gen/model/v1ListMeta.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ListMeta.js","sourceRoot":"","sources":["../../../src/gen/model/v1ListMeta.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,UAAU;IA0CnB,MAAM,CAAC,mBAAmB;QACtB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AA1BM,wBAAa,GAAuB,SAAS,CAAC;AAE9C,2BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,gCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1LoadBalancerIngress.d.ts b/dist/gen/model/v1LoadBalancerIngress.d.ts new file mode 100644 index 0000000000..e116e610a3 --- /dev/null +++ b/dist/gen/model/v1LoadBalancerIngress.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point. +*/ +export declare class V1LoadBalancerIngress { + /** + * Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) + */ + 'hostname'?: string; + /** + * IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) + */ + 'ip'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LoadBalancerIngress.js b/dist/gen/model/v1LoadBalancerIngress.js new file mode 100644 index 0000000000..90a58d2a09 --- /dev/null +++ b/dist/gen/model/v1LoadBalancerIngress.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point. +*/ +class V1LoadBalancerIngress { + static getAttributeTypeMap() { + return V1LoadBalancerIngress.attributeTypeMap; + } +} +V1LoadBalancerIngress.discriminator = undefined; +V1LoadBalancerIngress.attributeTypeMap = [ + { + "name": "hostname", + "baseName": "hostname", + "type": "string" + }, + { + "name": "ip", + "baseName": "ip", + "type": "string" + } +]; +exports.V1LoadBalancerIngress = V1LoadBalancerIngress; +//# sourceMappingURL=v1LoadBalancerIngress.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LoadBalancerIngress.js.map b/dist/gen/model/v1LoadBalancerIngress.js.map new file mode 100644 index 0000000000..c3d9115f87 --- /dev/null +++ b/dist/gen/model/v1LoadBalancerIngress.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LoadBalancerIngress.js","sourceRoot":"","sources":["../../../src/gen/model/v1LoadBalancerIngress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IAwB9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1LoadBalancerStatus.d.ts b/dist/gen/model/v1LoadBalancerStatus.d.ts new file mode 100644 index 0000000000..a6a68456c6 --- /dev/null +++ b/dist/gen/model/v1LoadBalancerStatus.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LoadBalancerIngress } from './v1LoadBalancerIngress'; +/** +* LoadBalancerStatus represents the status of a load-balancer. +*/ +export declare class V1LoadBalancerStatus { + /** + * Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points. + */ + 'ingress'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LoadBalancerStatus.js b/dist/gen/model/v1LoadBalancerStatus.js new file mode 100644 index 0000000000..e87dc3d157 --- /dev/null +++ b/dist/gen/model/v1LoadBalancerStatus.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LoadBalancerStatus represents the status of a load-balancer. +*/ +class V1LoadBalancerStatus { + static getAttributeTypeMap() { + return V1LoadBalancerStatus.attributeTypeMap; + } +} +V1LoadBalancerStatus.discriminator = undefined; +V1LoadBalancerStatus.attributeTypeMap = [ + { + "name": "ingress", + "baseName": "ingress", + "type": "Array" + } +]; +exports.V1LoadBalancerStatus = V1LoadBalancerStatus; +//# sourceMappingURL=v1LoadBalancerStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LoadBalancerStatus.js.map b/dist/gen/model/v1LoadBalancerStatus.js.map new file mode 100644 index 0000000000..764419c72f --- /dev/null +++ b/dist/gen/model/v1LoadBalancerStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LoadBalancerStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1LoadBalancerStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IAe7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAXM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,8BAA8B;KACzC;CAAK,CAAC;AAbf,oDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1LocalObjectReference.d.ts b/dist/gen/model/v1LocalObjectReference.d.ts new file mode 100644 index 0000000000..851a1d2531 --- /dev/null +++ b/dist/gen/model/v1LocalObjectReference.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. +*/ +export declare class V1LocalObjectReference { + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LocalObjectReference.js b/dist/gen/model/v1LocalObjectReference.js new file mode 100644 index 0000000000..5f49c908a8 --- /dev/null +++ b/dist/gen/model/v1LocalObjectReference.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. +*/ +class V1LocalObjectReference { + static getAttributeTypeMap() { + return V1LocalObjectReference.attributeTypeMap; + } +} +V1LocalObjectReference.discriminator = undefined; +V1LocalObjectReference.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1LocalObjectReference = V1LocalObjectReference; +//# sourceMappingURL=v1LocalObjectReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LocalObjectReference.js.map b/dist/gen/model/v1LocalObjectReference.js.map new file mode 100644 index 0000000000..c1757c1a3a --- /dev/null +++ b/dist/gen/model/v1LocalObjectReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LocalObjectReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1LocalObjectReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAe/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAXM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,wDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1LocalSubjectAccessReview.d.ts b/dist/gen/model/v1LocalSubjectAccessReview.d.ts new file mode 100644 index 0000000000..11b511c16d --- /dev/null +++ b/dist/gen/model/v1LocalSubjectAccessReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1SubjectAccessReviewSpec } from './v1SubjectAccessReviewSpec'; +import { V1SubjectAccessReviewStatus } from './v1SubjectAccessReviewStatus'; +/** +* LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. +*/ +export declare class V1LocalSubjectAccessReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1SubjectAccessReviewSpec; + 'status'?: V1SubjectAccessReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LocalSubjectAccessReview.js b/dist/gen/model/v1LocalSubjectAccessReview.js new file mode 100644 index 0000000000..e152981448 --- /dev/null +++ b/dist/gen/model/v1LocalSubjectAccessReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. +*/ +class V1LocalSubjectAccessReview { + static getAttributeTypeMap() { + return V1LocalSubjectAccessReview.attributeTypeMap; + } +} +V1LocalSubjectAccessReview.discriminator = undefined; +V1LocalSubjectAccessReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1SubjectAccessReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1SubjectAccessReviewStatus" + } +]; +exports.V1LocalSubjectAccessReview = V1LocalSubjectAccessReview; +//# sourceMappingURL=v1LocalSubjectAccessReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LocalSubjectAccessReview.js.map b/dist/gen/model/v1LocalSubjectAccessReview.js.map new file mode 100644 index 0000000000..894d282349 --- /dev/null +++ b/dist/gen/model/v1LocalSubjectAccessReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LocalSubjectAccessReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1LocalSubjectAccessReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,0BAA0B;IA0CnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA/BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;CAAK,CAAC;AAxCf,gEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1LocalVolumeSource.d.ts b/dist/gen/model/v1LocalVolumeSource.d.ts new file mode 100644 index 0000000000..41cdae0294 --- /dev/null +++ b/dist/gen/model/v1LocalVolumeSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Local represents directly-attached storage with node affinity (Beta feature) +*/ +export declare class V1LocalVolumeSource { + /** + * Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a fileystem if unspecified. + */ + 'fsType'?: string; + /** + * The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). + */ + 'path': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1LocalVolumeSource.js b/dist/gen/model/v1LocalVolumeSource.js new file mode 100644 index 0000000000..bded6c621f --- /dev/null +++ b/dist/gen/model/v1LocalVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Local represents directly-attached storage with node affinity (Beta feature) +*/ +class V1LocalVolumeSource { + static getAttributeTypeMap() { + return V1LocalVolumeSource.attributeTypeMap; + } +} +V1LocalVolumeSource.discriminator = undefined; +V1LocalVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + } +]; +exports.V1LocalVolumeSource = V1LocalVolumeSource; +//# sourceMappingURL=v1LocalVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1LocalVolumeSource.js.map b/dist/gen/model/v1LocalVolumeSource.js.map new file mode 100644 index 0000000000..a0baa168a3 --- /dev/null +++ b/dist/gen/model/v1LocalVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1LocalVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1LocalVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mBAAmB;IAwB5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAhBM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,kDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ManagedFieldsEntry.d.ts b/dist/gen/model/v1ManagedFieldsEntry.d.ts new file mode 100644 index 0000000000..a4fe7a1755 --- /dev/null +++ b/dist/gen/model/v1ManagedFieldsEntry.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to. +*/ +export declare class V1ManagedFieldsEntry { + /** + * APIVersion defines the version of this resource that this field set applies to. The format is \"group/version\" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted. + */ + 'apiVersion'?: string; + /** + * Fields identifies a set of fields. + */ + 'fields'?: object; + /** + * Manager is an identifier of the workflow managing these fields. + */ + 'manager'?: string; + /** + * Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are \'Apply\' and \'Update\'. + */ + 'operation'?: string; + /** + * Time is timestamp of when these fields were set. It should always be empty if Operation is \'Apply\' + */ + 'time'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ManagedFieldsEntry.js b/dist/gen/model/v1ManagedFieldsEntry.js new file mode 100644 index 0000000000..67d2bfc3b1 --- /dev/null +++ b/dist/gen/model/v1ManagedFieldsEntry.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to. +*/ +class V1ManagedFieldsEntry { + static getAttributeTypeMap() { + return V1ManagedFieldsEntry.attributeTypeMap; + } +} +V1ManagedFieldsEntry.discriminator = undefined; +V1ManagedFieldsEntry.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "fields", + "baseName": "fields", + "type": "object" + }, + { + "name": "manager", + "baseName": "manager", + "type": "string" + }, + { + "name": "operation", + "baseName": "operation", + "type": "string" + }, + { + "name": "time", + "baseName": "time", + "type": "Date" + } +]; +exports.V1ManagedFieldsEntry = V1ManagedFieldsEntry; +//# sourceMappingURL=v1ManagedFieldsEntry.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ManagedFieldsEntry.js.map b/dist/gen/model/v1ManagedFieldsEntry.js.map new file mode 100644 index 0000000000..8cc4f03276 --- /dev/null +++ b/dist/gen/model/v1ManagedFieldsEntry.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ManagedFieldsEntry.js","sourceRoot":"","sources":["../../../src/gen/model/v1ManagedFieldsEntry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAmD7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA/BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAjDf,oDAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1NFSVolumeSource.d.ts b/dist/gen/model/v1NFSVolumeSource.d.ts new file mode 100644 index 0000000000..bd5eb7d077 --- /dev/null +++ b/dist/gen/model/v1NFSVolumeSource.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1NFSVolumeSource { + /** + * Path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + */ + 'path': string; + /** + * ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + */ + 'readOnly'?: boolean; + /** + * Server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + */ + 'server': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NFSVolumeSource.js b/dist/gen/model/v1NFSVolumeSource.js new file mode 100644 index 0000000000..d9483526ee --- /dev/null +++ b/dist/gen/model/v1NFSVolumeSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. +*/ +class V1NFSVolumeSource { + static getAttributeTypeMap() { + return V1NFSVolumeSource.attributeTypeMap; + } +} +V1NFSVolumeSource.discriminator = undefined; +V1NFSVolumeSource.attributeTypeMap = [ + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "server", + "baseName": "server", + "type": "string" + } +]; +exports.V1NFSVolumeSource = V1NFSVolumeSource; +//# sourceMappingURL=v1NFSVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NFSVolumeSource.js.map b/dist/gen/model/v1NFSVolumeSource.js.map new file mode 100644 index 0000000000..e5ef6c116a --- /dev/null +++ b/dist/gen/model/v1NFSVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NFSVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1NFSVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAiC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AArBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,8CAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1Namespace.d.ts b/dist/gen/model/v1Namespace.d.ts new file mode 100644 index 0000000000..415979d1f2 --- /dev/null +++ b/dist/gen/model/v1Namespace.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NamespaceSpec } from './v1NamespaceSpec'; +import { V1NamespaceStatus } from './v1NamespaceStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Namespace provides a scope for Names. Use of multiple namespaces is optional. +*/ +export declare class V1Namespace { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1NamespaceSpec; + 'status'?: V1NamespaceStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Namespace.js b/dist/gen/model/v1Namespace.js new file mode 100644 index 0000000000..59c3e4c862 --- /dev/null +++ b/dist/gen/model/v1Namespace.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Namespace provides a scope for Names. Use of multiple namespaces is optional. +*/ +class V1Namespace { + static getAttributeTypeMap() { + return V1Namespace.attributeTypeMap; + } +} +V1Namespace.discriminator = undefined; +V1Namespace.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1NamespaceSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1NamespaceStatus" + } +]; +exports.V1Namespace = V1Namespace; +//# sourceMappingURL=v1Namespace.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Namespace.js.map b/dist/gen/model/v1Namespace.js.map new file mode 100644 index 0000000000..a1825b96b6 --- /dev/null +++ b/dist/gen/model/v1Namespace.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Namespace.js","sourceRoot":"","sources":["../../../src/gen/model/v1Namespace.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,WAAW;IA0CpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA/BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAxCf,kCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1NamespaceList.d.ts b/dist/gen/model/v1NamespaceList.d.ts new file mode 100644 index 0000000000..347edeec9b --- /dev/null +++ b/dist/gen/model/v1NamespaceList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1Namespace } from './v1Namespace'; +/** +* NamespaceList is a list of Namespaces. +*/ +export declare class V1NamespaceList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NamespaceList.js b/dist/gen/model/v1NamespaceList.js new file mode 100644 index 0000000000..69a9663a67 --- /dev/null +++ b/dist/gen/model/v1NamespaceList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NamespaceList is a list of Namespaces. +*/ +class V1NamespaceList { + static getAttributeTypeMap() { + return V1NamespaceList.attributeTypeMap; + } +} +V1NamespaceList.discriminator = undefined; +V1NamespaceList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1NamespaceList = V1NamespaceList; +//# sourceMappingURL=v1NamespaceList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NamespaceList.js.map b/dist/gen/model/v1NamespaceList.js.map new file mode 100644 index 0000000000..8d01defe8e --- /dev/null +++ b/dist/gen/model/v1NamespaceList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NamespaceList.js","sourceRoot":"","sources":["../../../src/gen/model/v1NamespaceList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAuCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1NamespaceSpec.d.ts b/dist/gen/model/v1NamespaceSpec.d.ts new file mode 100644 index 0000000000..5ef7d75509 --- /dev/null +++ b/dist/gen/model/v1NamespaceSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NamespaceSpec describes the attributes on a Namespace. +*/ +export declare class V1NamespaceSpec { + /** + * Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ + */ + 'finalizers'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NamespaceSpec.js b/dist/gen/model/v1NamespaceSpec.js new file mode 100644 index 0000000000..63f7408473 --- /dev/null +++ b/dist/gen/model/v1NamespaceSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NamespaceSpec describes the attributes on a Namespace. +*/ +class V1NamespaceSpec { + static getAttributeTypeMap() { + return V1NamespaceSpec.attributeTypeMap; + } +} +V1NamespaceSpec.discriminator = undefined; +V1NamespaceSpec.attributeTypeMap = [ + { + "name": "finalizers", + "baseName": "finalizers", + "type": "Array" + } +]; +exports.V1NamespaceSpec = V1NamespaceSpec; +//# sourceMappingURL=v1NamespaceSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NamespaceSpec.js.map b/dist/gen/model/v1NamespaceSpec.js.map new file mode 100644 index 0000000000..816f308b86 --- /dev/null +++ b/dist/gen/model/v1NamespaceSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NamespaceSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1NamespaceSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,eAAe;IAexB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAXM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAbf,0CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1NamespaceStatus.d.ts b/dist/gen/model/v1NamespaceStatus.d.ts new file mode 100644 index 0000000000..cf6bf67511 --- /dev/null +++ b/dist/gen/model/v1NamespaceStatus.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NamespaceStatus is information about the current status of a Namespace. +*/ +export declare class V1NamespaceStatus { + /** + * Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ + */ + 'phase'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NamespaceStatus.js b/dist/gen/model/v1NamespaceStatus.js new file mode 100644 index 0000000000..34e414d023 --- /dev/null +++ b/dist/gen/model/v1NamespaceStatus.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NamespaceStatus is information about the current status of a Namespace. +*/ +class V1NamespaceStatus { + static getAttributeTypeMap() { + return V1NamespaceStatus.attributeTypeMap; + } +} +V1NamespaceStatus.discriminator = undefined; +V1NamespaceStatus.attributeTypeMap = [ + { + "name": "phase", + "baseName": "phase", + "type": "string" + } +]; +exports.V1NamespaceStatus = V1NamespaceStatus; +//# sourceMappingURL=v1NamespaceStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NamespaceStatus.js.map b/dist/gen/model/v1NamespaceStatus.js.map new file mode 100644 index 0000000000..3f635c9455 --- /dev/null +++ b/dist/gen/model/v1NamespaceStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NamespaceStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1NamespaceStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAe1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAXM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,8CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicy.d.ts b/dist/gen/model/v1NetworkPolicy.d.ts new file mode 100644 index 0000000000..6152ff2450 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicy.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NetworkPolicySpec } from './v1NetworkPolicySpec'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* NetworkPolicy describes what network traffic is allowed for a set of Pods +*/ +export declare class V1NetworkPolicy { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1NetworkPolicySpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NetworkPolicy.js b/dist/gen/model/v1NetworkPolicy.js new file mode 100644 index 0000000000..49ba73012d --- /dev/null +++ b/dist/gen/model/v1NetworkPolicy.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NetworkPolicy describes what network traffic is allowed for a set of Pods +*/ +class V1NetworkPolicy { + static getAttributeTypeMap() { + return V1NetworkPolicy.attributeTypeMap; + } +} +V1NetworkPolicy.discriminator = undefined; +V1NetworkPolicy.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1NetworkPolicySpec" + } +]; +exports.V1NetworkPolicy = V1NetworkPolicy; +//# sourceMappingURL=v1NetworkPolicy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicy.js.map b/dist/gen/model/v1NetworkPolicy.js.map new file mode 100644 index 0000000000..f1d05bdf28 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NetworkPolicy.js","sourceRoot":"","sources":["../../../src/gen/model/v1NetworkPolicy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAoCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAlCf,0CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyEgressRule.d.ts b/dist/gen/model/v1NetworkPolicyEgressRule.d.ts new file mode 100644 index 0000000000..75f052c7d2 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyEgressRule.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NetworkPolicyPeer } from './v1NetworkPolicyPeer'; +import { V1NetworkPolicyPort } from './v1NetworkPolicyPort'; +/** +* NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec\'s podSelector. The traffic must match both ports and to. This type is beta-level in 1.8 +*/ +export declare class V1NetworkPolicyEgressRule { + /** + * List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + */ + 'ports'?: Array; + /** + * List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list. + */ + 'to'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NetworkPolicyEgressRule.js b/dist/gen/model/v1NetworkPolicyEgressRule.js new file mode 100644 index 0000000000..c09d35a29f --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyEgressRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec\'s podSelector. The traffic must match both ports and to. This type is beta-level in 1.8 +*/ +class V1NetworkPolicyEgressRule { + static getAttributeTypeMap() { + return V1NetworkPolicyEgressRule.attributeTypeMap; + } +} +V1NetworkPolicyEgressRule.discriminator = undefined; +V1NetworkPolicyEgressRule.attributeTypeMap = [ + { + "name": "ports", + "baseName": "ports", + "type": "Array" + }, + { + "name": "to", + "baseName": "to", + "type": "Array" + } +]; +exports.V1NetworkPolicyEgressRule = V1NetworkPolicyEgressRule; +//# sourceMappingURL=v1NetworkPolicyEgressRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyEgressRule.js.map b/dist/gen/model/v1NetworkPolicyEgressRule.js.map new file mode 100644 index 0000000000..edf2bb09e7 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyEgressRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NetworkPolicyEgressRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1NetworkPolicyEgressRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IAwBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AAtBf,8DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyIngressRule.d.ts b/dist/gen/model/v1NetworkPolicyIngressRule.d.ts new file mode 100644 index 0000000000..a0825efde1 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyIngressRule.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NetworkPolicyPeer } from './v1NetworkPolicyPeer'; +import { V1NetworkPolicyPort } from './v1NetworkPolicyPort'; +/** +* NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec\'s podSelector. The traffic must match both ports and from. +*/ +export declare class V1NetworkPolicyIngressRule { + /** + * List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list. + */ + 'from'?: Array; + /** + * List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + */ + 'ports'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NetworkPolicyIngressRule.js b/dist/gen/model/v1NetworkPolicyIngressRule.js new file mode 100644 index 0000000000..50a6ab857d --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyIngressRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec\'s podSelector. The traffic must match both ports and from. +*/ +class V1NetworkPolicyIngressRule { + static getAttributeTypeMap() { + return V1NetworkPolicyIngressRule.attributeTypeMap; + } +} +V1NetworkPolicyIngressRule.discriminator = undefined; +V1NetworkPolicyIngressRule.attributeTypeMap = [ + { + "name": "from", + "baseName": "from", + "type": "Array" + }, + { + "name": "ports", + "baseName": "ports", + "type": "Array" + } +]; +exports.V1NetworkPolicyIngressRule = V1NetworkPolicyIngressRule; +//# sourceMappingURL=v1NetworkPolicyIngressRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyIngressRule.js.map b/dist/gen/model/v1NetworkPolicyIngressRule.js.map new file mode 100644 index 0000000000..2a176125e2 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyIngressRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NetworkPolicyIngressRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1NetworkPolicyIngressRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,0BAA0B;IAwBnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AAhBM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AAtBf,gEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyList.d.ts b/dist/gen/model/v1NetworkPolicyList.d.ts new file mode 100644 index 0000000000..a660eeb364 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1NetworkPolicy } from './v1NetworkPolicy'; +/** +* NetworkPolicyList is a list of NetworkPolicy objects. +*/ +export declare class V1NetworkPolicyList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NetworkPolicyList.js b/dist/gen/model/v1NetworkPolicyList.js new file mode 100644 index 0000000000..1fa6dbd101 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NetworkPolicyList is a list of NetworkPolicy objects. +*/ +class V1NetworkPolicyList { + static getAttributeTypeMap() { + return V1NetworkPolicyList.attributeTypeMap; + } +} +V1NetworkPolicyList.discriminator = undefined; +V1NetworkPolicyList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1NetworkPolicyList = V1NetworkPolicyList; +//# sourceMappingURL=v1NetworkPolicyList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyList.js.map b/dist/gen/model/v1NetworkPolicyList.js.map new file mode 100644 index 0000000000..978b63fedf --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NetworkPolicyList.js","sourceRoot":"","sources":["../../../src/gen/model/v1NetworkPolicyList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyPeer.d.ts b/dist/gen/model/v1NetworkPolicyPeer.d.ts new file mode 100644 index 0000000000..69ffa9e2b9 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyPeer.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1IPBlock } from './v1IPBlock'; +import { V1LabelSelector } from './v1LabelSelector'; +/** +* NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed +*/ +export declare class V1NetworkPolicyPeer { + 'ipBlock'?: V1IPBlock; + 'namespaceSelector'?: V1LabelSelector; + 'podSelector'?: V1LabelSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NetworkPolicyPeer.js b/dist/gen/model/v1NetworkPolicyPeer.js new file mode 100644 index 0000000000..510add7de7 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyPeer.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NetworkPolicyPeer describes a peer to allow traffic from. Only certain combinations of fields are allowed +*/ +class V1NetworkPolicyPeer { + static getAttributeTypeMap() { + return V1NetworkPolicyPeer.attributeTypeMap; + } +} +V1NetworkPolicyPeer.discriminator = undefined; +V1NetworkPolicyPeer.attributeTypeMap = [ + { + "name": "ipBlock", + "baseName": "ipBlock", + "type": "V1IPBlock" + }, + { + "name": "namespaceSelector", + "baseName": "namespaceSelector", + "type": "V1LabelSelector" + }, + { + "name": "podSelector", + "baseName": "podSelector", + "type": "V1LabelSelector" + } +]; +exports.V1NetworkPolicyPeer = V1NetworkPolicyPeer; +//# sourceMappingURL=v1NetworkPolicyPeer.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyPeer.js.map b/dist/gen/model/v1NetworkPolicyPeer.js.map new file mode 100644 index 0000000000..b6420e0015 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyPeer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NetworkPolicyPeer.js","sourceRoot":"","sources":["../../../src/gen/model/v1NetworkPolicyPeer.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mBAAmB;IAwB5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AArBM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AAtBf,kDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyPort.d.ts b/dist/gen/model/v1NetworkPolicyPort.d.ts new file mode 100644 index 0000000000..c04050daf8 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyPort.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NetworkPolicyPort describes a port to allow traffic on +*/ +export declare class V1NetworkPolicyPort { + /** + * The port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. + */ + 'port'?: object; + /** + * The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP. + */ + 'protocol'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NetworkPolicyPort.js b/dist/gen/model/v1NetworkPolicyPort.js new file mode 100644 index 0000000000..4b0600f2fc --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyPort.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NetworkPolicyPort describes a port to allow traffic on +*/ +class V1NetworkPolicyPort { + static getAttributeTypeMap() { + return V1NetworkPolicyPort.attributeTypeMap; + } +} +V1NetworkPolicyPort.discriminator = undefined; +V1NetworkPolicyPort.attributeTypeMap = [ + { + "name": "port", + "baseName": "port", + "type": "object" + }, + { + "name": "protocol", + "baseName": "protocol", + "type": "string" + } +]; +exports.V1NetworkPolicyPort = V1NetworkPolicyPort; +//# sourceMappingURL=v1NetworkPolicyPort.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicyPort.js.map b/dist/gen/model/v1NetworkPolicyPort.js.map new file mode 100644 index 0000000000..dc85d396ba --- /dev/null +++ b/dist/gen/model/v1NetworkPolicyPort.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NetworkPolicyPort.js","sourceRoot":"","sources":["../../../src/gen/model/v1NetworkPolicyPort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mBAAmB;IAwB5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAhBM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,kDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicySpec.d.ts b/dist/gen/model/v1NetworkPolicySpec.d.ts new file mode 100644 index 0000000000..9d41ac1c48 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicySpec.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1NetworkPolicyEgressRule } from './v1NetworkPolicyEgressRule'; +import { V1NetworkPolicyIngressRule } from './v1NetworkPolicyIngressRule'; +/** +* NetworkPolicySpec provides the specification of a NetworkPolicy +*/ +export declare class V1NetworkPolicySpec { + /** + * List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 + */ + 'egress'?: Array; + /** + * List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod\'s local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default) + */ + 'ingress'?: Array; + 'podSelector': V1LabelSelector; + /** + * List of rule types that the NetworkPolicy relates to. Valid options are \"Ingress\", \"Egress\", or \"Ingress,Egress\". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ \"Egress\" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include \"Egress\" (since such a policy would not include an Egress section and would otherwise default to just [ \"Ingress\" ]). This field is beta-level in 1.8 + */ + 'policyTypes'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NetworkPolicySpec.js b/dist/gen/model/v1NetworkPolicySpec.js new file mode 100644 index 0000000000..facf0d6bae --- /dev/null +++ b/dist/gen/model/v1NetworkPolicySpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NetworkPolicySpec provides the specification of a NetworkPolicy +*/ +class V1NetworkPolicySpec { + static getAttributeTypeMap() { + return V1NetworkPolicySpec.attributeTypeMap; + } +} +V1NetworkPolicySpec.discriminator = undefined; +V1NetworkPolicySpec.attributeTypeMap = [ + { + "name": "egress", + "baseName": "egress", + "type": "Array" + }, + { + "name": "ingress", + "baseName": "ingress", + "type": "Array" + }, + { + "name": "podSelector", + "baseName": "podSelector", + "type": "V1LabelSelector" + }, + { + "name": "policyTypes", + "baseName": "policyTypes", + "type": "Array" + } +]; +exports.V1NetworkPolicySpec = V1NetworkPolicySpec; +//# sourceMappingURL=v1NetworkPolicySpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NetworkPolicySpec.js.map b/dist/gen/model/v1NetworkPolicySpec.js.map new file mode 100644 index 0000000000..df30d69934 --- /dev/null +++ b/dist/gen/model/v1NetworkPolicySpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NetworkPolicySpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1NetworkPolicySpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Node.d.ts b/dist/gen/model/v1Node.d.ts new file mode 100644 index 0000000000..80f5376751 --- /dev/null +++ b/dist/gen/model/v1Node.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeSpec } from './v1NodeSpec'; +import { V1NodeStatus } from './v1NodeStatus'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd). +*/ +export declare class V1Node { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1NodeSpec; + 'status'?: V1NodeStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Node.js b/dist/gen/model/v1Node.js new file mode 100644 index 0000000000..d321542769 --- /dev/null +++ b/dist/gen/model/v1Node.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd). +*/ +class V1Node { + static getAttributeTypeMap() { + return V1Node.attributeTypeMap; + } +} +V1Node.discriminator = undefined; +V1Node.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1NodeSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1NodeStatus" + } +]; +exports.V1Node = V1Node; +//# sourceMappingURL=v1Node.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Node.js.map b/dist/gen/model/v1Node.js.map new file mode 100644 index 0000000000..71cca94a2c --- /dev/null +++ b/dist/gen/model/v1Node.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Node.js","sourceRoot":"","sources":["../../../src/gen/model/v1Node.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,MAAM;IA0Cf,MAAM,CAAC,mBAAmB;QACtB,OAAO,MAAM,CAAC,gBAAgB,CAAC;IACnC,CAAC;;AA/BM,oBAAa,GAAuB,SAAS,CAAC;AAE9C,uBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,YAAY;KACvB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,cAAc;KACzB;CAAK,CAAC;AAxCf,wBA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeAddress.d.ts b/dist/gen/model/v1NodeAddress.d.ts new file mode 100644 index 0000000000..93c62156c6 --- /dev/null +++ b/dist/gen/model/v1NodeAddress.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NodeAddress contains information for the node\'s address. +*/ +export declare class V1NodeAddress { + /** + * The node address. + */ + 'address': string; + /** + * Node address type, one of Hostname, ExternalIP or InternalIP. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeAddress.js b/dist/gen/model/v1NodeAddress.js new file mode 100644 index 0000000000..b668db8360 --- /dev/null +++ b/dist/gen/model/v1NodeAddress.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeAddress contains information for the node\'s address. +*/ +class V1NodeAddress { + static getAttributeTypeMap() { + return V1NodeAddress.attributeTypeMap; + } +} +V1NodeAddress.discriminator = undefined; +V1NodeAddress.attributeTypeMap = [ + { + "name": "address", + "baseName": "address", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1NodeAddress = V1NodeAddress; +//# sourceMappingURL=v1NodeAddress.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeAddress.js.map b/dist/gen/model/v1NodeAddress.js.map new file mode 100644 index 0000000000..96eeb85b10 --- /dev/null +++ b/dist/gen/model/v1NodeAddress.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeAddress.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeAddress.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAwBtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAhBM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeAffinity.d.ts b/dist/gen/model/v1NodeAffinity.d.ts new file mode 100644 index 0000000000..a8e5f57398 --- /dev/null +++ b/dist/gen/model/v1NodeAffinity.d.ts @@ -0,0 +1,34 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeSelector } from './v1NodeSelector'; +import { V1PreferredSchedulingTerm } from './v1PreferredSchedulingTerm'; +/** +* Node affinity is a group of node affinity scheduling rules. +*/ +export declare class V1NodeAffinity { + /** + * The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. + */ + 'preferredDuringSchedulingIgnoredDuringExecution'?: Array; + 'requiredDuringSchedulingIgnoredDuringExecution'?: V1NodeSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeAffinity.js b/dist/gen/model/v1NodeAffinity.js new file mode 100644 index 0000000000..67bc3a5fe2 --- /dev/null +++ b/dist/gen/model/v1NodeAffinity.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Node affinity is a group of node affinity scheduling rules. +*/ +class V1NodeAffinity { + static getAttributeTypeMap() { + return V1NodeAffinity.attributeTypeMap; + } +} +V1NodeAffinity.discriminator = undefined; +V1NodeAffinity.attributeTypeMap = [ + { + "name": "preferredDuringSchedulingIgnoredDuringExecution", + "baseName": "preferredDuringSchedulingIgnoredDuringExecution", + "type": "Array" + }, + { + "name": "requiredDuringSchedulingIgnoredDuringExecution", + "baseName": "requiredDuringSchedulingIgnoredDuringExecution", + "type": "V1NodeSelector" + } +]; +exports.V1NodeAffinity = V1NodeAffinity; +//# sourceMappingURL=v1NodeAffinity.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeAffinity.js.map b/dist/gen/model/v1NodeAffinity.js.map new file mode 100644 index 0000000000..f13b79fbeb --- /dev/null +++ b/dist/gen/model/v1NodeAffinity.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeAffinity.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeAffinity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,cAAc;IAqBvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAhBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iDAAiD;QACzD,UAAU,EAAE,iDAAiD;QAC7D,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,gDAAgD;QACxD,UAAU,EAAE,gDAAgD;QAC5D,MAAM,EAAE,gBAAgB;KAC3B;CAAK,CAAC;AAnBf,wCAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeCondition.d.ts b/dist/gen/model/v1NodeCondition.d.ts new file mode 100644 index 0000000000..2fa1613438 --- /dev/null +++ b/dist/gen/model/v1NodeCondition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NodeCondition contains condition information for a node. +*/ +export declare class V1NodeCondition { + /** + * Last time we got an update on a given condition. + */ + 'lastHeartbeatTime'?: Date; + /** + * Last time the condition transit from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * Human readable message indicating details about last transition. + */ + 'message'?: string; + /** + * (brief) reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of node condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeCondition.js b/dist/gen/model/v1NodeCondition.js new file mode 100644 index 0000000000..23a2071061 --- /dev/null +++ b/dist/gen/model/v1NodeCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeCondition contains condition information for a node. +*/ +class V1NodeCondition { + static getAttributeTypeMap() { + return V1NodeCondition.attributeTypeMap; + } +} +V1NodeCondition.discriminator = undefined; +V1NodeCondition.attributeTypeMap = [ + { + "name": "lastHeartbeatTime", + "baseName": "lastHeartbeatTime", + "type": "Date" + }, + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1NodeCondition = V1NodeCondition; +//# sourceMappingURL=v1NodeCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeCondition.js.map b/dist/gen/model/v1NodeCondition.js.map new file mode 100644 index 0000000000..fe1ca939ef --- /dev/null +++ b/dist/gen/model/v1NodeCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,eAAe;IA4DxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AApCM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,0CA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeConfigSource.d.ts b/dist/gen/model/v1NodeConfigSource.d.ts new file mode 100644 index 0000000000..d80d40e12f --- /dev/null +++ b/dist/gen/model/v1NodeConfigSource.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ConfigMapNodeConfigSource } from './v1ConfigMapNodeConfigSource'; +/** +* NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. +*/ +export declare class V1NodeConfigSource { + 'configMap'?: V1ConfigMapNodeConfigSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeConfigSource.js b/dist/gen/model/v1NodeConfigSource.js new file mode 100644 index 0000000000..801f4d4fe5 --- /dev/null +++ b/dist/gen/model/v1NodeConfigSource.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. +*/ +class V1NodeConfigSource { + static getAttributeTypeMap() { + return V1NodeConfigSource.attributeTypeMap; + } +} +V1NodeConfigSource.discriminator = undefined; +V1NodeConfigSource.attributeTypeMap = [ + { + "name": "configMap", + "baseName": "configMap", + "type": "V1ConfigMapNodeConfigSource" + } +]; +exports.V1NodeConfigSource = V1NodeConfigSource; +//# sourceMappingURL=v1NodeConfigSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeConfigSource.js.map b/dist/gen/model/v1NodeConfigSource.js.map new file mode 100644 index 0000000000..8caa735298 --- /dev/null +++ b/dist/gen/model/v1NodeConfigSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeConfigSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeConfigSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAY3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAXM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,6BAA6B;KACxC;CAAK,CAAC;AAVf,gDAeC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeConfigStatus.d.ts b/dist/gen/model/v1NodeConfigStatus.d.ts new file mode 100644 index 0000000000..9b22a92e5f --- /dev/null +++ b/dist/gen/model/v1NodeConfigStatus.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeConfigSource } from './v1NodeConfigSource'; +/** +* NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource. +*/ +export declare class V1NodeConfigStatus { + 'active'?: V1NodeConfigSource; + 'assigned'?: V1NodeConfigSource; + /** + * Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions. + */ + 'error'?: string; + 'lastKnownGood'?: V1NodeConfigSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeConfigStatus.js b/dist/gen/model/v1NodeConfigStatus.js new file mode 100644 index 0000000000..e4aaccef6c --- /dev/null +++ b/dist/gen/model/v1NodeConfigStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource. +*/ +class V1NodeConfigStatus { + static getAttributeTypeMap() { + return V1NodeConfigStatus.attributeTypeMap; + } +} +V1NodeConfigStatus.discriminator = undefined; +V1NodeConfigStatus.attributeTypeMap = [ + { + "name": "active", + "baseName": "active", + "type": "V1NodeConfigSource" + }, + { + "name": "assigned", + "baseName": "assigned", + "type": "V1NodeConfigSource" + }, + { + "name": "error", + "baseName": "error", + "type": "string" + }, + { + "name": "lastKnownGood", + "baseName": "lastKnownGood", + "type": "V1NodeConfigSource" + } +]; +exports.V1NodeConfigStatus = V1NodeConfigStatus; +//# sourceMappingURL=v1NodeConfigStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeConfigStatus.js.map b/dist/gen/model/v1NodeConfigStatus.js.map new file mode 100644 index 0000000000..1214516694 --- /dev/null +++ b/dist/gen/model/v1NodeConfigStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeConfigStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeConfigStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAiC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA1BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,oBAAoB;KAC/B;CAAK,CAAC;AA/Bf,gDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeDaemonEndpoints.d.ts b/dist/gen/model/v1NodeDaemonEndpoints.d.ts new file mode 100644 index 0000000000..cf44a82632 --- /dev/null +++ b/dist/gen/model/v1NodeDaemonEndpoints.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DaemonEndpoint } from './v1DaemonEndpoint'; +/** +* NodeDaemonEndpoints lists ports opened by daemons running on the Node. +*/ +export declare class V1NodeDaemonEndpoints { + 'kubeletEndpoint'?: V1DaemonEndpoint; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeDaemonEndpoints.js b/dist/gen/model/v1NodeDaemonEndpoints.js new file mode 100644 index 0000000000..cd00b5f8dc --- /dev/null +++ b/dist/gen/model/v1NodeDaemonEndpoints.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeDaemonEndpoints lists ports opened by daemons running on the Node. +*/ +class V1NodeDaemonEndpoints { + static getAttributeTypeMap() { + return V1NodeDaemonEndpoints.attributeTypeMap; + } +} +V1NodeDaemonEndpoints.discriminator = undefined; +V1NodeDaemonEndpoints.attributeTypeMap = [ + { + "name": "kubeletEndpoint", + "baseName": "kubeletEndpoint", + "type": "V1DaemonEndpoint" + } +]; +exports.V1NodeDaemonEndpoints = V1NodeDaemonEndpoints; +//# sourceMappingURL=v1NodeDaemonEndpoints.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeDaemonEndpoints.js.map b/dist/gen/model/v1NodeDaemonEndpoints.js.map new file mode 100644 index 0000000000..8db092e199 --- /dev/null +++ b/dist/gen/model/v1NodeDaemonEndpoints.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeDaemonEndpoints.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeDaemonEndpoints.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qBAAqB;IAY9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAXM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AAVf,sDAeC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeList.d.ts b/dist/gen/model/v1NodeList.d.ts new file mode 100644 index 0000000000..59acd63fa0 --- /dev/null +++ b/dist/gen/model/v1NodeList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1Node } from './v1Node'; +/** +* NodeList is the whole list of all Nodes which have been registered with master. +*/ +export declare class V1NodeList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of nodes + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeList.js b/dist/gen/model/v1NodeList.js new file mode 100644 index 0000000000..57e8efa8ef --- /dev/null +++ b/dist/gen/model/v1NodeList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeList is the whole list of all Nodes which have been registered with master. +*/ +class V1NodeList { + static getAttributeTypeMap() { + return V1NodeList.attributeTypeMap; + } +} +V1NodeList.discriminator = undefined; +V1NodeList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1NodeList = V1NodeList; +//# sourceMappingURL=v1NodeList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeList.js.map b/dist/gen/model/v1NodeList.js.map new file mode 100644 index 0000000000..8fc6dc40dc --- /dev/null +++ b/dist/gen/model/v1NodeList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeList.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,UAAU;IAuCnB,MAAM,CAAC,mBAAmB;QACtB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AA1BM,wBAAa,GAAuB,SAAS,CAAC;AAE9C,2BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeSelector.d.ts b/dist/gen/model/v1NodeSelector.d.ts new file mode 100644 index 0000000000..aa26069f7b --- /dev/null +++ b/dist/gen/model/v1NodeSelector.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeSelectorTerm } from './v1NodeSelectorTerm'; +/** +* A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms. +*/ +export declare class V1NodeSelector { + /** + * Required. A list of node selector terms. The terms are ORed. + */ + 'nodeSelectorTerms': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeSelector.js b/dist/gen/model/v1NodeSelector.js new file mode 100644 index 0000000000..a5d5b1f715 --- /dev/null +++ b/dist/gen/model/v1NodeSelector.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms. +*/ +class V1NodeSelector { + static getAttributeTypeMap() { + return V1NodeSelector.attributeTypeMap; + } +} +V1NodeSelector.discriminator = undefined; +V1NodeSelector.attributeTypeMap = [ + { + "name": "nodeSelectorTerms", + "baseName": "nodeSelectorTerms", + "type": "Array" + } +]; +exports.V1NodeSelector = V1NodeSelector; +//# sourceMappingURL=v1NodeSelector.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeSelector.js.map b/dist/gen/model/v1NodeSelector.js.map new file mode 100644 index 0000000000..ab2c92fe03 --- /dev/null +++ b/dist/gen/model/v1NodeSelector.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeSelector.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeSelector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,cAAc;IAevB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAXM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC;AAbf,wCAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeSelectorRequirement.d.ts b/dist/gen/model/v1NodeSelectorRequirement.d.ts new file mode 100644 index 0000000000..196c9963f3 --- /dev/null +++ b/dist/gen/model/v1NodeSelectorRequirement.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +*/ +export declare class V1NodeSelectorRequirement { + /** + * The label key that the selector applies to. + */ + 'key': string; + /** + * Represents a key\'s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + */ + 'operator': string; + /** + * An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + */ + 'values'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeSelectorRequirement.js b/dist/gen/model/v1NodeSelectorRequirement.js new file mode 100644 index 0000000000..21cd329e15 --- /dev/null +++ b/dist/gen/model/v1NodeSelectorRequirement.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +*/ +class V1NodeSelectorRequirement { + static getAttributeTypeMap() { + return V1NodeSelectorRequirement.attributeTypeMap; + } +} +V1NodeSelectorRequirement.discriminator = undefined; +V1NodeSelectorRequirement.attributeTypeMap = [ + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "operator", + "baseName": "operator", + "type": "string" + }, + { + "name": "values", + "baseName": "values", + "type": "Array" + } +]; +exports.V1NodeSelectorRequirement = V1NodeSelectorRequirement; +//# sourceMappingURL=v1NodeSelectorRequirement.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeSelectorRequirement.js.map b/dist/gen/model/v1NodeSelectorRequirement.js.map new file mode 100644 index 0000000000..aaa7de00fd --- /dev/null +++ b/dist/gen/model/v1NodeSelectorRequirement.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeSelectorRequirement.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeSelectorRequirement.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,yBAAyB;IAiClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AArBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA/Bf,8DAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeSelectorTerm.d.ts b/dist/gen/model/v1NodeSelectorTerm.d.ts new file mode 100644 index 0000000000..eb3ff06ab4 --- /dev/null +++ b/dist/gen/model/v1NodeSelectorTerm.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeSelectorRequirement } from './v1NodeSelectorRequirement'; +/** +* A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. +*/ +export declare class V1NodeSelectorTerm { + /** + * A list of node selector requirements by node\'s labels. + */ + 'matchExpressions'?: Array; + /** + * A list of node selector requirements by node\'s fields. + */ + 'matchFields'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeSelectorTerm.js b/dist/gen/model/v1NodeSelectorTerm.js new file mode 100644 index 0000000000..68e9b99e7e --- /dev/null +++ b/dist/gen/model/v1NodeSelectorTerm.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. +*/ +class V1NodeSelectorTerm { + static getAttributeTypeMap() { + return V1NodeSelectorTerm.attributeTypeMap; + } +} +V1NodeSelectorTerm.discriminator = undefined; +V1NodeSelectorTerm.attributeTypeMap = [ + { + "name": "matchExpressions", + "baseName": "matchExpressions", + "type": "Array" + }, + { + "name": "matchFields", + "baseName": "matchFields", + "type": "Array" + } +]; +exports.V1NodeSelectorTerm = V1NodeSelectorTerm; +//# sourceMappingURL=v1NodeSelectorTerm.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeSelectorTerm.js.map b/dist/gen/model/v1NodeSelectorTerm.js.map new file mode 100644 index 0000000000..0a37ef2480 --- /dev/null +++ b/dist/gen/model/v1NodeSelectorTerm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeSelectorTerm.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeSelectorTerm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAwB3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAhBM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC;AAtBf,gDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeSpec.d.ts b/dist/gen/model/v1NodeSpec.d.ts new file mode 100644 index 0000000000..edd3875c8a --- /dev/null +++ b/dist/gen/model/v1NodeSpec.d.ts @@ -0,0 +1,50 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeConfigSource } from './v1NodeConfigSource'; +import { V1Taint } from './v1Taint'; +/** +* NodeSpec describes the attributes that a node is created with. +*/ +export declare class V1NodeSpec { + 'configSource'?: V1NodeConfigSource; + /** + * Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 + */ + 'externalID'?: string; + /** + * PodCIDR represents the pod IP range assigned to the node. + */ + 'podCIDR'?: string; + /** + * ID of the node assigned by the cloud provider in the format: :// + */ + 'providerID'?: string; + /** + * If specified, the node\'s taints. + */ + 'taints'?: Array; + /** + * Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration + */ + 'unschedulable'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeSpec.js b/dist/gen/model/v1NodeSpec.js new file mode 100644 index 0000000000..4246d0faf2 --- /dev/null +++ b/dist/gen/model/v1NodeSpec.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeSpec describes the attributes that a node is created with. +*/ +class V1NodeSpec { + static getAttributeTypeMap() { + return V1NodeSpec.attributeTypeMap; + } +} +V1NodeSpec.discriminator = undefined; +V1NodeSpec.attributeTypeMap = [ + { + "name": "configSource", + "baseName": "configSource", + "type": "V1NodeConfigSource" + }, + { + "name": "externalID", + "baseName": "externalID", + "type": "string" + }, + { + "name": "podCIDR", + "baseName": "podCIDR", + "type": "string" + }, + { + "name": "providerID", + "baseName": "providerID", + "type": "string" + }, + { + "name": "taints", + "baseName": "taints", + "type": "Array" + }, + { + "name": "unschedulable", + "baseName": "unschedulable", + "type": "boolean" + } +]; +exports.V1NodeSpec = V1NodeSpec; +//# sourceMappingURL=v1NodeSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeSpec.js.map b/dist/gen/model/v1NodeSpec.js.map new file mode 100644 index 0000000000..6917b83bee --- /dev/null +++ b/dist/gen/model/v1NodeSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,UAAU;IAyDnB,MAAM,CAAC,mBAAmB;QACtB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AApCM,wBAAa,GAAuB,SAAS,CAAC;AAE9C,2BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAvDf,gCA4DC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeStatus.d.ts b/dist/gen/model/v1NodeStatus.d.ts new file mode 100644 index 0000000000..c69ffbb9ca --- /dev/null +++ b/dist/gen/model/v1NodeStatus.d.ts @@ -0,0 +1,73 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1AttachedVolume } from './v1AttachedVolume'; +import { V1ContainerImage } from './v1ContainerImage'; +import { V1NodeAddress } from './v1NodeAddress'; +import { V1NodeCondition } from './v1NodeCondition'; +import { V1NodeConfigStatus } from './v1NodeConfigStatus'; +import { V1NodeDaemonEndpoints } from './v1NodeDaemonEndpoints'; +import { V1NodeSystemInfo } from './v1NodeSystemInfo'; +/** +* NodeStatus is information about the current status of a node. +*/ +export declare class V1NodeStatus { + /** + * List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses + */ + 'addresses'?: Array; + /** + * Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. + */ + 'allocatable'?: { + [key: string]: string; + }; + /** + * Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity + */ + 'capacity'?: { + [key: string]: string; + }; + /** + * Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition + */ + 'conditions'?: Array; + 'config'?: V1NodeConfigStatus; + 'daemonEndpoints'?: V1NodeDaemonEndpoints; + /** + * List of container images on this node + */ + 'images'?: Array; + 'nodeInfo'?: V1NodeSystemInfo; + /** + * NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. + */ + 'phase'?: string; + /** + * List of volumes that are attached to the node. + */ + 'volumesAttached'?: Array; + /** + * List of attachable volumes in use (mounted) by the node. + */ + 'volumesInUse'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeStatus.js b/dist/gen/model/v1NodeStatus.js new file mode 100644 index 0000000000..88ea6ffcb5 --- /dev/null +++ b/dist/gen/model/v1NodeStatus.js @@ -0,0 +1,81 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeStatus is information about the current status of a node. +*/ +class V1NodeStatus { + static getAttributeTypeMap() { + return V1NodeStatus.attributeTypeMap; + } +} +V1NodeStatus.discriminator = undefined; +V1NodeStatus.attributeTypeMap = [ + { + "name": "addresses", + "baseName": "addresses", + "type": "Array" + }, + { + "name": "allocatable", + "baseName": "allocatable", + "type": "{ [key: string]: string; }" + }, + { + "name": "capacity", + "baseName": "capacity", + "type": "{ [key: string]: string; }" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "config", + "baseName": "config", + "type": "V1NodeConfigStatus" + }, + { + "name": "daemonEndpoints", + "baseName": "daemonEndpoints", + "type": "V1NodeDaemonEndpoints" + }, + { + "name": "images", + "baseName": "images", + "type": "Array" + }, + { + "name": "nodeInfo", + "baseName": "nodeInfo", + "type": "V1NodeSystemInfo" + }, + { + "name": "phase", + "baseName": "phase", + "type": "string" + }, + { + "name": "volumesAttached", + "baseName": "volumesAttached", + "type": "Array" + }, + { + "name": "volumesInUse", + "baseName": "volumesInUse", + "type": "Array" + } +]; +exports.V1NodeStatus = V1NodeStatus; +//# sourceMappingURL=v1NodeStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeStatus.js.map b/dist/gen/model/v1NodeStatus.js.map new file mode 100644 index 0000000000..a17d4cbeab --- /dev/null +++ b/dist/gen/model/v1NodeStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAUH;;EAEE;AACF,MAAa,YAAY;IAgGrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA7DM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA9Ff,oCAmGC"} \ No newline at end of file diff --git a/dist/gen/model/v1NodeSystemInfo.d.ts b/dist/gen/model/v1NodeSystemInfo.d.ts new file mode 100644 index 0000000000..9ebd5613ba --- /dev/null +++ b/dist/gen/model/v1NodeSystemInfo.d.ts @@ -0,0 +1,67 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NodeSystemInfo is a set of ids/uuids to uniquely identify the node. +*/ +export declare class V1NodeSystemInfo { + /** + * The Architecture reported by the node + */ + 'architecture': string; + /** + * Boot ID reported by the node. + */ + 'bootID': string; + /** + * ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0). + */ + 'containerRuntimeVersion': string; + /** + * Kernel Version reported by the node from \'uname -r\' (e.g. 3.16.0-0.bpo.4-amd64). + */ + 'kernelVersion': string; + /** + * KubeProxy Version reported by the node. + */ + 'kubeProxyVersion': string; + /** + * Kubelet Version reported by the node. + */ + 'kubeletVersion': string; + /** + * MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html + */ + 'machineID': string; + /** + * The Operating System reported by the node + */ + 'operatingSystem': string; + /** + * OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)). + */ + 'osImage': string; + /** + * SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-US/Red_Hat_Subscription_Management/1/html/RHSM/getting-system-uuid.html + */ + 'systemUUID': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NodeSystemInfo.js b/dist/gen/model/v1NodeSystemInfo.js new file mode 100644 index 0000000000..e58d1a7dc0 --- /dev/null +++ b/dist/gen/model/v1NodeSystemInfo.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NodeSystemInfo is a set of ids/uuids to uniquely identify the node. +*/ +class V1NodeSystemInfo { + static getAttributeTypeMap() { + return V1NodeSystemInfo.attributeTypeMap; + } +} +V1NodeSystemInfo.discriminator = undefined; +V1NodeSystemInfo.attributeTypeMap = [ + { + "name": "architecture", + "baseName": "architecture", + "type": "string" + }, + { + "name": "bootID", + "baseName": "bootID", + "type": "string" + }, + { + "name": "containerRuntimeVersion", + "baseName": "containerRuntimeVersion", + "type": "string" + }, + { + "name": "kernelVersion", + "baseName": "kernelVersion", + "type": "string" + }, + { + "name": "kubeProxyVersion", + "baseName": "kubeProxyVersion", + "type": "string" + }, + { + "name": "kubeletVersion", + "baseName": "kubeletVersion", + "type": "string" + }, + { + "name": "machineID", + "baseName": "machineID", + "type": "string" + }, + { + "name": "operatingSystem", + "baseName": "operatingSystem", + "type": "string" + }, + { + "name": "osImage", + "baseName": "osImage", + "type": "string" + }, + { + "name": "systemUUID", + "baseName": "systemUUID", + "type": "string" + } +]; +exports.V1NodeSystemInfo = V1NodeSystemInfo; +//# sourceMappingURL=v1NodeSystemInfo.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NodeSystemInfo.js.map b/dist/gen/model/v1NodeSystemInfo.js.map new file mode 100644 index 0000000000..9cfd78f716 --- /dev/null +++ b/dist/gen/model/v1NodeSystemInfo.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NodeSystemInfo.js","sourceRoot":"","sources":["../../../src/gen/model/v1NodeSystemInfo.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAgGzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAxDM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Ff,4CAmGC"} \ No newline at end of file diff --git a/dist/gen/model/v1NonResourceAttributes.d.ts b/dist/gen/model/v1NonResourceAttributes.d.ts new file mode 100644 index 0000000000..1fc0ca6f21 --- /dev/null +++ b/dist/gen/model/v1NonResourceAttributes.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +*/ +export declare class V1NonResourceAttributes { + /** + * Path is the URL path of the request + */ + 'path'?: string; + /** + * Verb is the standard HTTP verb + */ + 'verb'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NonResourceAttributes.js b/dist/gen/model/v1NonResourceAttributes.js new file mode 100644 index 0000000000..a903102a23 --- /dev/null +++ b/dist/gen/model/v1NonResourceAttributes.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +*/ +class V1NonResourceAttributes { + static getAttributeTypeMap() { + return V1NonResourceAttributes.attributeTypeMap; + } +} +V1NonResourceAttributes.discriminator = undefined; +V1NonResourceAttributes.attributeTypeMap = [ + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "verb", + "baseName": "verb", + "type": "string" + } +]; +exports.V1NonResourceAttributes = V1NonResourceAttributes; +//# sourceMappingURL=v1NonResourceAttributes.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NonResourceAttributes.js.map b/dist/gen/model/v1NonResourceAttributes.js.map new file mode 100644 index 0000000000..7995582773 --- /dev/null +++ b/dist/gen/model/v1NonResourceAttributes.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NonResourceAttributes.js","sourceRoot":"","sources":["../../../src/gen/model/v1NonResourceAttributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uBAAuB;IAwBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,0DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1NonResourceRule.d.ts b/dist/gen/model/v1NonResourceRule.d.ts new file mode 100644 index 0000000000..ce66d79ee7 --- /dev/null +++ b/dist/gen/model/v1NonResourceRule.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NonResourceRule holds information that describes a rule for the non-resource +*/ +export declare class V1NonResourceRule { + /** + * NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. \"*\" means all. + */ + 'nonResourceURLs'?: Array; + /** + * Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. \"*\" means all. + */ + 'verbs': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1NonResourceRule.js b/dist/gen/model/v1NonResourceRule.js new file mode 100644 index 0000000000..e874c7f32a --- /dev/null +++ b/dist/gen/model/v1NonResourceRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NonResourceRule holds information that describes a rule for the non-resource +*/ +class V1NonResourceRule { + static getAttributeTypeMap() { + return V1NonResourceRule.attributeTypeMap; + } +} +V1NonResourceRule.discriminator = undefined; +V1NonResourceRule.attributeTypeMap = [ + { + "name": "nonResourceURLs", + "baseName": "nonResourceURLs", + "type": "Array" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + } +]; +exports.V1NonResourceRule = V1NonResourceRule; +//# sourceMappingURL=v1NonResourceRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1NonResourceRule.js.map b/dist/gen/model/v1NonResourceRule.js.map new file mode 100644 index 0000000000..67d0f92f27 --- /dev/null +++ b/dist/gen/model/v1NonResourceRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1NonResourceRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1NonResourceRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAwB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAtBf,8CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ObjectFieldSelector.d.ts b/dist/gen/model/v1ObjectFieldSelector.d.ts new file mode 100644 index 0000000000..441befe01f --- /dev/null +++ b/dist/gen/model/v1ObjectFieldSelector.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ObjectFieldSelector selects an APIVersioned field of an object. +*/ +export declare class V1ObjectFieldSelector { + /** + * Version of the schema the FieldPath is written in terms of, defaults to \"v1\". + */ + 'apiVersion'?: string; + /** + * Path of the field to select in the specified API version. + */ + 'fieldPath': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ObjectFieldSelector.js b/dist/gen/model/v1ObjectFieldSelector.js new file mode 100644 index 0000000000..7838c61d10 --- /dev/null +++ b/dist/gen/model/v1ObjectFieldSelector.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ObjectFieldSelector selects an APIVersioned field of an object. +*/ +class V1ObjectFieldSelector { + static getAttributeTypeMap() { + return V1ObjectFieldSelector.attributeTypeMap; + } +} +V1ObjectFieldSelector.discriminator = undefined; +V1ObjectFieldSelector.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "fieldPath", + "baseName": "fieldPath", + "type": "string" + } +]; +exports.V1ObjectFieldSelector = V1ObjectFieldSelector; +//# sourceMappingURL=v1ObjectFieldSelector.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ObjectFieldSelector.js.map b/dist/gen/model/v1ObjectFieldSelector.js.map new file mode 100644 index 0000000000..5563932a0d --- /dev/null +++ b/dist/gen/model/v1ObjectFieldSelector.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ObjectFieldSelector.js","sourceRoot":"","sources":["../../../src/gen/model/v1ObjectFieldSelector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IAwB9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ObjectMeta.d.ts b/dist/gen/model/v1ObjectMeta.d.ts new file mode 100644 index 0000000000..5bee4fc3e4 --- /dev/null +++ b/dist/gen/model/v1ObjectMeta.d.ts @@ -0,0 +1,99 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Initializers } from './v1Initializers'; +import { V1ManagedFieldsEntry } from './v1ManagedFieldsEntry'; +import { V1OwnerReference } from './v1OwnerReference'; +/** +* ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. +*/ +export declare class V1ObjectMeta { + /** + * Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations + */ + 'annotations'?: { + [key: string]: string; + }; + /** + * The name of the cluster which the object belongs to. This is used to distinguish resources with same name and namespace in different clusters. This field is not set anywhere right now and apiserver is going to ignore it if set in create or update request. + */ + 'clusterName'?: string; + /** + * CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata + */ + 'creationTimestamp'?: Date; + /** + * Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. + */ + 'deletionGracePeriodSeconds'?: number; + /** + * DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata + */ + 'deletionTimestamp'?: Date; + /** + * Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. + */ + 'finalizers'?: Array; + /** + * GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. If this field is specified and the generated name exists, the server will NOT return a 409 - instead, it will either return 201 Created or 500 with Reason ServerTimeout indicating a unique name could not be found in the time allotted, and the client should retry (optionally after the time indicated in the Retry-After header). Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#idempotency + */ + 'generateName'?: string; + /** + * A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. + */ + 'generation'?: number; + 'initializers'?: V1Initializers; + /** + * Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels + */ + 'labels'?: { + [key: string]: string; + }; + /** + * ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn\'t need to set or understand this field. A workflow can be the user\'s name, a controller\'s name, or the name of a specific apply path like \"ci-cd\". The set of fields is always in the version that the workflow used when modifying the object. This field is alpha and can be changed or removed without notice. + */ + 'managedFields'?: Array; + /** + * Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names + */ + 'name'?: string; + /** + * Namespace defines the space within each name must be unique. An empty namespace is equivalent to the \"default\" namespace, but \"default\" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. Must be a DNS_LABEL. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/namespaces + */ + 'namespace'?: string; + /** + * List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. + */ + 'ownerReferences'?: Array; + /** + * An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency + */ + 'resourceVersion'?: string; + /** + * SelfLink is a URL representing this object. Populated by the system. Read-only. + */ + 'selfLink'?: string; + /** + * UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. Populated by the system. Read-only. More info: http://kubernetes.io/docs/user-guide/identifiers#uids + */ + 'uid'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ObjectMeta.js b/dist/gen/model/v1ObjectMeta.js new file mode 100644 index 0000000000..b46f33cb3e --- /dev/null +++ b/dist/gen/model/v1ObjectMeta.js @@ -0,0 +1,111 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. +*/ +class V1ObjectMeta { + static getAttributeTypeMap() { + return V1ObjectMeta.attributeTypeMap; + } +} +V1ObjectMeta.discriminator = undefined; +V1ObjectMeta.attributeTypeMap = [ + { + "name": "annotations", + "baseName": "annotations", + "type": "{ [key: string]: string; }" + }, + { + "name": "clusterName", + "baseName": "clusterName", + "type": "string" + }, + { + "name": "creationTimestamp", + "baseName": "creationTimestamp", + "type": "Date" + }, + { + "name": "deletionGracePeriodSeconds", + "baseName": "deletionGracePeriodSeconds", + "type": "number" + }, + { + "name": "deletionTimestamp", + "baseName": "deletionTimestamp", + "type": "Date" + }, + { + "name": "finalizers", + "baseName": "finalizers", + "type": "Array" + }, + { + "name": "generateName", + "baseName": "generateName", + "type": "string" + }, + { + "name": "generation", + "baseName": "generation", + "type": "number" + }, + { + "name": "initializers", + "baseName": "initializers", + "type": "V1Initializers" + }, + { + "name": "labels", + "baseName": "labels", + "type": "{ [key: string]: string; }" + }, + { + "name": "managedFields", + "baseName": "managedFields", + "type": "Array" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "ownerReferences", + "baseName": "ownerReferences", + "type": "Array" + }, + { + "name": "resourceVersion", + "baseName": "resourceVersion", + "type": "string" + }, + { + "name": "selfLink", + "baseName": "selfLink", + "type": "string" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + } +]; +exports.V1ObjectMeta = V1ObjectMeta; +//# sourceMappingURL=v1ObjectMeta.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ObjectMeta.js.map b/dist/gen/model/v1ObjectMeta.js.map new file mode 100644 index 0000000000..728ae0bdaf --- /dev/null +++ b/dist/gen/model/v1ObjectMeta.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ObjectMeta.js","sourceRoot":"","sources":["../../../src/gen/model/v1ObjectMeta.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,YAAY;IA4JrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA3FM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Jf,oCA+JC"} \ No newline at end of file diff --git a/dist/gen/model/v1ObjectReference.d.ts b/dist/gen/model/v1ObjectReference.d.ts new file mode 100644 index 0000000000..01410291a4 --- /dev/null +++ b/dist/gen/model/v1ObjectReference.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ObjectReference contains enough information to let you inspect or modify the referred object. +*/ +export declare class V1ObjectReference { + /** + * API version of the referent. + */ + 'apiVersion'?: string; + /** + * If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: \"spec.containers{name}\" (where \"name\" refers to the name of the container that triggered the event) or if no container name is specified \"spec.containers[2]\" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. + */ + 'fieldPath'?: string; + /** + * Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + */ + 'namespace'?: string; + /** + * Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency + */ + 'resourceVersion'?: string; + /** + * UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + */ + 'uid'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ObjectReference.js b/dist/gen/model/v1ObjectReference.js new file mode 100644 index 0000000000..5cd1ddd6a9 --- /dev/null +++ b/dist/gen/model/v1ObjectReference.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ObjectReference contains enough information to let you inspect or modify the referred object. +*/ +class V1ObjectReference { + static getAttributeTypeMap() { + return V1ObjectReference.attributeTypeMap; + } +} +V1ObjectReference.discriminator = undefined; +V1ObjectReference.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "fieldPath", + "baseName": "fieldPath", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "resourceVersion", + "baseName": "resourceVersion", + "type": "string" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + } +]; +exports.V1ObjectReference = V1ObjectReference; +//# sourceMappingURL=v1ObjectReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ObjectReference.js.map b/dist/gen/model/v1ObjectReference.js.map new file mode 100644 index 0000000000..99a645f145 --- /dev/null +++ b/dist/gen/model/v1ObjectReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ObjectReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1ObjectReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAqE1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAzCM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnEf,8CAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1OwnerReference.d.ts b/dist/gen/model/v1OwnerReference.d.ts new file mode 100644 index 0000000000..76a58a5d10 --- /dev/null +++ b/dist/gen/model/v1OwnerReference.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field. +*/ +export declare class V1OwnerReference { + /** + * API version of the referent. + */ + 'apiVersion': string; + /** + * If true, AND if the owner has the \"foregroundDeletion\" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs \"delete\" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. + */ + 'blockOwnerDeletion'?: boolean; + /** + * If true, this reference points to the managing controller. + */ + 'controller'?: boolean; + /** + * Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind': string; + /** + * Name of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names + */ + 'name': string; + /** + * UID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids + */ + 'uid': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1OwnerReference.js b/dist/gen/model/v1OwnerReference.js new file mode 100644 index 0000000000..4440f1ffef --- /dev/null +++ b/dist/gen/model/v1OwnerReference.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field. +*/ +class V1OwnerReference { + static getAttributeTypeMap() { + return V1OwnerReference.attributeTypeMap; + } +} +V1OwnerReference.discriminator = undefined; +V1OwnerReference.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "blockOwnerDeletion", + "baseName": "blockOwnerDeletion", + "type": "boolean" + }, + { + "name": "controller", + "baseName": "controller", + "type": "boolean" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + } +]; +exports.V1OwnerReference = V1OwnerReference; +//# sourceMappingURL=v1OwnerReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1OwnerReference.js.map b/dist/gen/model/v1OwnerReference.js.map new file mode 100644 index 0000000000..04e2610b3d --- /dev/null +++ b/dist/gen/model/v1OwnerReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1OwnerReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1OwnerReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IA4DzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AApCM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,4CA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolume.d.ts b/dist/gen/model/v1PersistentVolume.d.ts new file mode 100644 index 0000000000..0f0dc0b011 --- /dev/null +++ b/dist/gen/model/v1PersistentVolume.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1PersistentVolumeSpec } from './v1PersistentVolumeSpec'; +import { V1PersistentVolumeStatus } from './v1PersistentVolumeStatus'; +/** +* PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes +*/ +export declare class V1PersistentVolume { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1PersistentVolumeSpec; + 'status'?: V1PersistentVolumeStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolume.js b/dist/gen/model/v1PersistentVolume.js new file mode 100644 index 0000000000..c4abba9534 --- /dev/null +++ b/dist/gen/model/v1PersistentVolume.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes +*/ +class V1PersistentVolume { + static getAttributeTypeMap() { + return V1PersistentVolume.attributeTypeMap; + } +} +V1PersistentVolume.discriminator = undefined; +V1PersistentVolume.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1PersistentVolumeSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1PersistentVolumeStatus" + } +]; +exports.V1PersistentVolume = V1PersistentVolume; +//# sourceMappingURL=v1PersistentVolume.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolume.js.map b/dist/gen/model/v1PersistentVolume.js.map new file mode 100644 index 0000000000..b7127e2b8d --- /dev/null +++ b/dist/gen/model/v1PersistentVolume.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolume.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolume.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,kBAAkB;IA0C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAxCf,gDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaim.d.ts b/dist/gen/model/v1PersistentVolumeClaim.d.ts new file mode 100644 index 0000000000..1536e4a229 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaim.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1PersistentVolumeClaimSpec } from './v1PersistentVolumeClaimSpec'; +import { V1PersistentVolumeClaimStatus } from './v1PersistentVolumeClaimStatus'; +/** +* PersistentVolumeClaim is a user\'s request for and claim to a persistent volume +*/ +export declare class V1PersistentVolumeClaim { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1PersistentVolumeClaimSpec; + 'status'?: V1PersistentVolumeClaimStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeClaim.js b/dist/gen/model/v1PersistentVolumeClaim.js new file mode 100644 index 0000000000..4813215761 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaim.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeClaim is a user\'s request for and claim to a persistent volume +*/ +class V1PersistentVolumeClaim { + static getAttributeTypeMap() { + return V1PersistentVolumeClaim.attributeTypeMap; + } +} +V1PersistentVolumeClaim.discriminator = undefined; +V1PersistentVolumeClaim.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1PersistentVolumeClaimSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1PersistentVolumeClaimStatus" + } +]; +exports.V1PersistentVolumeClaim = V1PersistentVolumeClaim; +//# sourceMappingURL=v1PersistentVolumeClaim.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaim.js.map b/dist/gen/model/v1PersistentVolumeClaim.js.map new file mode 100644 index 0000000000..e08101c30f --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaim.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeClaim.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeClaim.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,uBAAuB;IA0ChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA/BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,+BAA+B;KAC1C;CAAK,CAAC;AAxCf,0DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimCondition.d.ts b/dist/gen/model/v1PersistentVolumeClaimCondition.d.ts new file mode 100644 index 0000000000..67ec64855f --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimCondition.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PersistentVolumeClaimCondition contails details about state of pvc +*/ +export declare class V1PersistentVolumeClaimCondition { + /** + * Last time we probed the condition. + */ + 'lastProbeTime'?: Date; + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * Human-readable message indicating details about last transition. + */ + 'message'?: string; + /** + * Unique, this should be a short, machine understandable string that gives the reason for condition\'s last transition. If it reports \"ResizeStarted\" that means the underlying persistent volume is being resized. + */ + 'reason'?: string; + 'status': string; + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeClaimCondition.js b/dist/gen/model/v1PersistentVolumeClaimCondition.js new file mode 100644 index 0000000000..29f856252d --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeClaimCondition contails details about state of pvc +*/ +class V1PersistentVolumeClaimCondition { + static getAttributeTypeMap() { + return V1PersistentVolumeClaimCondition.attributeTypeMap; + } +} +V1PersistentVolumeClaimCondition.discriminator = undefined; +V1PersistentVolumeClaimCondition.attributeTypeMap = [ + { + "name": "lastProbeTime", + "baseName": "lastProbeTime", + "type": "Date" + }, + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1PersistentVolumeClaimCondition = V1PersistentVolumeClaimCondition; +//# sourceMappingURL=v1PersistentVolumeClaimCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimCondition.js.map b/dist/gen/model/v1PersistentVolumeClaimCondition.js.map new file mode 100644 index 0000000000..9388ed329c --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeClaimCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeClaimCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gCAAgC;IAsDzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AApCM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AApDf,4EAyDC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimList.d.ts b/dist/gen/model/v1PersistentVolumeClaimList.d.ts new file mode 100644 index 0000000000..d35e572726 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1PersistentVolumeClaim } from './v1PersistentVolumeClaim'; +/** +* PersistentVolumeClaimList is a list of PersistentVolumeClaim items. +*/ +export declare class V1PersistentVolumeClaimList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * A list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeClaimList.js b/dist/gen/model/v1PersistentVolumeClaimList.js new file mode 100644 index 0000000000..f868f3e177 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeClaimList is a list of PersistentVolumeClaim items. +*/ +class V1PersistentVolumeClaimList { + static getAttributeTypeMap() { + return V1PersistentVolumeClaimList.attributeTypeMap; + } +} +V1PersistentVolumeClaimList.discriminator = undefined; +V1PersistentVolumeClaimList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1PersistentVolumeClaimList = V1PersistentVolumeClaimList; +//# sourceMappingURL=v1PersistentVolumeClaimList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimList.js.map b/dist/gen/model/v1PersistentVolumeClaimList.js.map new file mode 100644 index 0000000000..4bf0aeb138 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeClaimList.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeClaimList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,2BAA2B;IAuCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimSpec.d.ts b/dist/gen/model/v1PersistentVolumeClaimSpec.d.ts new file mode 100644 index 0000000000..d0cbf580dc --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimSpec.d.ts @@ -0,0 +1,49 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1ResourceRequirements } from './v1ResourceRequirements'; +import { V1TypedLocalObjectReference } from './v1TypedLocalObjectReference'; +/** +* PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes +*/ +export declare class V1PersistentVolumeClaimSpec { + /** + * AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + */ + 'accessModes'?: Array; + 'dataSource'?: V1TypedLocalObjectReference; + 'resources'?: V1ResourceRequirements; + 'selector'?: V1LabelSelector; + /** + * Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 + */ + 'storageClassName'?: string; + /** + * volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. This is a beta feature. + */ + 'volumeMode'?: string; + /** + * VolumeName is the binding reference to the PersistentVolume backing this claim. + */ + 'volumeName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeClaimSpec.js b/dist/gen/model/v1PersistentVolumeClaimSpec.js new file mode 100644 index 0000000000..8c68a8d763 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimSpec.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes +*/ +class V1PersistentVolumeClaimSpec { + static getAttributeTypeMap() { + return V1PersistentVolumeClaimSpec.attributeTypeMap; + } +} +V1PersistentVolumeClaimSpec.discriminator = undefined; +V1PersistentVolumeClaimSpec.attributeTypeMap = [ + { + "name": "accessModes", + "baseName": "accessModes", + "type": "Array" + }, + { + "name": "dataSource", + "baseName": "dataSource", + "type": "V1TypedLocalObjectReference" + }, + { + "name": "resources", + "baseName": "resources", + "type": "V1ResourceRequirements" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "storageClassName", + "baseName": "storageClassName", + "type": "string" + }, + { + "name": "volumeMode", + "baseName": "volumeMode", + "type": "string" + }, + { + "name": "volumeName", + "baseName": "volumeName", + "type": "string" + } +]; +exports.V1PersistentVolumeClaimSpec = V1PersistentVolumeClaimSpec; +//# sourceMappingURL=v1PersistentVolumeClaimSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimSpec.js.map b/dist/gen/model/v1PersistentVolumeClaimSpec.js.map new file mode 100644 index 0000000000..1a7bf9e610 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeClaimSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeClaimSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,2BAA2B;IA4DpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAzCM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,kEA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimStatus.d.ts b/dist/gen/model/v1PersistentVolumeClaimStatus.d.ts new file mode 100644 index 0000000000..afe178a64d --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimStatus.d.ts @@ -0,0 +1,46 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PersistentVolumeClaimCondition } from './v1PersistentVolumeClaimCondition'; +/** +* PersistentVolumeClaimStatus is the current status of a persistent volume claim. +*/ +export declare class V1PersistentVolumeClaimStatus { + /** + * AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + */ + 'accessModes'?: Array; + /** + * Represents the actual resources of the underlying volume. + */ + 'capacity'?: { + [key: string]: string; + }; + /** + * Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to \'ResizeStarted\'. + */ + 'conditions'?: Array; + /** + * Phase represents the current phase of PersistentVolumeClaim. + */ + 'phase'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeClaimStatus.js b/dist/gen/model/v1PersistentVolumeClaimStatus.js new file mode 100644 index 0000000000..f390abdedc --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeClaimStatus is the current status of a persistent volume claim. +*/ +class V1PersistentVolumeClaimStatus { + static getAttributeTypeMap() { + return V1PersistentVolumeClaimStatus.attributeTypeMap; + } +} +V1PersistentVolumeClaimStatus.discriminator = undefined; +V1PersistentVolumeClaimStatus.attributeTypeMap = [ + { + "name": "accessModes", + "baseName": "accessModes", + "type": "Array" + }, + { + "name": "capacity", + "baseName": "capacity", + "type": "{ [key: string]: string; }" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "phase", + "baseName": "phase", + "type": "string" + } +]; +exports.V1PersistentVolumeClaimStatus = V1PersistentVolumeClaimStatus; +//# sourceMappingURL=v1PersistentVolumeClaimStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimStatus.js.map b/dist/gen/model/v1PersistentVolumeClaimStatus.js.map new file mode 100644 index 0000000000..0f93fcf536 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeClaimStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeClaimStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IA0CtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA1BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yCAAyC;KACpD;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,sEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimVolumeSource.d.ts b/dist/gen/model/v1PersistentVolumeClaimVolumeSource.d.ts new file mode 100644 index 0000000000..f21e58649b --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimVolumeSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PersistentVolumeClaimVolumeSource references the user\'s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). +*/ +export declare class V1PersistentVolumeClaimVolumeSource { + /** + * ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + */ + 'claimName': string; + /** + * Will force the ReadOnly setting in VolumeMounts. Default false. + */ + 'readOnly'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeClaimVolumeSource.js b/dist/gen/model/v1PersistentVolumeClaimVolumeSource.js new file mode 100644 index 0000000000..fcb11888f0 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeClaimVolumeSource references the user\'s PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). +*/ +class V1PersistentVolumeClaimVolumeSource { + static getAttributeTypeMap() { + return V1PersistentVolumeClaimVolumeSource.attributeTypeMap; + } +} +V1PersistentVolumeClaimVolumeSource.discriminator = undefined; +V1PersistentVolumeClaimVolumeSource.attributeTypeMap = [ + { + "name": "claimName", + "baseName": "claimName", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + } +]; +exports.V1PersistentVolumeClaimVolumeSource = V1PersistentVolumeClaimVolumeSource; +//# sourceMappingURL=v1PersistentVolumeClaimVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeClaimVolumeSource.js.map b/dist/gen/model/v1PersistentVolumeClaimVolumeSource.js.map new file mode 100644 index 0000000000..bd44602760 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeClaimVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeClaimVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeClaimVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mCAAmC;IAwB5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAhBM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAtBf,kFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeList.d.ts b/dist/gen/model/v1PersistentVolumeList.d.ts new file mode 100644 index 0000000000..05f4790c1d --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1PersistentVolume } from './v1PersistentVolume'; +/** +* PersistentVolumeList is a list of PersistentVolume items. +*/ +export declare class V1PersistentVolumeList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeList.js b/dist/gen/model/v1PersistentVolumeList.js new file mode 100644 index 0000000000..022a701425 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeList is a list of PersistentVolume items. +*/ +class V1PersistentVolumeList { + static getAttributeTypeMap() { + return V1PersistentVolumeList.attributeTypeMap; + } +} +V1PersistentVolumeList.discriminator = undefined; +V1PersistentVolumeList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1PersistentVolumeList = V1PersistentVolumeList; +//# sourceMappingURL=v1PersistentVolumeList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeList.js.map b/dist/gen/model/v1PersistentVolumeList.js.map new file mode 100644 index 0000000000..a192d8da12 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeList.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sBAAsB;IAuC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA1BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,wDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeSpec.d.ts b/dist/gen/model/v1PersistentVolumeSpec.d.ts new file mode 100644 index 0000000000..0d6d72d927 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeSpec.d.ts @@ -0,0 +1,101 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1AWSElasticBlockStoreVolumeSource } from './v1AWSElasticBlockStoreVolumeSource'; +import { V1AzureDiskVolumeSource } from './v1AzureDiskVolumeSource'; +import { V1AzureFilePersistentVolumeSource } from './v1AzureFilePersistentVolumeSource'; +import { V1CSIPersistentVolumeSource } from './v1CSIPersistentVolumeSource'; +import { V1CephFSPersistentVolumeSource } from './v1CephFSPersistentVolumeSource'; +import { V1CinderPersistentVolumeSource } from './v1CinderPersistentVolumeSource'; +import { V1FCVolumeSource } from './v1FCVolumeSource'; +import { V1FlexPersistentVolumeSource } from './v1FlexPersistentVolumeSource'; +import { V1FlockerVolumeSource } from './v1FlockerVolumeSource'; +import { V1GCEPersistentDiskVolumeSource } from './v1GCEPersistentDiskVolumeSource'; +import { V1GlusterfsPersistentVolumeSource } from './v1GlusterfsPersistentVolumeSource'; +import { V1HostPathVolumeSource } from './v1HostPathVolumeSource'; +import { V1ISCSIPersistentVolumeSource } from './v1ISCSIPersistentVolumeSource'; +import { V1LocalVolumeSource } from './v1LocalVolumeSource'; +import { V1NFSVolumeSource } from './v1NFSVolumeSource'; +import { V1ObjectReference } from './v1ObjectReference'; +import { V1PhotonPersistentDiskVolumeSource } from './v1PhotonPersistentDiskVolumeSource'; +import { V1PortworxVolumeSource } from './v1PortworxVolumeSource'; +import { V1QuobyteVolumeSource } from './v1QuobyteVolumeSource'; +import { V1RBDPersistentVolumeSource } from './v1RBDPersistentVolumeSource'; +import { V1ScaleIOPersistentVolumeSource } from './v1ScaleIOPersistentVolumeSource'; +import { V1StorageOSPersistentVolumeSource } from './v1StorageOSPersistentVolumeSource'; +import { V1VolumeNodeAffinity } from './v1VolumeNodeAffinity'; +import { V1VsphereVirtualDiskVolumeSource } from './v1VsphereVirtualDiskVolumeSource'; +/** +* PersistentVolumeSpec is the specification of a persistent volume. +*/ +export declare class V1PersistentVolumeSpec { + /** + * AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes + */ + 'accessModes'?: Array; + 'awsElasticBlockStore'?: V1AWSElasticBlockStoreVolumeSource; + 'azureDisk'?: V1AzureDiskVolumeSource; + 'azureFile'?: V1AzureFilePersistentVolumeSource; + /** + * A description of the persistent volume\'s resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity + */ + 'capacity'?: { + [key: string]: string; + }; + 'cephfs'?: V1CephFSPersistentVolumeSource; + 'cinder'?: V1CinderPersistentVolumeSource; + 'claimRef'?: V1ObjectReference; + 'csi'?: V1CSIPersistentVolumeSource; + 'fc'?: V1FCVolumeSource; + 'flexVolume'?: V1FlexPersistentVolumeSource; + 'flocker'?: V1FlockerVolumeSource; + 'gcePersistentDisk'?: V1GCEPersistentDiskVolumeSource; + 'glusterfs'?: V1GlusterfsPersistentVolumeSource; + 'hostPath'?: V1HostPathVolumeSource; + 'iscsi'?: V1ISCSIPersistentVolumeSource; + 'local'?: V1LocalVolumeSource; + /** + * A list of mount options, e.g. [\"ro\", \"soft\"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options + */ + 'mountOptions'?: Array; + 'nfs'?: V1NFSVolumeSource; + 'nodeAffinity'?: V1VolumeNodeAffinity; + /** + * What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming + */ + 'persistentVolumeReclaimPolicy'?: string; + 'photonPersistentDisk'?: V1PhotonPersistentDiskVolumeSource; + 'portworxVolume'?: V1PortworxVolumeSource; + 'quobyte'?: V1QuobyteVolumeSource; + 'rbd'?: V1RBDPersistentVolumeSource; + 'scaleIO'?: V1ScaleIOPersistentVolumeSource; + /** + * Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. + */ + 'storageClassName'?: string; + 'storageos'?: V1StorageOSPersistentVolumeSource; + /** + * volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. This is a beta feature. + */ + 'volumeMode'?: string; + 'vsphereVolume'?: V1VsphereVirtualDiskVolumeSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeSpec.js b/dist/gen/model/v1PersistentVolumeSpec.js new file mode 100644 index 0000000000..5356ae28de --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeSpec.js @@ -0,0 +1,176 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeSpec is the specification of a persistent volume. +*/ +class V1PersistentVolumeSpec { + static getAttributeTypeMap() { + return V1PersistentVolumeSpec.attributeTypeMap; + } +} +V1PersistentVolumeSpec.discriminator = undefined; +V1PersistentVolumeSpec.attributeTypeMap = [ + { + "name": "accessModes", + "baseName": "accessModes", + "type": "Array" + }, + { + "name": "awsElasticBlockStore", + "baseName": "awsElasticBlockStore", + "type": "V1AWSElasticBlockStoreVolumeSource" + }, + { + "name": "azureDisk", + "baseName": "azureDisk", + "type": "V1AzureDiskVolumeSource" + }, + { + "name": "azureFile", + "baseName": "azureFile", + "type": "V1AzureFilePersistentVolumeSource" + }, + { + "name": "capacity", + "baseName": "capacity", + "type": "{ [key: string]: string; }" + }, + { + "name": "cephfs", + "baseName": "cephfs", + "type": "V1CephFSPersistentVolumeSource" + }, + { + "name": "cinder", + "baseName": "cinder", + "type": "V1CinderPersistentVolumeSource" + }, + { + "name": "claimRef", + "baseName": "claimRef", + "type": "V1ObjectReference" + }, + { + "name": "csi", + "baseName": "csi", + "type": "V1CSIPersistentVolumeSource" + }, + { + "name": "fc", + "baseName": "fc", + "type": "V1FCVolumeSource" + }, + { + "name": "flexVolume", + "baseName": "flexVolume", + "type": "V1FlexPersistentVolumeSource" + }, + { + "name": "flocker", + "baseName": "flocker", + "type": "V1FlockerVolumeSource" + }, + { + "name": "gcePersistentDisk", + "baseName": "gcePersistentDisk", + "type": "V1GCEPersistentDiskVolumeSource" + }, + { + "name": "glusterfs", + "baseName": "glusterfs", + "type": "V1GlusterfsPersistentVolumeSource" + }, + { + "name": "hostPath", + "baseName": "hostPath", + "type": "V1HostPathVolumeSource" + }, + { + "name": "iscsi", + "baseName": "iscsi", + "type": "V1ISCSIPersistentVolumeSource" + }, + { + "name": "local", + "baseName": "local", + "type": "V1LocalVolumeSource" + }, + { + "name": "mountOptions", + "baseName": "mountOptions", + "type": "Array" + }, + { + "name": "nfs", + "baseName": "nfs", + "type": "V1NFSVolumeSource" + }, + { + "name": "nodeAffinity", + "baseName": "nodeAffinity", + "type": "V1VolumeNodeAffinity" + }, + { + "name": "persistentVolumeReclaimPolicy", + "baseName": "persistentVolumeReclaimPolicy", + "type": "string" + }, + { + "name": "photonPersistentDisk", + "baseName": "photonPersistentDisk", + "type": "V1PhotonPersistentDiskVolumeSource" + }, + { + "name": "portworxVolume", + "baseName": "portworxVolume", + "type": "V1PortworxVolumeSource" + }, + { + "name": "quobyte", + "baseName": "quobyte", + "type": "V1QuobyteVolumeSource" + }, + { + "name": "rbd", + "baseName": "rbd", + "type": "V1RBDPersistentVolumeSource" + }, + { + "name": "scaleIO", + "baseName": "scaleIO", + "type": "V1ScaleIOPersistentVolumeSource" + }, + { + "name": "storageClassName", + "baseName": "storageClassName", + "type": "string" + }, + { + "name": "storageos", + "baseName": "storageos", + "type": "V1StorageOSPersistentVolumeSource" + }, + { + "name": "volumeMode", + "baseName": "volumeMode", + "type": "string" + }, + { + "name": "vsphereVolume", + "baseName": "vsphereVolume", + "type": "V1VsphereVirtualDiskVolumeSource" + } +]; +exports.V1PersistentVolumeSpec = V1PersistentVolumeSpec; +//# sourceMappingURL=v1PersistentVolumeSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeSpec.js.map b/dist/gen/model/v1PersistentVolumeSpec.js.map new file mode 100644 index 0000000000..66d2442142 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeSpec.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeStatus.d.ts b/dist/gen/model/v1PersistentVolumeStatus.d.ts new file mode 100644 index 0000000000..66cb5ff1ce --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeStatus.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PersistentVolumeStatus is the current status of a persistent volume. +*/ +export declare class V1PersistentVolumeStatus { + /** + * A human-readable message indicating details about why the volume is in this state. + */ + 'message'?: string; + /** + * Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase + */ + 'phase'?: string; + /** + * Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. + */ + 'reason'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PersistentVolumeStatus.js b/dist/gen/model/v1PersistentVolumeStatus.js new file mode 100644 index 0000000000..fdaf0741f1 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PersistentVolumeStatus is the current status of a persistent volume. +*/ +class V1PersistentVolumeStatus { + static getAttributeTypeMap() { + return V1PersistentVolumeStatus.attributeTypeMap; + } +} +V1PersistentVolumeStatus.discriminator = undefined; +V1PersistentVolumeStatus.attributeTypeMap = [ + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "phase", + "baseName": "phase", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + } +]; +exports.V1PersistentVolumeStatus = V1PersistentVolumeStatus; +//# sourceMappingURL=v1PersistentVolumeStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PersistentVolumeStatus.js.map b/dist/gen/model/v1PersistentVolumeStatus.js.map new file mode 100644 index 0000000000..f064469481 --- /dev/null +++ b/dist/gen/model/v1PersistentVolumeStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PersistentVolumeStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1PersistentVolumeStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IAiCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AArBM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,4DAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1PhotonPersistentDiskVolumeSource.d.ts b/dist/gen/model/v1PhotonPersistentDiskVolumeSource.d.ts new file mode 100644 index 0000000000..e06cc08871 --- /dev/null +++ b/dist/gen/model/v1PhotonPersistentDiskVolumeSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Photon Controller persistent disk resource. +*/ +export declare class V1PhotonPersistentDiskVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. + */ + 'fsType'?: string; + /** + * ID that identifies Photon Controller persistent disk + */ + 'pdID': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PhotonPersistentDiskVolumeSource.js b/dist/gen/model/v1PhotonPersistentDiskVolumeSource.js new file mode 100644 index 0000000000..1d2b4db904 --- /dev/null +++ b/dist/gen/model/v1PhotonPersistentDiskVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Photon Controller persistent disk resource. +*/ +class V1PhotonPersistentDiskVolumeSource { + static getAttributeTypeMap() { + return V1PhotonPersistentDiskVolumeSource.attributeTypeMap; + } +} +V1PhotonPersistentDiskVolumeSource.discriminator = undefined; +V1PhotonPersistentDiskVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "pdID", + "baseName": "pdID", + "type": "string" + } +]; +exports.V1PhotonPersistentDiskVolumeSource = V1PhotonPersistentDiskVolumeSource; +//# sourceMappingURL=v1PhotonPersistentDiskVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PhotonPersistentDiskVolumeSource.js.map b/dist/gen/model/v1PhotonPersistentDiskVolumeSource.js.map new file mode 100644 index 0000000000..67f0e8f237 --- /dev/null +++ b/dist/gen/model/v1PhotonPersistentDiskVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PhotonPersistentDiskVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1PhotonPersistentDiskVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IAwB3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAhBM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,gFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1Pod.d.ts b/dist/gen/model/v1Pod.d.ts new file mode 100644 index 0000000000..ff4ade793f --- /dev/null +++ b/dist/gen/model/v1Pod.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1PodSpec } from './v1PodSpec'; +import { V1PodStatus } from './v1PodStatus'; +/** +* Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts. +*/ +export declare class V1Pod { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1PodSpec; + 'status'?: V1PodStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Pod.js b/dist/gen/model/v1Pod.js new file mode 100644 index 0000000000..c7f8b16df1 --- /dev/null +++ b/dist/gen/model/v1Pod.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts. +*/ +class V1Pod { + static getAttributeTypeMap() { + return V1Pod.attributeTypeMap; + } +} +V1Pod.discriminator = undefined; +V1Pod.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1PodSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1PodStatus" + } +]; +exports.V1Pod = V1Pod; +//# sourceMappingURL=v1Pod.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Pod.js.map b/dist/gen/model/v1Pod.js.map new file mode 100644 index 0000000000..548aed2a72 --- /dev/null +++ b/dist/gen/model/v1Pod.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Pod.js","sourceRoot":"","sources":["../../../src/gen/model/v1Pod.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,KAAK;IA0Cd,MAAM,CAAC,mBAAmB;QACtB,OAAO,KAAK,CAAC,gBAAgB,CAAC;IAClC,CAAC;;AA/BM,mBAAa,GAAuB,SAAS,CAAC;AAE9C,sBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,aAAa;KACxB;CAAK,CAAC;AAxCf,sBA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodAffinity.d.ts b/dist/gen/model/v1PodAffinity.d.ts new file mode 100644 index 0000000000..0218e78d92 --- /dev/null +++ b/dist/gen/model/v1PodAffinity.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PodAffinityTerm } from './v1PodAffinityTerm'; +import { V1WeightedPodAffinityTerm } from './v1WeightedPodAffinityTerm'; +/** +* Pod affinity is a group of inter pod affinity scheduling rules. +*/ +export declare class V1PodAffinity { + /** + * The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + */ + 'preferredDuringSchedulingIgnoredDuringExecution'?: Array; + /** + * If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + */ + 'requiredDuringSchedulingIgnoredDuringExecution'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodAffinity.js b/dist/gen/model/v1PodAffinity.js new file mode 100644 index 0000000000..4f28d85ee3 --- /dev/null +++ b/dist/gen/model/v1PodAffinity.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Pod affinity is a group of inter pod affinity scheduling rules. +*/ +class V1PodAffinity { + static getAttributeTypeMap() { + return V1PodAffinity.attributeTypeMap; + } +} +V1PodAffinity.discriminator = undefined; +V1PodAffinity.attributeTypeMap = [ + { + "name": "preferredDuringSchedulingIgnoredDuringExecution", + "baseName": "preferredDuringSchedulingIgnoredDuringExecution", + "type": "Array" + }, + { + "name": "requiredDuringSchedulingIgnoredDuringExecution", + "baseName": "requiredDuringSchedulingIgnoredDuringExecution", + "type": "Array" + } +]; +exports.V1PodAffinity = V1PodAffinity; +//# sourceMappingURL=v1PodAffinity.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodAffinity.js.map b/dist/gen/model/v1PodAffinity.js.map new file mode 100644 index 0000000000..07594acdd6 --- /dev/null +++ b/dist/gen/model/v1PodAffinity.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodAffinity.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodAffinity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,aAAa;IAwBtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAhBM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iDAAiD;QACzD,UAAU,EAAE,iDAAiD;QAC7D,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,gDAAgD;QACxD,UAAU,EAAE,gDAAgD;QAC5D,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAtBf,sCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodAffinityTerm.d.ts b/dist/gen/model/v1PodAffinityTerm.d.ts new file mode 100644 index 0000000000..67e3569e7f --- /dev/null +++ b/dist/gen/model/v1PodAffinityTerm.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running +*/ +export declare class V1PodAffinityTerm { + 'labelSelector'?: V1LabelSelector; + /** + * namespaces specifies which namespaces the labelSelector applies to (matches against); null or empty list means \"this pod\'s namespace\" + */ + 'namespaces'?: Array; + /** + * This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + */ + 'topologyKey': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodAffinityTerm.js b/dist/gen/model/v1PodAffinityTerm.js new file mode 100644 index 0000000000..8302f61e82 --- /dev/null +++ b/dist/gen/model/v1PodAffinityTerm.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running +*/ +class V1PodAffinityTerm { + static getAttributeTypeMap() { + return V1PodAffinityTerm.attributeTypeMap; + } +} +V1PodAffinityTerm.discriminator = undefined; +V1PodAffinityTerm.attributeTypeMap = [ + { + "name": "labelSelector", + "baseName": "labelSelector", + "type": "V1LabelSelector" + }, + { + "name": "namespaces", + "baseName": "namespaces", + "type": "Array" + }, + { + "name": "topologyKey", + "baseName": "topologyKey", + "type": "string" + } +]; +exports.V1PodAffinityTerm = V1PodAffinityTerm; +//# sourceMappingURL=v1PodAffinityTerm.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodAffinityTerm.js.map b/dist/gen/model/v1PodAffinityTerm.js.map new file mode 100644 index 0000000000..e4800c75a5 --- /dev/null +++ b/dist/gen/model/v1PodAffinityTerm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodAffinityTerm.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodAffinityTerm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IA8B1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AArBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Bf,8CAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodAntiAffinity.d.ts b/dist/gen/model/v1PodAntiAffinity.d.ts new file mode 100644 index 0000000000..d86f8c1355 --- /dev/null +++ b/dist/gen/model/v1PodAntiAffinity.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PodAffinityTerm } from './v1PodAffinityTerm'; +import { V1WeightedPodAffinityTerm } from './v1WeightedPodAffinityTerm'; +/** +* Pod anti affinity is a group of inter pod anti affinity scheduling rules. +*/ +export declare class V1PodAntiAffinity { + /** + * The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding \"weight\" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + */ + 'preferredDuringSchedulingIgnoredDuringExecution'?: Array; + /** + * If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + */ + 'requiredDuringSchedulingIgnoredDuringExecution'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodAntiAffinity.js b/dist/gen/model/v1PodAntiAffinity.js new file mode 100644 index 0000000000..c8c4c23d7b --- /dev/null +++ b/dist/gen/model/v1PodAntiAffinity.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Pod anti affinity is a group of inter pod anti affinity scheduling rules. +*/ +class V1PodAntiAffinity { + static getAttributeTypeMap() { + return V1PodAntiAffinity.attributeTypeMap; + } +} +V1PodAntiAffinity.discriminator = undefined; +V1PodAntiAffinity.attributeTypeMap = [ + { + "name": "preferredDuringSchedulingIgnoredDuringExecution", + "baseName": "preferredDuringSchedulingIgnoredDuringExecution", + "type": "Array" + }, + { + "name": "requiredDuringSchedulingIgnoredDuringExecution", + "baseName": "requiredDuringSchedulingIgnoredDuringExecution", + "type": "Array" + } +]; +exports.V1PodAntiAffinity = V1PodAntiAffinity; +//# sourceMappingURL=v1PodAntiAffinity.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodAntiAffinity.js.map b/dist/gen/model/v1PodAntiAffinity.js.map new file mode 100644 index 0000000000..692086149c --- /dev/null +++ b/dist/gen/model/v1PodAntiAffinity.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodAntiAffinity.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodAntiAffinity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAwB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iDAAiD;QACzD,UAAU,EAAE,iDAAiD;QAC7D,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,gDAAgD;QACxD,UAAU,EAAE,gDAAgD;QAC5D,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAtBf,8CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodCondition.d.ts b/dist/gen/model/v1PodCondition.d.ts new file mode 100644 index 0000000000..581b4355ee --- /dev/null +++ b/dist/gen/model/v1PodCondition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PodCondition contains details for the current condition of this pod. +*/ +export declare class V1PodCondition { + /** + * Last time we probed the condition. + */ + 'lastProbeTime'?: Date; + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * Human-readable message indicating details about last transition. + */ + 'message'?: string; + /** + * Unique, one-word, CamelCase reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + */ + 'status': string; + /** + * Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodCondition.js b/dist/gen/model/v1PodCondition.js new file mode 100644 index 0000000000..5da20511d5 --- /dev/null +++ b/dist/gen/model/v1PodCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodCondition contains details for the current condition of this pod. +*/ +class V1PodCondition { + static getAttributeTypeMap() { + return V1PodCondition.attributeTypeMap; + } +} +V1PodCondition.discriminator = undefined; +V1PodCondition.attributeTypeMap = [ + { + "name": "lastProbeTime", + "baseName": "lastProbeTime", + "type": "Date" + }, + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1PodCondition = V1PodCondition; +//# sourceMappingURL=v1PodCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodCondition.js.map b/dist/gen/model/v1PodCondition.js.map new file mode 100644 index 0000000000..a08e68bfcb --- /dev/null +++ b/dist/gen/model/v1PodCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IA4DvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AApCM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,wCA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodDNSConfig.d.ts b/dist/gen/model/v1PodDNSConfig.d.ts new file mode 100644 index 0000000000..91f70e9341 --- /dev/null +++ b/dist/gen/model/v1PodDNSConfig.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PodDNSConfigOption } from './v1PodDNSConfigOption'; +/** +* PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. +*/ +export declare class V1PodDNSConfig { + /** + * A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. + */ + 'nameservers'?: Array; + /** + * A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. + */ + 'options'?: Array; + /** + * A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. + */ + 'searches'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodDNSConfig.js b/dist/gen/model/v1PodDNSConfig.js new file mode 100644 index 0000000000..0d7b7fe581 --- /dev/null +++ b/dist/gen/model/v1PodDNSConfig.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. +*/ +class V1PodDNSConfig { + static getAttributeTypeMap() { + return V1PodDNSConfig.attributeTypeMap; + } +} +V1PodDNSConfig.discriminator = undefined; +V1PodDNSConfig.attributeTypeMap = [ + { + "name": "nameservers", + "baseName": "nameservers", + "type": "Array" + }, + { + "name": "options", + "baseName": "options", + "type": "Array" + }, + { + "name": "searches", + "baseName": "searches", + "type": "Array" + } +]; +exports.V1PodDNSConfig = V1PodDNSConfig; +//# sourceMappingURL=v1PodDNSConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodDNSConfig.js.map b/dist/gen/model/v1PodDNSConfig.js.map new file mode 100644 index 0000000000..503f6426d4 --- /dev/null +++ b/dist/gen/model/v1PodDNSConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodDNSConfig.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodDNSConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,cAAc;IAiCvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AArBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA/Bf,wCAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodDNSConfigOption.d.ts b/dist/gen/model/v1PodDNSConfigOption.d.ts new file mode 100644 index 0000000000..e3ed7becac --- /dev/null +++ b/dist/gen/model/v1PodDNSConfigOption.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PodDNSConfigOption defines DNS resolver options of a pod. +*/ +export declare class V1PodDNSConfigOption { + /** + * Required. + */ + 'name'?: string; + 'value'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodDNSConfigOption.js b/dist/gen/model/v1PodDNSConfigOption.js new file mode 100644 index 0000000000..a6896de0b5 --- /dev/null +++ b/dist/gen/model/v1PodDNSConfigOption.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodDNSConfigOption defines DNS resolver options of a pod. +*/ +class V1PodDNSConfigOption { + static getAttributeTypeMap() { + return V1PodDNSConfigOption.attributeTypeMap; + } +} +V1PodDNSConfigOption.discriminator = undefined; +V1PodDNSConfigOption.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + } +]; +exports.V1PodDNSConfigOption = V1PodDNSConfigOption; +//# sourceMappingURL=v1PodDNSConfigOption.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodDNSConfigOption.js.map b/dist/gen/model/v1PodDNSConfigOption.js.map new file mode 100644 index 0000000000..50709733e2 --- /dev/null +++ b/dist/gen/model/v1PodDNSConfigOption.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodDNSConfigOption.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodDNSConfigOption.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAqB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAhBM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,oDAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodList.d.ts b/dist/gen/model/v1PodList.d.ts new file mode 100644 index 0000000000..5860aa7ca0 --- /dev/null +++ b/dist/gen/model/v1PodList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1Pod } from './v1Pod'; +/** +* PodList is a list of Pods. +*/ +export declare class V1PodList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of pods. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodList.js b/dist/gen/model/v1PodList.js new file mode 100644 index 0000000000..ab6431cbd4 --- /dev/null +++ b/dist/gen/model/v1PodList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodList is a list of Pods. +*/ +class V1PodList { + static getAttributeTypeMap() { + return V1PodList.attributeTypeMap; + } +} +V1PodList.discriminator = undefined; +V1PodList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1PodList = V1PodList; +//# sourceMappingURL=v1PodList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodList.js.map b/dist/gen/model/v1PodList.js.map new file mode 100644 index 0000000000..aa07205f7c --- /dev/null +++ b/dist/gen/model/v1PodList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodList.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,SAAS;IAuClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AA1BM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8BA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodReadinessGate.d.ts b/dist/gen/model/v1PodReadinessGate.d.ts new file mode 100644 index 0000000000..ce73618f37 --- /dev/null +++ b/dist/gen/model/v1PodReadinessGate.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PodReadinessGate contains the reference to a pod condition +*/ +export declare class V1PodReadinessGate { + /** + * ConditionType refers to a condition in the pod\'s condition list with matching type. + */ + 'conditionType': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodReadinessGate.js b/dist/gen/model/v1PodReadinessGate.js new file mode 100644 index 0000000000..f2d1c29823 --- /dev/null +++ b/dist/gen/model/v1PodReadinessGate.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodReadinessGate contains the reference to a pod condition +*/ +class V1PodReadinessGate { + static getAttributeTypeMap() { + return V1PodReadinessGate.attributeTypeMap; + } +} +V1PodReadinessGate.discriminator = undefined; +V1PodReadinessGate.attributeTypeMap = [ + { + "name": "conditionType", + "baseName": "conditionType", + "type": "string" + } +]; +exports.V1PodReadinessGate = V1PodReadinessGate; +//# sourceMappingURL=v1PodReadinessGate.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodReadinessGate.js.map b/dist/gen/model/v1PodReadinessGate.js.map new file mode 100644 index 0000000000..a375328f48 --- /dev/null +++ b/dist/gen/model/v1PodReadinessGate.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodReadinessGate.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodReadinessGate.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kBAAkB;IAe3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAXM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,gDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodSecurityContext.d.ts b/dist/gen/model/v1PodSecurityContext.d.ts new file mode 100644 index 0000000000..b24366e3c2 --- /dev/null +++ b/dist/gen/model/v1PodSecurityContext.d.ts @@ -0,0 +1,56 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SELinuxOptions } from './v1SELinuxOptions'; +import { V1Sysctl } from './v1Sysctl'; +import { V1WindowsSecurityContextOptions } from './v1WindowsSecurityContextOptions'; +/** +* PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext. +*/ +export declare class V1PodSecurityContext { + /** + * A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR\'d with rw-rw---- If unset, the Kubelet will not modify the ownership and permissions of any volume. + */ + 'fsGroup'?: number; + /** + * The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. + */ + 'runAsGroup'?: number; + /** + * Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + */ + 'runAsNonRoot'?: boolean; + /** + * The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. + */ + 'runAsUser'?: number; + 'seLinuxOptions'?: V1SELinuxOptions; + /** + * A list of groups applied to the first process run in each container, in addition to the container\'s primary GID. If unspecified, no groups will be added to any container. + */ + 'supplementalGroups'?: Array; + /** + * Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. + */ + 'sysctls'?: Array; + 'windowsOptions'?: V1WindowsSecurityContextOptions; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodSecurityContext.js b/dist/gen/model/v1PodSecurityContext.js new file mode 100644 index 0000000000..f739155e34 --- /dev/null +++ b/dist/gen/model/v1PodSecurityContext.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext. +*/ +class V1PodSecurityContext { + static getAttributeTypeMap() { + return V1PodSecurityContext.attributeTypeMap; + } +} +V1PodSecurityContext.discriminator = undefined; +V1PodSecurityContext.attributeTypeMap = [ + { + "name": "fsGroup", + "baseName": "fsGroup", + "type": "number" + }, + { + "name": "runAsGroup", + "baseName": "runAsGroup", + "type": "number" + }, + { + "name": "runAsNonRoot", + "baseName": "runAsNonRoot", + "type": "boolean" + }, + { + "name": "runAsUser", + "baseName": "runAsUser", + "type": "number" + }, + { + "name": "seLinuxOptions", + "baseName": "seLinuxOptions", + "type": "V1SELinuxOptions" + }, + { + "name": "supplementalGroups", + "baseName": "supplementalGroups", + "type": "Array" + }, + { + "name": "sysctls", + "baseName": "sysctls", + "type": "Array" + }, + { + "name": "windowsOptions", + "baseName": "windowsOptions", + "type": "V1WindowsSecurityContextOptions" + } +]; +exports.V1PodSecurityContext = V1PodSecurityContext; +//# sourceMappingURL=v1PodSecurityContext.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodSecurityContext.js.map b/dist/gen/model/v1PodSecurityContext.js.map new file mode 100644 index 0000000000..7a17e748b4 --- /dev/null +++ b/dist/gen/model/v1PodSecurityContext.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodSecurityContext.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodSecurityContext.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,oBAAoB;IAwE7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA9CM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AAtEf,oDA2EC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodSpec.d.ts b/dist/gen/model/v1PodSpec.d.ts new file mode 100644 index 0000000000..4c98368266 --- /dev/null +++ b/dist/gen/model/v1PodSpec.d.ts @@ -0,0 +1,153 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Affinity } from './v1Affinity'; +import { V1Container } from './v1Container'; +import { V1HostAlias } from './v1HostAlias'; +import { V1LocalObjectReference } from './v1LocalObjectReference'; +import { V1PodDNSConfig } from './v1PodDNSConfig'; +import { V1PodReadinessGate } from './v1PodReadinessGate'; +import { V1PodSecurityContext } from './v1PodSecurityContext'; +import { V1Toleration } from './v1Toleration'; +import { V1Volume } from './v1Volume'; +/** +* PodSpec is a description of a pod. +*/ +export declare class V1PodSpec { + /** + * Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer. + */ + 'activeDeadlineSeconds'?: number; + 'affinity'?: V1Affinity; + /** + * AutomountServiceAccountToken indicates whether a service account token should be automatically mounted. + */ + 'automountServiceAccountToken'?: boolean; + /** + * List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. + */ + 'containers': Array; + 'dnsConfig'?: V1PodDNSConfig; + /** + * Set DNS policy for the pod. Defaults to \"ClusterFirst\". Valid values are \'ClusterFirstWithHostNet\', \'ClusterFirst\', \'Default\' or \'None\'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to \'ClusterFirstWithHostNet\'. + */ + 'dnsPolicy'?: string; + /** + * EnableServiceLinks indicates whether information about services should be injected into pod\'s environment variables, matching the syntax of Docker links. Optional: Defaults to true. + */ + 'enableServiceLinks'?: boolean; + /** + * HostAliases is an optional list of hosts and IPs that will be injected into the pod\'s hosts file if specified. This is only valid for non-hostNetwork pods. + */ + 'hostAliases'?: Array; + /** + * Use the host\'s ipc namespace. Optional: Default to false. + */ + 'hostIPC'?: boolean; + /** + * Host networking requested for this pod. Use the host\'s network namespace. If this option is set, the ports that will be used must be specified. Default to false. + */ + 'hostNetwork'?: boolean; + /** + * Use the host\'s pid namespace. Optional: Default to false. + */ + 'hostPID'?: boolean; + /** + * Specifies the hostname of the Pod If not specified, the pod\'s hostname will be set to a system-defined value. + */ + 'hostname'?: string; + /** + * ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod + */ + 'imagePullSecrets'?: Array; + /** + * List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, or Liveness probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ + */ + 'initContainers'?: Array; + /** + * NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. + */ + 'nodeName'?: string; + /** + * NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node\'s labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + */ + 'nodeSelector'?: { + [key: string]: string; + }; + /** + * PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature. + */ + 'preemptionPolicy'?: string; + /** + * The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. + */ + 'priority'?: number; + /** + * If specified, indicates the pod\'s priority. \"system-node-critical\" and \"system-cluster-critical\" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. + */ + 'priorityClassName'?: string; + /** + * If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to \"True\" More info: https://git.k8s.io/enhancements/keps/sig-network/0007-pod-ready%2B%2B.md + */ + 'readinessGates'?: Array; + /** + * Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy + */ + 'restartPolicy'?: string; + /** + * RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the \"legacy\" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md This is a beta feature as of Kubernetes v1.14. + */ + 'runtimeClassName'?: string; + /** + * If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. + */ + 'schedulerName'?: string; + 'securityContext'?: V1PodSecurityContext; + /** + * DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. + */ + 'serviceAccount'?: string; + /** + * ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + */ + 'serviceAccountName'?: string; + /** + * Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. This field is beta-level and may be disabled with the PodShareProcessNamespace feature. + */ + 'shareProcessNamespace'?: boolean; + /** + * If specified, the fully qualified Pod hostname will be \"...svc.\". If not specified, the pod will not have a domainname at all. + */ + 'subdomain'?: string; + /** + * Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. + */ + 'terminationGracePeriodSeconds'?: number; + /** + * If specified, the pod\'s tolerations. + */ + 'tolerations'?: Array; + /** + * List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes + */ + 'volumes'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodSpec.js b/dist/gen/model/v1PodSpec.js new file mode 100644 index 0000000000..e467768ca7 --- /dev/null +++ b/dist/gen/model/v1PodSpec.js @@ -0,0 +1,181 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodSpec is a description of a pod. +*/ +class V1PodSpec { + static getAttributeTypeMap() { + return V1PodSpec.attributeTypeMap; + } +} +V1PodSpec.discriminator = undefined; +V1PodSpec.attributeTypeMap = [ + { + "name": "activeDeadlineSeconds", + "baseName": "activeDeadlineSeconds", + "type": "number" + }, + { + "name": "affinity", + "baseName": "affinity", + "type": "V1Affinity" + }, + { + "name": "automountServiceAccountToken", + "baseName": "automountServiceAccountToken", + "type": "boolean" + }, + { + "name": "containers", + "baseName": "containers", + "type": "Array" + }, + { + "name": "dnsConfig", + "baseName": "dnsConfig", + "type": "V1PodDNSConfig" + }, + { + "name": "dnsPolicy", + "baseName": "dnsPolicy", + "type": "string" + }, + { + "name": "enableServiceLinks", + "baseName": "enableServiceLinks", + "type": "boolean" + }, + { + "name": "hostAliases", + "baseName": "hostAliases", + "type": "Array" + }, + { + "name": "hostIPC", + "baseName": "hostIPC", + "type": "boolean" + }, + { + "name": "hostNetwork", + "baseName": "hostNetwork", + "type": "boolean" + }, + { + "name": "hostPID", + "baseName": "hostPID", + "type": "boolean" + }, + { + "name": "hostname", + "baseName": "hostname", + "type": "string" + }, + { + "name": "imagePullSecrets", + "baseName": "imagePullSecrets", + "type": "Array" + }, + { + "name": "initContainers", + "baseName": "initContainers", + "type": "Array" + }, + { + "name": "nodeName", + "baseName": "nodeName", + "type": "string" + }, + { + "name": "nodeSelector", + "baseName": "nodeSelector", + "type": "{ [key: string]: string; }" + }, + { + "name": "preemptionPolicy", + "baseName": "preemptionPolicy", + "type": "string" + }, + { + "name": "priority", + "baseName": "priority", + "type": "number" + }, + { + "name": "priorityClassName", + "baseName": "priorityClassName", + "type": "string" + }, + { + "name": "readinessGates", + "baseName": "readinessGates", + "type": "Array" + }, + { + "name": "restartPolicy", + "baseName": "restartPolicy", + "type": "string" + }, + { + "name": "runtimeClassName", + "baseName": "runtimeClassName", + "type": "string" + }, + { + "name": "schedulerName", + "baseName": "schedulerName", + "type": "string" + }, + { + "name": "securityContext", + "baseName": "securityContext", + "type": "V1PodSecurityContext" + }, + { + "name": "serviceAccount", + "baseName": "serviceAccount", + "type": "string" + }, + { + "name": "serviceAccountName", + "baseName": "serviceAccountName", + "type": "string" + }, + { + "name": "shareProcessNamespace", + "baseName": "shareProcessNamespace", + "type": "boolean" + }, + { + "name": "subdomain", + "baseName": "subdomain", + "type": "string" + }, + { + "name": "terminationGracePeriodSeconds", + "baseName": "terminationGracePeriodSeconds", + "type": "number" + }, + { + "name": "tolerations", + "baseName": "tolerations", + "type": "Array" + }, + { + "name": "volumes", + "baseName": "volumes", + "type": "Array" + } +]; +exports.V1PodSpec = V1PodSpec; +//# sourceMappingURL=v1PodSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodSpec.js.map b/dist/gen/model/v1PodSpec.js.map new file mode 100644 index 0000000000..dea7aa8dd9 --- /dev/null +++ b/dist/gen/model/v1PodSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodSpec.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/model/v1PodStatus.d.ts b/dist/gen/model/v1PodStatus.d.ts new file mode 100644 index 0000000000..9525941fa8 --- /dev/null +++ b/dist/gen/model/v1PodStatus.d.ts @@ -0,0 +1,73 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ContainerStatus } from './v1ContainerStatus'; +import { V1PodCondition } from './v1PodCondition'; +/** +* PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane. +*/ +export declare class V1PodStatus { + /** + * Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + */ + 'conditions'?: Array; + /** + * The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status + */ + 'containerStatuses'?: Array; + /** + * IP address of the host to which the pod is assigned. Empty if not yet scheduled. + */ + 'hostIP'?: string; + /** + * The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status + */ + 'initContainerStatuses'?: Array; + /** + * A human readable message indicating details about why the pod is in this condition. + */ + 'message'?: string; + /** + * nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. + */ + 'nominatedNodeName'?: string; + /** + * The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod\'s status. There are five possible phase values: Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase + */ + 'phase'?: string; + /** + * IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. + */ + 'podIP'?: string; + /** + * The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md + */ + 'qosClass'?: string; + /** + * A brief CamelCase message indicating details about why the pod is in this state. e.g. \'Evicted\' + */ + 'reason'?: string; + /** + * RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. + */ + 'startTime'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodStatus.js b/dist/gen/model/v1PodStatus.js new file mode 100644 index 0000000000..784445df5e --- /dev/null +++ b/dist/gen/model/v1PodStatus.js @@ -0,0 +1,81 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane. +*/ +class V1PodStatus { + static getAttributeTypeMap() { + return V1PodStatus.attributeTypeMap; + } +} +V1PodStatus.discriminator = undefined; +V1PodStatus.attributeTypeMap = [ + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "containerStatuses", + "baseName": "containerStatuses", + "type": "Array" + }, + { + "name": "hostIP", + "baseName": "hostIP", + "type": "string" + }, + { + "name": "initContainerStatuses", + "baseName": "initContainerStatuses", + "type": "Array" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "nominatedNodeName", + "baseName": "nominatedNodeName", + "type": "string" + }, + { + "name": "phase", + "baseName": "phase", + "type": "string" + }, + { + "name": "podIP", + "baseName": "podIP", + "type": "string" + }, + { + "name": "qosClass", + "baseName": "qosClass", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "startTime", + "baseName": "startTime", + "type": "Date" + } +]; +exports.V1PodStatus = V1PodStatus; +//# sourceMappingURL=v1PodStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodStatus.js.map b/dist/gen/model/v1PodStatus.js.map new file mode 100644 index 0000000000..f50572a841 --- /dev/null +++ b/dist/gen/model/v1PodStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,WAAW;IAyGpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA7DM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAvGf,kCA4GC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodTemplate.d.ts b/dist/gen/model/v1PodTemplate.d.ts new file mode 100644 index 0000000000..5d2866358a --- /dev/null +++ b/dist/gen/model/v1PodTemplate.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* PodTemplate describes a template for creating copies of a predefined pod. +*/ +export declare class V1PodTemplate { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'template'?: V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodTemplate.js b/dist/gen/model/v1PodTemplate.js new file mode 100644 index 0000000000..da546002e9 --- /dev/null +++ b/dist/gen/model/v1PodTemplate.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodTemplate describes a template for creating copies of a predefined pod. +*/ +class V1PodTemplate { + static getAttributeTypeMap() { + return V1PodTemplate.attributeTypeMap; + } +} +V1PodTemplate.discriminator = undefined; +V1PodTemplate.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.V1PodTemplate = V1PodTemplate; +//# sourceMappingURL=v1PodTemplate.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodTemplate.js.map b/dist/gen/model/v1PodTemplate.js.map new file mode 100644 index 0000000000..b923155604 --- /dev/null +++ b/dist/gen/model/v1PodTemplate.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodTemplate.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodTemplate.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,aAAa;IAoCtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA1BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAlCf,sCAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodTemplateList.d.ts b/dist/gen/model/v1PodTemplateList.d.ts new file mode 100644 index 0000000000..5eb8d4aa60 --- /dev/null +++ b/dist/gen/model/v1PodTemplateList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1PodTemplate } from './v1PodTemplate'; +/** +* PodTemplateList is a list of PodTemplates. +*/ +export declare class V1PodTemplateList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of pod templates + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodTemplateList.js b/dist/gen/model/v1PodTemplateList.js new file mode 100644 index 0000000000..70dad5fb01 --- /dev/null +++ b/dist/gen/model/v1PodTemplateList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodTemplateList is a list of PodTemplates. +*/ +class V1PodTemplateList { + static getAttributeTypeMap() { + return V1PodTemplateList.attributeTypeMap; + } +} +V1PodTemplateList.discriminator = undefined; +V1PodTemplateList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1PodTemplateList = V1PodTemplateList; +//# sourceMappingURL=v1PodTemplateList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodTemplateList.js.map b/dist/gen/model/v1PodTemplateList.js.map new file mode 100644 index 0000000000..84e485c729 --- /dev/null +++ b/dist/gen/model/v1PodTemplateList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodTemplateList.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodTemplateList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAuC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1PodTemplateSpec.d.ts b/dist/gen/model/v1PodTemplateSpec.d.ts new file mode 100644 index 0000000000..40820ecbb9 --- /dev/null +++ b/dist/gen/model/v1PodTemplateSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1PodSpec } from './v1PodSpec'; +/** +* PodTemplateSpec describes the data a pod should have when created from a template +*/ +export declare class V1PodTemplateSpec { + 'metadata'?: V1ObjectMeta; + 'spec'?: V1PodSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PodTemplateSpec.js b/dist/gen/model/v1PodTemplateSpec.js new file mode 100644 index 0000000000..9e4736e3c8 --- /dev/null +++ b/dist/gen/model/v1PodTemplateSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodTemplateSpec describes the data a pod should have when created from a template +*/ +class V1PodTemplateSpec { + static getAttributeTypeMap() { + return V1PodTemplateSpec.attributeTypeMap; + } +} +V1PodTemplateSpec.discriminator = undefined; +V1PodTemplateSpec.attributeTypeMap = [ + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1PodSpec" + } +]; +exports.V1PodTemplateSpec = V1PodTemplateSpec; +//# sourceMappingURL=v1PodTemplateSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PodTemplateSpec.js.map b/dist/gen/model/v1PodTemplateSpec.js.map new file mode 100644 index 0000000000..e52be78744 --- /dev/null +++ b/dist/gen/model/v1PodTemplateSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PodTemplateSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1PodTemplateSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAkB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,WAAW;KACtB;CAAK,CAAC;AAhBf,8CAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1PolicyRule.d.ts b/dist/gen/model/v1PolicyRule.d.ts new file mode 100644 index 0000000000..84d2d0fa2f --- /dev/null +++ b/dist/gen/model/v1PolicyRule.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +*/ +export declare class V1PolicyRule { + /** + * APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. + */ + 'apiGroups'?: Array; + /** + * NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both. + */ + 'nonResourceURLs'?: Array; + /** + * ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. + */ + 'resourceNames'?: Array; + /** + * Resources is a list of resources this rule applies to. ResourceAll represents all resources. + */ + 'resources'?: Array; + /** + * Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds. + */ + 'verbs': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PolicyRule.js b/dist/gen/model/v1PolicyRule.js new file mode 100644 index 0000000000..e7fdfcd5cc --- /dev/null +++ b/dist/gen/model/v1PolicyRule.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +*/ +class V1PolicyRule { + static getAttributeTypeMap() { + return V1PolicyRule.attributeTypeMap; + } +} +V1PolicyRule.discriminator = undefined; +V1PolicyRule.attributeTypeMap = [ + { + "name": "apiGroups", + "baseName": "apiGroups", + "type": "Array" + }, + { + "name": "nonResourceURLs", + "baseName": "nonResourceURLs", + "type": "Array" + }, + { + "name": "resourceNames", + "baseName": "resourceNames", + "type": "Array" + }, + { + "name": "resources", + "baseName": "resources", + "type": "Array" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + } +]; +exports.V1PolicyRule = V1PolicyRule; +//# sourceMappingURL=v1PolicyRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PolicyRule.js.map b/dist/gen/model/v1PolicyRule.js.map new file mode 100644 index 0000000000..ca9299cf81 --- /dev/null +++ b/dist/gen/model/v1PolicyRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PolicyRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1PolicyRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,YAAY;IAmDrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA/BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAjDf,oCAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1PortworxVolumeSource.d.ts b/dist/gen/model/v1PortworxVolumeSource.d.ts new file mode 100644 index 0000000000..19f60af9c5 --- /dev/null +++ b/dist/gen/model/v1PortworxVolumeSource.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PortworxVolumeSource represents a Portworx volume resource. +*/ +export declare class V1PortworxVolumeSource { + /** + * FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\". Implicitly inferred to be \"ext4\" if unspecified. + */ + 'fsType'?: string; + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + /** + * VolumeID uniquely identifies a Portworx volume + */ + 'volumeID': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PortworxVolumeSource.js b/dist/gen/model/v1PortworxVolumeSource.js new file mode 100644 index 0000000000..c6dbf697a9 --- /dev/null +++ b/dist/gen/model/v1PortworxVolumeSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PortworxVolumeSource represents a Portworx volume resource. +*/ +class V1PortworxVolumeSource { + static getAttributeTypeMap() { + return V1PortworxVolumeSource.attributeTypeMap; + } +} +V1PortworxVolumeSource.discriminator = undefined; +V1PortworxVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "volumeID", + "baseName": "volumeID", + "type": "string" + } +]; +exports.V1PortworxVolumeSource = V1PortworxVolumeSource; +//# sourceMappingURL=v1PortworxVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PortworxVolumeSource.js.map b/dist/gen/model/v1PortworxVolumeSource.js.map new file mode 100644 index 0000000000..f6a124ec73 --- /dev/null +++ b/dist/gen/model/v1PortworxVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PortworxVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1PortworxVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAiC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AArBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,wDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1Preconditions.d.ts b/dist/gen/model/v1Preconditions.d.ts new file mode 100644 index 0000000000..2ed9602a36 --- /dev/null +++ b/dist/gen/model/v1Preconditions.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out. +*/ +export declare class V1Preconditions { + /** + * Specifies the target ResourceVersion + */ + 'resourceVersion'?: string; + /** + * Specifies the target UID. + */ + 'uid'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Preconditions.js b/dist/gen/model/v1Preconditions.js new file mode 100644 index 0000000000..33ff0ce3af --- /dev/null +++ b/dist/gen/model/v1Preconditions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out. +*/ +class V1Preconditions { + static getAttributeTypeMap() { + return V1Preconditions.attributeTypeMap; + } +} +V1Preconditions.discriminator = undefined; +V1Preconditions.attributeTypeMap = [ + { + "name": "resourceVersion", + "baseName": "resourceVersion", + "type": "string" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + } +]; +exports.V1Preconditions = V1Preconditions; +//# sourceMappingURL=v1Preconditions.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Preconditions.js.map b/dist/gen/model/v1Preconditions.js.map new file mode 100644 index 0000000000..9a90d7e2d4 --- /dev/null +++ b/dist/gen/model/v1Preconditions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Preconditions.js","sourceRoot":"","sources":["../../../src/gen/model/v1Preconditions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,eAAe;IAwBxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAhBM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,0CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1PreferredSchedulingTerm.d.ts b/dist/gen/model/v1PreferredSchedulingTerm.d.ts new file mode 100644 index 0000000000..6180ef0173 --- /dev/null +++ b/dist/gen/model/v1PreferredSchedulingTerm.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeSelectorTerm } from './v1NodeSelectorTerm'; +/** +* An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it\'s a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). +*/ +export declare class V1PreferredSchedulingTerm { + 'preference': V1NodeSelectorTerm; + /** + * Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + */ + 'weight': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PreferredSchedulingTerm.js b/dist/gen/model/v1PreferredSchedulingTerm.js new file mode 100644 index 0000000000..078565e083 --- /dev/null +++ b/dist/gen/model/v1PreferredSchedulingTerm.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it\'s a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). +*/ +class V1PreferredSchedulingTerm { + static getAttributeTypeMap() { + return V1PreferredSchedulingTerm.attributeTypeMap; + } +} +V1PreferredSchedulingTerm.discriminator = undefined; +V1PreferredSchedulingTerm.attributeTypeMap = [ + { + "name": "preference", + "baseName": "preference", + "type": "V1NodeSelectorTerm" + }, + { + "name": "weight", + "baseName": "weight", + "type": "number" + } +]; +exports.V1PreferredSchedulingTerm = V1PreferredSchedulingTerm; +//# sourceMappingURL=v1PreferredSchedulingTerm.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PreferredSchedulingTerm.js.map b/dist/gen/model/v1PreferredSchedulingTerm.js.map new file mode 100644 index 0000000000..375eadd361 --- /dev/null +++ b/dist/gen/model/v1PreferredSchedulingTerm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PreferredSchedulingTerm.js","sourceRoot":"","sources":["../../../src/gen/model/v1PreferredSchedulingTerm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,yBAAyB;IAqBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,8DAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1PriorityClass.d.ts b/dist/gen/model/v1PriorityClass.d.ts new file mode 100644 index 0000000000..176496f7d6 --- /dev/null +++ b/dist/gen/model/v1PriorityClass.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +*/ +export declare class V1PriorityClass { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * description is an arbitrary string that usually provides guidelines on when this priority class should be used. + */ + 'description'?: string; + /** + * globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. + */ + 'globalDefault'?: boolean; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature. + */ + 'preemptionPolicy'?: string; + /** + * The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. + */ + 'value': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PriorityClass.js b/dist/gen/model/v1PriorityClass.js new file mode 100644 index 0000000000..3e9f8bb010 --- /dev/null +++ b/dist/gen/model/v1PriorityClass.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +*/ +class V1PriorityClass { + static getAttributeTypeMap() { + return V1PriorityClass.attributeTypeMap; + } +} +V1PriorityClass.discriminator = undefined; +V1PriorityClass.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "description", + "baseName": "description", + "type": "string" + }, + { + "name": "globalDefault", + "baseName": "globalDefault", + "type": "boolean" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "preemptionPolicy", + "baseName": "preemptionPolicy", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "number" + } +]; +exports.V1PriorityClass = V1PriorityClass; +//# sourceMappingURL=v1PriorityClass.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PriorityClass.js.map b/dist/gen/model/v1PriorityClass.js.map new file mode 100644 index 0000000000..5d1efe1cb7 --- /dev/null +++ b/dist/gen/model/v1PriorityClass.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PriorityClass.js","sourceRoot":"","sources":["../../../src/gen/model/v1PriorityClass.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,eAAe;IAkExB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAzCM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhEf,0CAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v1PriorityClassList.d.ts b/dist/gen/model/v1PriorityClassList.d.ts new file mode 100644 index 0000000000..f2044c1f6f --- /dev/null +++ b/dist/gen/model/v1PriorityClassList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1PriorityClass } from './v1PriorityClass'; +/** +* PriorityClassList is a collection of priority classes. +*/ +export declare class V1PriorityClassList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of PriorityClasses + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1PriorityClassList.js b/dist/gen/model/v1PriorityClassList.js new file mode 100644 index 0000000000..b9c57c92f3 --- /dev/null +++ b/dist/gen/model/v1PriorityClassList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PriorityClassList is a collection of priority classes. +*/ +class V1PriorityClassList { + static getAttributeTypeMap() { + return V1PriorityClassList.attributeTypeMap; + } +} +V1PriorityClassList.discriminator = undefined; +V1PriorityClassList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1PriorityClassList = V1PriorityClassList; +//# sourceMappingURL=v1PriorityClassList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1PriorityClassList.js.map b/dist/gen/model/v1PriorityClassList.js.map new file mode 100644 index 0000000000..5172cf9a11 --- /dev/null +++ b/dist/gen/model/v1PriorityClassList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1PriorityClassList.js","sourceRoot":"","sources":["../../../src/gen/model/v1PriorityClassList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Probe.d.ts b/dist/gen/model/v1Probe.d.ts new file mode 100644 index 0000000000..7bf25d8bcd --- /dev/null +++ b/dist/gen/model/v1Probe.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ExecAction } from './v1ExecAction'; +import { V1HTTPGetAction } from './v1HTTPGetAction'; +import { V1TCPSocketAction } from './v1TCPSocketAction'; +/** +* Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. +*/ +export declare class V1Probe { + 'exec'?: V1ExecAction; + /** + * Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. + */ + 'failureThreshold'?: number; + 'httpGet'?: V1HTTPGetAction; + /** + * Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + */ + 'initialDelaySeconds'?: number; + /** + * How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. + */ + 'periodSeconds'?: number; + /** + * Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1. + */ + 'successThreshold'?: number; + 'tcpSocket'?: V1TCPSocketAction; + /** + * Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + */ + 'timeoutSeconds'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Probe.js b/dist/gen/model/v1Probe.js new file mode 100644 index 0000000000..705db17b37 --- /dev/null +++ b/dist/gen/model/v1Probe.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. +*/ +class V1Probe { + static getAttributeTypeMap() { + return V1Probe.attributeTypeMap; + } +} +V1Probe.discriminator = undefined; +V1Probe.attributeTypeMap = [ + { + "name": "exec", + "baseName": "exec", + "type": "V1ExecAction" + }, + { + "name": "failureThreshold", + "baseName": "failureThreshold", + "type": "number" + }, + { + "name": "httpGet", + "baseName": "httpGet", + "type": "V1HTTPGetAction" + }, + { + "name": "initialDelaySeconds", + "baseName": "initialDelaySeconds", + "type": "number" + }, + { + "name": "periodSeconds", + "baseName": "periodSeconds", + "type": "number" + }, + { + "name": "successThreshold", + "baseName": "successThreshold", + "type": "number" + }, + { + "name": "tcpSocket", + "baseName": "tcpSocket", + "type": "V1TCPSocketAction" + }, + { + "name": "timeoutSeconds", + "baseName": "timeoutSeconds", + "type": "number" + } +]; +exports.V1Probe = V1Probe; +//# sourceMappingURL=v1Probe.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Probe.js.map b/dist/gen/model/v1Probe.js.map new file mode 100644 index 0000000000..0f685cbb4b --- /dev/null +++ b/dist/gen/model/v1Probe.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Probe.js","sourceRoot":"","sources":["../../../src/gen/model/v1Probe.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,OAAO;IAqEhB,MAAM,CAAC,mBAAmB;QACtB,OAAO,OAAO,CAAC,gBAAgB,CAAC;IACpC,CAAC;;AA9CM,qBAAa,GAAuB,SAAS,CAAC;AAE9C,wBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnEf,0BAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1ProjectedVolumeSource.d.ts b/dist/gen/model/v1ProjectedVolumeSource.d.ts new file mode 100644 index 0000000000..582975c4bc --- /dev/null +++ b/dist/gen/model/v1ProjectedVolumeSource.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1VolumeProjection } from './v1VolumeProjection'; +/** +* Represents a projected volume source +*/ +export declare class V1ProjectedVolumeSource { + /** + * Mode bits to use on created files by default. Must be a value between 0 and 0777. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + */ + 'defaultMode'?: number; + /** + * list of volume projections + */ + 'sources': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ProjectedVolumeSource.js b/dist/gen/model/v1ProjectedVolumeSource.js new file mode 100644 index 0000000000..56822c9306 --- /dev/null +++ b/dist/gen/model/v1ProjectedVolumeSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a projected volume source +*/ +class V1ProjectedVolumeSource { + static getAttributeTypeMap() { + return V1ProjectedVolumeSource.attributeTypeMap; + } +} +V1ProjectedVolumeSource.discriminator = undefined; +V1ProjectedVolumeSource.attributeTypeMap = [ + { + "name": "defaultMode", + "baseName": "defaultMode", + "type": "number" + }, + { + "name": "sources", + "baseName": "sources", + "type": "Array" + } +]; +exports.V1ProjectedVolumeSource = V1ProjectedVolumeSource; +//# sourceMappingURL=v1ProjectedVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ProjectedVolumeSource.js.map b/dist/gen/model/v1ProjectedVolumeSource.js.map new file mode 100644 index 0000000000..748c6e51bd --- /dev/null +++ b/dist/gen/model/v1ProjectedVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ProjectedVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ProjectedVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IAwBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC;AAtBf,0DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1QuobyteVolumeSource.d.ts b/dist/gen/model/v1QuobyteVolumeSource.d.ts new file mode 100644 index 0000000000..9c420ed670 --- /dev/null +++ b/dist/gen/model/v1QuobyteVolumeSource.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. +*/ +export declare class V1QuobyteVolumeSource { + /** + * Group to map volume access to Default is no group + */ + 'group'?: string; + /** + * ReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. + */ + 'readOnly'?: boolean; + /** + * Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes + */ + 'registry': string; + /** + * Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin + */ + 'tenant'?: string; + /** + * User to map volume access to Defaults to serivceaccount user + */ + 'user'?: string; + /** + * Volume is a string that references an already created Quobyte volume by name. + */ + 'volume': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1QuobyteVolumeSource.js b/dist/gen/model/v1QuobyteVolumeSource.js new file mode 100644 index 0000000000..f7bac7cc84 --- /dev/null +++ b/dist/gen/model/v1QuobyteVolumeSource.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. +*/ +class V1QuobyteVolumeSource { + static getAttributeTypeMap() { + return V1QuobyteVolumeSource.attributeTypeMap; + } +} +V1QuobyteVolumeSource.discriminator = undefined; +V1QuobyteVolumeSource.attributeTypeMap = [ + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "registry", + "baseName": "registry", + "type": "string" + }, + { + "name": "tenant", + "baseName": "tenant", + "type": "string" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + }, + { + "name": "volume", + "baseName": "volume", + "type": "string" + } +]; +exports.V1QuobyteVolumeSource = V1QuobyteVolumeSource; +//# sourceMappingURL=v1QuobyteVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1QuobyteVolumeSource.js.map b/dist/gen/model/v1QuobyteVolumeSource.js.map new file mode 100644 index 0000000000..9cd630e52f --- /dev/null +++ b/dist/gen/model/v1QuobyteVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1QuobyteVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1QuobyteVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IA4D9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AApCM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,sDA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1RBDPersistentVolumeSource.d.ts b/dist/gen/model/v1RBDPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..67509d9cbc --- /dev/null +++ b/dist/gen/model/v1RBDPersistentVolumeSource.d.ts @@ -0,0 +1,57 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SecretReference } from './v1SecretReference'; +/** +* Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +*/ +export declare class V1RBDPersistentVolumeSource { + /** + * Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + */ + 'fsType'?: string; + /** + * The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'image': string; + /** + * Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'keyring'?: string; + /** + * A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'monitors': Array; + /** + * The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'pool'?: string; + /** + * ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'readOnly'?: boolean; + 'secretRef'?: V1SecretReference; + /** + * The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'user'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RBDPersistentVolumeSource.js b/dist/gen/model/v1RBDPersistentVolumeSource.js new file mode 100644 index 0000000000..049087cf9f --- /dev/null +++ b/dist/gen/model/v1RBDPersistentVolumeSource.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +*/ +class V1RBDPersistentVolumeSource { + static getAttributeTypeMap() { + return V1RBDPersistentVolumeSource.attributeTypeMap; + } +} +V1RBDPersistentVolumeSource.discriminator = undefined; +V1RBDPersistentVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "image", + "baseName": "image", + "type": "string" + }, + { + "name": "keyring", + "baseName": "keyring", + "type": "string" + }, + { + "name": "monitors", + "baseName": "monitors", + "type": "Array" + }, + { + "name": "pool", + "baseName": "pool", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1SecretReference" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + } +]; +exports.V1RBDPersistentVolumeSource = V1RBDPersistentVolumeSource; +//# sourceMappingURL=v1RBDPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RBDPersistentVolumeSource.js.map b/dist/gen/model/v1RBDPersistentVolumeSource.js.map new file mode 100644 index 0000000000..2980149ece --- /dev/null +++ b/dist/gen/model/v1RBDPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RBDPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1RBDPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IA2EpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA9CM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAzEf,kEA8EC"} \ No newline at end of file diff --git a/dist/gen/model/v1RBDVolumeSource.d.ts b/dist/gen/model/v1RBDVolumeSource.d.ts new file mode 100644 index 0000000000..04a0f2390b --- /dev/null +++ b/dist/gen/model/v1RBDVolumeSource.d.ts @@ -0,0 +1,57 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +*/ +export declare class V1RBDVolumeSource { + /** + * Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + */ + 'fsType'?: string; + /** + * The rados image name. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'image': string; + /** + * Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'keyring'?: string; + /** + * A collection of Ceph monitors. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'monitors': Array; + /** + * The rados pool name. Default is rbd. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'pool'?: string; + /** + * ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'readOnly'?: boolean; + 'secretRef'?: V1LocalObjectReference; + /** + * The rados user name. Default is admin. More info: https://releases.k8s.io/HEAD/examples/volumes/rbd/README.md#how-to-use-it + */ + 'user'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RBDVolumeSource.js b/dist/gen/model/v1RBDVolumeSource.js new file mode 100644 index 0000000000..d1f3f93d39 --- /dev/null +++ b/dist/gen/model/v1RBDVolumeSource.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +*/ +class V1RBDVolumeSource { + static getAttributeTypeMap() { + return V1RBDVolumeSource.attributeTypeMap; + } +} +V1RBDVolumeSource.discriminator = undefined; +V1RBDVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "image", + "baseName": "image", + "type": "string" + }, + { + "name": "keyring", + "baseName": "keyring", + "type": "string" + }, + { + "name": "monitors", + "baseName": "monitors", + "type": "Array" + }, + { + "name": "pool", + "baseName": "pool", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1LocalObjectReference" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + } +]; +exports.V1RBDVolumeSource = V1RBDVolumeSource; +//# sourceMappingURL=v1RBDVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RBDVolumeSource.js.map b/dist/gen/model/v1RBDVolumeSource.js.map new file mode 100644 index 0000000000..2bc87e59d2 --- /dev/null +++ b/dist/gen/model/v1RBDVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RBDVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1RBDVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iBAAiB;IA2E1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA9CM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAzEf,8CA8EC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSet.d.ts b/dist/gen/model/v1ReplicaSet.d.ts new file mode 100644 index 0000000000..c41a9e5e56 --- /dev/null +++ b/dist/gen/model/v1ReplicaSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ReplicaSetSpec } from './v1ReplicaSetSpec'; +import { V1ReplicaSetStatus } from './v1ReplicaSetStatus'; +/** +* ReplicaSet ensures that a specified number of pod replicas are running at any given time. +*/ +export declare class V1ReplicaSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1ReplicaSetSpec; + 'status'?: V1ReplicaSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicaSet.js b/dist/gen/model/v1ReplicaSet.js new file mode 100644 index 0000000000..2b22bbd55d --- /dev/null +++ b/dist/gen/model/v1ReplicaSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSet ensures that a specified number of pod replicas are running at any given time. +*/ +class V1ReplicaSet { + static getAttributeTypeMap() { + return V1ReplicaSet.attributeTypeMap; + } +} +V1ReplicaSet.discriminator = undefined; +V1ReplicaSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1ReplicaSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1ReplicaSetStatus" + } +]; +exports.V1ReplicaSet = V1ReplicaSet; +//# sourceMappingURL=v1ReplicaSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSet.js.map b/dist/gen/model/v1ReplicaSet.js.map new file mode 100644 index 0000000000..7514e4943f --- /dev/null +++ b/dist/gen/model/v1ReplicaSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicaSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicaSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,YAAY;IA0CrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA/BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;CAAK,CAAC;AAxCf,oCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetCondition.d.ts b/dist/gen/model/v1ReplicaSetCondition.d.ts new file mode 100644 index 0000000000..3d951c494a --- /dev/null +++ b/dist/gen/model/v1ReplicaSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ReplicaSetCondition describes the state of a replica set at a certain point. +*/ +export declare class V1ReplicaSetCondition { + /** + * The last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of replica set condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicaSetCondition.js b/dist/gen/model/v1ReplicaSetCondition.js new file mode 100644 index 0000000000..53df56480b --- /dev/null +++ b/dist/gen/model/v1ReplicaSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetCondition describes the state of a replica set at a certain point. +*/ +class V1ReplicaSetCondition { + static getAttributeTypeMap() { + return V1ReplicaSetCondition.attributeTypeMap; + } +} +V1ReplicaSetCondition.discriminator = undefined; +V1ReplicaSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1ReplicaSetCondition = V1ReplicaSetCondition; +//# sourceMappingURL=v1ReplicaSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetCondition.js.map b/dist/gen/model/v1ReplicaSetCondition.js.map new file mode 100644 index 0000000000..2905d0a1ef --- /dev/null +++ b/dist/gen/model/v1ReplicaSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicaSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicaSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IAmD9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA/BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,sDAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetList.d.ts b/dist/gen/model/v1ReplicaSetList.d.ts new file mode 100644 index 0000000000..dda1f5d54d --- /dev/null +++ b/dist/gen/model/v1ReplicaSetList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1ReplicaSet } from './v1ReplicaSet'; +/** +* ReplicaSetList is a collection of ReplicaSets. +*/ +export declare class V1ReplicaSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicaSetList.js b/dist/gen/model/v1ReplicaSetList.js new file mode 100644 index 0000000000..a282865ee7 --- /dev/null +++ b/dist/gen/model/v1ReplicaSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetList is a collection of ReplicaSets. +*/ +class V1ReplicaSetList { + static getAttributeTypeMap() { + return V1ReplicaSetList.attributeTypeMap; + } +} +V1ReplicaSetList.discriminator = undefined; +V1ReplicaSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ReplicaSetList = V1ReplicaSetList; +//# sourceMappingURL=v1ReplicaSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetList.js.map b/dist/gen/model/v1ReplicaSetList.js.map new file mode 100644 index 0000000000..c5601bb69c --- /dev/null +++ b/dist/gen/model/v1ReplicaSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicaSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicaSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAuCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetSpec.d.ts b/dist/gen/model/v1ReplicaSetSpec.d.ts new file mode 100644 index 0000000000..0c97ddbfd5 --- /dev/null +++ b/dist/gen/model/v1ReplicaSetSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* ReplicaSetSpec is the specification of a ReplicaSet. +*/ +export declare class V1ReplicaSetSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + */ + 'replicas'?: number; + 'selector': V1LabelSelector; + 'template'?: V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicaSetSpec.js b/dist/gen/model/v1ReplicaSetSpec.js new file mode 100644 index 0000000000..043d9e295e --- /dev/null +++ b/dist/gen/model/v1ReplicaSetSpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetSpec is the specification of a ReplicaSet. +*/ +class V1ReplicaSetSpec { + static getAttributeTypeMap() { + return V1ReplicaSetSpec.attributeTypeMap; + } +} +V1ReplicaSetSpec.discriminator = undefined; +V1ReplicaSetSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.V1ReplicaSetSpec = V1ReplicaSetSpec; +//# sourceMappingURL=v1ReplicaSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetSpec.js.map b/dist/gen/model/v1ReplicaSetSpec.js.map new file mode 100644 index 0000000000..e9380b3862 --- /dev/null +++ b/dist/gen/model/v1ReplicaSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicaSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicaSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAoCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAlCf,4CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetStatus.d.ts b/dist/gen/model/v1ReplicaSetStatus.d.ts new file mode 100644 index 0000000000..c68432db95 --- /dev/null +++ b/dist/gen/model/v1ReplicaSetStatus.d.ts @@ -0,0 +1,52 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ReplicaSetCondition } from './v1ReplicaSetCondition'; +/** +* ReplicaSetStatus represents the current status of a ReplicaSet. +*/ +export declare class V1ReplicaSetStatus { + /** + * The number of available replicas (ready for at least minReadySeconds) for this replica set. + */ + 'availableReplicas'?: number; + /** + * Represents the latest available observations of a replica set\'s current state. + */ + 'conditions'?: Array; + /** + * The number of pods that have labels matching the labels of the pod template of the replicaset. + */ + 'fullyLabeledReplicas'?: number; + /** + * ObservedGeneration reflects the generation of the most recently observed ReplicaSet. + */ + 'observedGeneration'?: number; + /** + * The number of ready replicas for this replica set. + */ + 'readyReplicas'?: number; + /** + * Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + */ + 'replicas': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicaSetStatus.js b/dist/gen/model/v1ReplicaSetStatus.js new file mode 100644 index 0000000000..d4ee5a3f22 --- /dev/null +++ b/dist/gen/model/v1ReplicaSetStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetStatus represents the current status of a ReplicaSet. +*/ +class V1ReplicaSetStatus { + static getAttributeTypeMap() { + return V1ReplicaSetStatus.attributeTypeMap; + } +} +V1ReplicaSetStatus.discriminator = undefined; +V1ReplicaSetStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "fullyLabeledReplicas", + "baseName": "fullyLabeledReplicas", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.V1ReplicaSetStatus = V1ReplicaSetStatus; +//# sourceMappingURL=v1ReplicaSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicaSetStatus.js.map b/dist/gen/model/v1ReplicaSetStatus.js.map new file mode 100644 index 0000000000..58d7134fd7 --- /dev/null +++ b/dist/gen/model/v1ReplicaSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicaSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicaSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IA4D3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AApCM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,gDA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationController.d.ts b/dist/gen/model/v1ReplicationController.d.ts new file mode 100644 index 0000000000..d95ea392b6 --- /dev/null +++ b/dist/gen/model/v1ReplicationController.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ReplicationControllerSpec } from './v1ReplicationControllerSpec'; +import { V1ReplicationControllerStatus } from './v1ReplicationControllerStatus'; +/** +* ReplicationController represents the configuration of a replication controller. +*/ +export declare class V1ReplicationController { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1ReplicationControllerSpec; + 'status'?: V1ReplicationControllerStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicationController.js b/dist/gen/model/v1ReplicationController.js new file mode 100644 index 0000000000..ec66f7c456 --- /dev/null +++ b/dist/gen/model/v1ReplicationController.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicationController represents the configuration of a replication controller. +*/ +class V1ReplicationController { + static getAttributeTypeMap() { + return V1ReplicationController.attributeTypeMap; + } +} +V1ReplicationController.discriminator = undefined; +V1ReplicationController.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1ReplicationControllerSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1ReplicationControllerStatus" + } +]; +exports.V1ReplicationController = V1ReplicationController; +//# sourceMappingURL=v1ReplicationController.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationController.js.map b/dist/gen/model/v1ReplicationController.js.map new file mode 100644 index 0000000000..f153ab94fb --- /dev/null +++ b/dist/gen/model/v1ReplicationController.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicationController.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicationController.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,uBAAuB;IA0ChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA/BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,+BAA+B;KAC1C;CAAK,CAAC;AAxCf,0DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerCondition.d.ts b/dist/gen/model/v1ReplicationControllerCondition.d.ts new file mode 100644 index 0000000000..dbc382c067 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ReplicationControllerCondition describes the state of a replication controller at a certain point. +*/ +export declare class V1ReplicationControllerCondition { + /** + * The last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of replication controller condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicationControllerCondition.js b/dist/gen/model/v1ReplicationControllerCondition.js new file mode 100644 index 0000000000..83dda92da7 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicationControllerCondition describes the state of a replication controller at a certain point. +*/ +class V1ReplicationControllerCondition { + static getAttributeTypeMap() { + return V1ReplicationControllerCondition.attributeTypeMap; + } +} +V1ReplicationControllerCondition.discriminator = undefined; +V1ReplicationControllerCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1ReplicationControllerCondition = V1ReplicationControllerCondition; +//# sourceMappingURL=v1ReplicationControllerCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerCondition.js.map b/dist/gen/model/v1ReplicationControllerCondition.js.map new file mode 100644 index 0000000000..7056048c48 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicationControllerCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicationControllerCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gCAAgC;IAmDzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA/BM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,4EAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerList.d.ts b/dist/gen/model/v1ReplicationControllerList.d.ts new file mode 100644 index 0000000000..205f9f9fd2 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1ReplicationController } from './v1ReplicationController'; +/** +* ReplicationControllerList is a collection of replication controllers. +*/ +export declare class V1ReplicationControllerList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicationControllerList.js b/dist/gen/model/v1ReplicationControllerList.js new file mode 100644 index 0000000000..e9f495437b --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicationControllerList is a collection of replication controllers. +*/ +class V1ReplicationControllerList { + static getAttributeTypeMap() { + return V1ReplicationControllerList.attributeTypeMap; + } +} +V1ReplicationControllerList.discriminator = undefined; +V1ReplicationControllerList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ReplicationControllerList = V1ReplicationControllerList; +//# sourceMappingURL=v1ReplicationControllerList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerList.js.map b/dist/gen/model/v1ReplicationControllerList.js.map new file mode 100644 index 0000000000..a6ccdc7726 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicationControllerList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicationControllerList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,2BAA2B;IAuCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerSpec.d.ts b/dist/gen/model/v1ReplicationControllerSpec.d.ts new file mode 100644 index 0000000000..ae219f34e1 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerSpec.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* ReplicationControllerSpec is the specification of a replication controller. +*/ +export declare class V1ReplicationControllerSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller + */ + 'replicas'?: number; + /** + * Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + */ + 'selector'?: { + [key: string]: string; + }; + 'template'?: V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicationControllerSpec.js b/dist/gen/model/v1ReplicationControllerSpec.js new file mode 100644 index 0000000000..f3336c364b --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerSpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicationControllerSpec is the specification of a replication controller. +*/ +class V1ReplicationControllerSpec { + static getAttributeTypeMap() { + return V1ReplicationControllerSpec.attributeTypeMap; + } +} +V1ReplicationControllerSpec.discriminator = undefined; +V1ReplicationControllerSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "{ [key: string]: string; }" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.V1ReplicationControllerSpec = V1ReplicationControllerSpec; +//# sourceMappingURL=v1ReplicationControllerSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerSpec.js.map b/dist/gen/model/v1ReplicationControllerSpec.js.map new file mode 100644 index 0000000000..1b08a7c496 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicationControllerSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicationControllerSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IAuCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AArCf,kEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerStatus.d.ts b/dist/gen/model/v1ReplicationControllerStatus.d.ts new file mode 100644 index 0000000000..37107ed53a --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerStatus.d.ts @@ -0,0 +1,52 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ReplicationControllerCondition } from './v1ReplicationControllerCondition'; +/** +* ReplicationControllerStatus represents the current status of a replication controller. +*/ +export declare class V1ReplicationControllerStatus { + /** + * The number of available replicas (ready for at least minReadySeconds) for this replication controller. + */ + 'availableReplicas'?: number; + /** + * Represents the latest available observations of a replication controller\'s current state. + */ + 'conditions'?: Array; + /** + * The number of pods that have labels matching the labels of the pod template of the replication controller. + */ + 'fullyLabeledReplicas'?: number; + /** + * ObservedGeneration reflects the generation of the most recently observed replication controller. + */ + 'observedGeneration'?: number; + /** + * The number of ready replicas for this replication controller. + */ + 'readyReplicas'?: number; + /** + * Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller + */ + 'replicas': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ReplicationControllerStatus.js b/dist/gen/model/v1ReplicationControllerStatus.js new file mode 100644 index 0000000000..b3e34e3144 --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicationControllerStatus represents the current status of a replication controller. +*/ +class V1ReplicationControllerStatus { + static getAttributeTypeMap() { + return V1ReplicationControllerStatus.attributeTypeMap; + } +} +V1ReplicationControllerStatus.discriminator = undefined; +V1ReplicationControllerStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "fullyLabeledReplicas", + "baseName": "fullyLabeledReplicas", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.V1ReplicationControllerStatus = V1ReplicationControllerStatus; +//# sourceMappingURL=v1ReplicationControllerStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ReplicationControllerStatus.js.map b/dist/gen/model/v1ReplicationControllerStatus.js.map new file mode 100644 index 0000000000..ad94ca9e7b --- /dev/null +++ b/dist/gen/model/v1ReplicationControllerStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ReplicationControllerStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1ReplicationControllerStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IA4DtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AApCM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,yCAAyC;KACpD;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,sEA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceAttributes.d.ts b/dist/gen/model/v1ResourceAttributes.d.ts new file mode 100644 index 0000000000..b9d6b4d974 --- /dev/null +++ b/dist/gen/model/v1ResourceAttributes.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +*/ +export declare class V1ResourceAttributes { + /** + * Group is the API Group of the Resource. \"*\" means all. + */ + 'group'?: string; + /** + * Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all. + */ + 'name'?: string; + /** + * Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview + */ + 'namespace'?: string; + /** + * Resource is one of the existing resource types. \"*\" means all. + */ + 'resource'?: string; + /** + * Subresource is one of the existing resource types. \"\" means none. + */ + 'subresource'?: string; + /** + * Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all. + */ + 'verb'?: string; + /** + * Version is the API Version of the Resource. \"*\" means all. + */ + 'version'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceAttributes.js b/dist/gen/model/v1ResourceAttributes.js new file mode 100644 index 0000000000..136ed3f2e2 --- /dev/null +++ b/dist/gen/model/v1ResourceAttributes.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +*/ +class V1ResourceAttributes { + static getAttributeTypeMap() { + return V1ResourceAttributes.attributeTypeMap; + } +} +V1ResourceAttributes.discriminator = undefined; +V1ResourceAttributes.attributeTypeMap = [ + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "resource", + "baseName": "resource", + "type": "string" + }, + { + "name": "subresource", + "baseName": "subresource", + "type": "string" + }, + { + "name": "verb", + "baseName": "verb", + "type": "string" + }, + { + "name": "version", + "baseName": "version", + "type": "string" + } +]; +exports.V1ResourceAttributes = V1ResourceAttributes; +//# sourceMappingURL=v1ResourceAttributes.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceAttributes.js.map b/dist/gen/model/v1ResourceAttributes.js.map new file mode 100644 index 0000000000..e779fcaa51 --- /dev/null +++ b/dist/gen/model/v1ResourceAttributes.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceAttributes.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceAttributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAqE7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAzCM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnEf,oDAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceFieldSelector.d.ts b/dist/gen/model/v1ResourceFieldSelector.d.ts new file mode 100644 index 0000000000..11775551fd --- /dev/null +++ b/dist/gen/model/v1ResourceFieldSelector.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceFieldSelector represents container resources (cpu, memory) and their output format +*/ +export declare class V1ResourceFieldSelector { + /** + * Container name: required for volumes, optional for env vars + */ + 'containerName'?: string; + /** + * Specifies the output format of the exposed resources, defaults to \"1\" + */ + 'divisor'?: string; + /** + * Required: resource to select + */ + 'resource': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceFieldSelector.js b/dist/gen/model/v1ResourceFieldSelector.js new file mode 100644 index 0000000000..b8db040d68 --- /dev/null +++ b/dist/gen/model/v1ResourceFieldSelector.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceFieldSelector represents container resources (cpu, memory) and their output format +*/ +class V1ResourceFieldSelector { + static getAttributeTypeMap() { + return V1ResourceFieldSelector.attributeTypeMap; + } +} +V1ResourceFieldSelector.discriminator = undefined; +V1ResourceFieldSelector.attributeTypeMap = [ + { + "name": "containerName", + "baseName": "containerName", + "type": "string" + }, + { + "name": "divisor", + "baseName": "divisor", + "type": "string" + }, + { + "name": "resource", + "baseName": "resource", + "type": "string" + } +]; +exports.V1ResourceFieldSelector = V1ResourceFieldSelector; +//# sourceMappingURL=v1ResourceFieldSelector.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceFieldSelector.js.map b/dist/gen/model/v1ResourceFieldSelector.js.map new file mode 100644 index 0000000000..20e90491a4 --- /dev/null +++ b/dist/gen/model/v1ResourceFieldSelector.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceFieldSelector.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceFieldSelector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uBAAuB;IAiChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AArBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,0DAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuota.d.ts b/dist/gen/model/v1ResourceQuota.d.ts new file mode 100644 index 0000000000..04df960e84 --- /dev/null +++ b/dist/gen/model/v1ResourceQuota.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ResourceQuotaSpec } from './v1ResourceQuotaSpec'; +import { V1ResourceQuotaStatus } from './v1ResourceQuotaStatus'; +/** +* ResourceQuota sets aggregate quota restrictions enforced per namespace +*/ +export declare class V1ResourceQuota { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1ResourceQuotaSpec; + 'status'?: V1ResourceQuotaStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceQuota.js b/dist/gen/model/v1ResourceQuota.js new file mode 100644 index 0000000000..7f0ef0f20a --- /dev/null +++ b/dist/gen/model/v1ResourceQuota.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceQuota sets aggregate quota restrictions enforced per namespace +*/ +class V1ResourceQuota { + static getAttributeTypeMap() { + return V1ResourceQuota.attributeTypeMap; + } +} +V1ResourceQuota.discriminator = undefined; +V1ResourceQuota.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1ResourceQuotaSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1ResourceQuotaStatus" + } +]; +exports.V1ResourceQuota = V1ResourceQuota; +//# sourceMappingURL=v1ResourceQuota.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuota.js.map b/dist/gen/model/v1ResourceQuota.js.map new file mode 100644 index 0000000000..7945b50daf --- /dev/null +++ b/dist/gen/model/v1ResourceQuota.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceQuota.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceQuota.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,eAAe;IA0CxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA/BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AAxCf,0CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuotaList.d.ts b/dist/gen/model/v1ResourceQuotaList.d.ts new file mode 100644 index 0000000000..fdc5df0cfd --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1ResourceQuota } from './v1ResourceQuota'; +/** +* ResourceQuotaList is a list of ResourceQuota items. +*/ +export declare class V1ResourceQuotaList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceQuotaList.js b/dist/gen/model/v1ResourceQuotaList.js new file mode 100644 index 0000000000..49b5ee4a9f --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceQuotaList is a list of ResourceQuota items. +*/ +class V1ResourceQuotaList { + static getAttributeTypeMap() { + return V1ResourceQuotaList.attributeTypeMap; + } +} +V1ResourceQuotaList.discriminator = undefined; +V1ResourceQuotaList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ResourceQuotaList = V1ResourceQuotaList; +//# sourceMappingURL=v1ResourceQuotaList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuotaList.js.map b/dist/gen/model/v1ResourceQuotaList.js.map new file mode 100644 index 0000000000..aaf5ef3675 --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceQuotaList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceQuotaList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuotaSpec.d.ts b/dist/gen/model/v1ResourceQuotaSpec.d.ts new file mode 100644 index 0000000000..a5aa10ccb1 --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ScopeSelector } from './v1ScopeSelector'; +/** +* ResourceQuotaSpec defines the desired hard limits to enforce for Quota. +*/ +export declare class V1ResourceQuotaSpec { + /** + * hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + */ + 'hard'?: { + [key: string]: string; + }; + 'scopeSelector'?: V1ScopeSelector; + /** + * A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. + */ + 'scopes'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceQuotaSpec.js b/dist/gen/model/v1ResourceQuotaSpec.js new file mode 100644 index 0000000000..cd4f15ad41 --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaSpec.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceQuotaSpec defines the desired hard limits to enforce for Quota. +*/ +class V1ResourceQuotaSpec { + static getAttributeTypeMap() { + return V1ResourceQuotaSpec.attributeTypeMap; + } +} +V1ResourceQuotaSpec.discriminator = undefined; +V1ResourceQuotaSpec.attributeTypeMap = [ + { + "name": "hard", + "baseName": "hard", + "type": "{ [key: string]: string; }" + }, + { + "name": "scopeSelector", + "baseName": "scopeSelector", + "type": "V1ScopeSelector" + }, + { + "name": "scopes", + "baseName": "scopes", + "type": "Array" + } +]; +exports.V1ResourceQuotaSpec = V1ResourceQuotaSpec; +//# sourceMappingURL=v1ResourceQuotaSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuotaSpec.js.map b/dist/gen/model/v1ResourceQuotaSpec.js.map new file mode 100644 index 0000000000..5cd748a97b --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceQuotaSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceQuotaSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mBAAmB;IA8B5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AArBM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA5Bf,kDAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuotaStatus.d.ts b/dist/gen/model/v1ResourceQuotaStatus.d.ts new file mode 100644 index 0000000000..6407daeefe --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaStatus.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceQuotaStatus defines the enforced hard limits and observed use. +*/ +export declare class V1ResourceQuotaStatus { + /** + * Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + */ + 'hard'?: { + [key: string]: string; + }; + /** + * Used is the current observed total usage of the resource in the namespace. + */ + 'used'?: { + [key: string]: string; + }; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceQuotaStatus.js b/dist/gen/model/v1ResourceQuotaStatus.js new file mode 100644 index 0000000000..aa24f313e1 --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaStatus.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceQuotaStatus defines the enforced hard limits and observed use. +*/ +class V1ResourceQuotaStatus { + static getAttributeTypeMap() { + return V1ResourceQuotaStatus.attributeTypeMap; + } +} +V1ResourceQuotaStatus.discriminator = undefined; +V1ResourceQuotaStatus.attributeTypeMap = [ + { + "name": "hard", + "baseName": "hard", + "type": "{ [key: string]: string; }" + }, + { + "name": "used", + "baseName": "used", + "type": "{ [key: string]: string; }" + } +]; +exports.V1ResourceQuotaStatus = V1ResourceQuotaStatus; +//# sourceMappingURL=v1ResourceQuotaStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceQuotaStatus.js.map b/dist/gen/model/v1ResourceQuotaStatus.js.map new file mode 100644 index 0000000000..73cea16ec9 --- /dev/null +++ b/dist/gen/model/v1ResourceQuotaStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceQuotaStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceQuotaStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qBAAqB;IAwB9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AAtBf,sDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceRequirements.d.ts b/dist/gen/model/v1ResourceRequirements.d.ts new file mode 100644 index 0000000000..f0d227ce40 --- /dev/null +++ b/dist/gen/model/v1ResourceRequirements.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceRequirements describes the compute resource requirements. +*/ +export declare class V1ResourceRequirements { + /** + * Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ + */ + 'limits'?: { + [key: string]: string; + }; + /** + * Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ + */ + 'requests'?: { + [key: string]: string; + }; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceRequirements.js b/dist/gen/model/v1ResourceRequirements.js new file mode 100644 index 0000000000..f1f1bd9489 --- /dev/null +++ b/dist/gen/model/v1ResourceRequirements.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceRequirements describes the compute resource requirements. +*/ +class V1ResourceRequirements { + static getAttributeTypeMap() { + return V1ResourceRequirements.attributeTypeMap; + } +} +V1ResourceRequirements.discriminator = undefined; +V1ResourceRequirements.attributeTypeMap = [ + { + "name": "limits", + "baseName": "limits", + "type": "{ [key: string]: string; }" + }, + { + "name": "requests", + "baseName": "requests", + "type": "{ [key: string]: string; }" + } +]; +exports.V1ResourceRequirements = V1ResourceRequirements; +//# sourceMappingURL=v1ResourceRequirements.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceRequirements.js.map b/dist/gen/model/v1ResourceRequirements.js.map new file mode 100644 index 0000000000..d3572e98be --- /dev/null +++ b/dist/gen/model/v1ResourceRequirements.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceRequirements.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceRequirements.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAwB/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AAtBf,wDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ResourceRule.d.ts b/dist/gen/model/v1ResourceRule.d.ts new file mode 100644 index 0000000000..a67518bf68 --- /dev/null +++ b/dist/gen/model/v1ResourceRule.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. +*/ +export declare class V1ResourceRule { + /** + * APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. \"*\" means all. + */ + 'apiGroups'?: Array; + /** + * ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. \"*\" means all. + */ + 'resourceNames'?: Array; + /** + * Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups. \"*_/foo\" represents the subresource \'foo\' for all resources in the specified apiGroups. + */ + 'resources'?: Array; + /** + * Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. \"*\" means all. + */ + 'verbs': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ResourceRule.js b/dist/gen/model/v1ResourceRule.js new file mode 100644 index 0000000000..e90d8e9860 --- /dev/null +++ b/dist/gen/model/v1ResourceRule.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. +*/ +class V1ResourceRule { + static getAttributeTypeMap() { + return V1ResourceRule.attributeTypeMap; + } +} +V1ResourceRule.discriminator = undefined; +V1ResourceRule.attributeTypeMap = [ + { + "name": "apiGroups", + "baseName": "apiGroups", + "type": "Array" + }, + { + "name": "resourceNames", + "baseName": "resourceNames", + "type": "Array" + }, + { + "name": "resources", + "baseName": "resources", + "type": "Array" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + } +]; +exports.V1ResourceRule = V1ResourceRule; +//# sourceMappingURL=v1ResourceRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ResourceRule.js.map b/dist/gen/model/v1ResourceRule.js.map new file mode 100644 index 0000000000..433c92059d --- /dev/null +++ b/dist/gen/model/v1ResourceRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ResourceRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1ResourceRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IA0CvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AA1BM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAxCf,wCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Role.d.ts b/dist/gen/model/v1Role.d.ts new file mode 100644 index 0000000000..2fb0a07cb9 --- /dev/null +++ b/dist/gen/model/v1Role.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1PolicyRule } from './v1PolicyRule'; +/** +* Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +*/ +export declare class V1Role { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Rules holds all the PolicyRules for this Role + */ + 'rules'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Role.js b/dist/gen/model/v1Role.js new file mode 100644 index 0000000000..857f6b23fc --- /dev/null +++ b/dist/gen/model/v1Role.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +*/ +class V1Role { + static getAttributeTypeMap() { + return V1Role.attributeTypeMap; + } +} +V1Role.discriminator = undefined; +V1Role.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + } +]; +exports.V1Role = V1Role; +//# sourceMappingURL=v1Role.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Role.js.map b/dist/gen/model/v1Role.js.map new file mode 100644 index 0000000000..3dbc7b2be1 --- /dev/null +++ b/dist/gen/model/v1Role.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Role.js","sourceRoot":"","sources":["../../../src/gen/model/v1Role.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,MAAM;IAuCf,MAAM,CAAC,mBAAmB;QACtB,OAAO,MAAM,CAAC,gBAAgB,CAAC;IACnC,CAAC;;AA1BM,oBAAa,GAAuB,SAAS,CAAC;AAE9C,uBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AArCf,wBA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1RoleBinding.d.ts b/dist/gen/model/v1RoleBinding.d.ts new file mode 100644 index 0000000000..4bb9fbd858 --- /dev/null +++ b/dist/gen/model/v1RoleBinding.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1RoleRef } from './v1RoleRef'; +import { V1Subject } from './v1Subject'; +/** +* RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +*/ +export declare class V1RoleBinding { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'roleRef': V1RoleRef; + /** + * Subjects holds references to the objects the role applies to. + */ + 'subjects'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RoleBinding.js b/dist/gen/model/v1RoleBinding.js new file mode 100644 index 0000000000..34c17a44d8 --- /dev/null +++ b/dist/gen/model/v1RoleBinding.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +*/ +class V1RoleBinding { + static getAttributeTypeMap() { + return V1RoleBinding.attributeTypeMap; + } +} +V1RoleBinding.discriminator = undefined; +V1RoleBinding.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "roleRef", + "baseName": "roleRef", + "type": "V1RoleRef" + }, + { + "name": "subjects", + "baseName": "subjects", + "type": "Array" + } +]; +exports.V1RoleBinding = V1RoleBinding; +//# sourceMappingURL=v1RoleBinding.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RoleBinding.js.map b/dist/gen/model/v1RoleBinding.js.map new file mode 100644 index 0000000000..1a12f67a3a --- /dev/null +++ b/dist/gen/model/v1RoleBinding.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RoleBinding.js","sourceRoot":"","sources":["../../../src/gen/model/v1RoleBinding.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,aAAa;IA6CtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA/BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,WAAW;KACtB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AA3Cf,sCAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1RoleBindingList.d.ts b/dist/gen/model/v1RoleBindingList.d.ts new file mode 100644 index 0000000000..fa904f6c9b --- /dev/null +++ b/dist/gen/model/v1RoleBindingList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1RoleBinding } from './v1RoleBinding'; +/** +* RoleBindingList is a collection of RoleBindings +*/ +export declare class V1RoleBindingList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of RoleBindings + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RoleBindingList.js b/dist/gen/model/v1RoleBindingList.js new file mode 100644 index 0000000000..bb40f13d54 --- /dev/null +++ b/dist/gen/model/v1RoleBindingList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleBindingList is a collection of RoleBindings +*/ +class V1RoleBindingList { + static getAttributeTypeMap() { + return V1RoleBindingList.attributeTypeMap; + } +} +V1RoleBindingList.discriminator = undefined; +V1RoleBindingList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1RoleBindingList = V1RoleBindingList; +//# sourceMappingURL=v1RoleBindingList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RoleBindingList.js.map b/dist/gen/model/v1RoleBindingList.js.map new file mode 100644 index 0000000000..873c3732cf --- /dev/null +++ b/dist/gen/model/v1RoleBindingList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RoleBindingList.js","sourceRoot":"","sources":["../../../src/gen/model/v1RoleBindingList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAuC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1RoleList.d.ts b/dist/gen/model/v1RoleList.d.ts new file mode 100644 index 0000000000..8049c00e87 --- /dev/null +++ b/dist/gen/model/v1RoleList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1Role } from './v1Role'; +/** +* RoleList is a collection of Roles +*/ +export declare class V1RoleList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of Roles + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RoleList.js b/dist/gen/model/v1RoleList.js new file mode 100644 index 0000000000..0cc9381399 --- /dev/null +++ b/dist/gen/model/v1RoleList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleList is a collection of Roles +*/ +class V1RoleList { + static getAttributeTypeMap() { + return V1RoleList.attributeTypeMap; + } +} +V1RoleList.discriminator = undefined; +V1RoleList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1RoleList = V1RoleList; +//# sourceMappingURL=v1RoleList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RoleList.js.map b/dist/gen/model/v1RoleList.js.map new file mode 100644 index 0000000000..13162e0d9c --- /dev/null +++ b/dist/gen/model/v1RoleList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RoleList.js","sourceRoot":"","sources":["../../../src/gen/model/v1RoleList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,UAAU;IAuCnB,MAAM,CAAC,mBAAmB;QACtB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AA1BM,wBAAa,GAAuB,SAAS,CAAC;AAE9C,2BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1RoleRef.d.ts b/dist/gen/model/v1RoleRef.d.ts new file mode 100644 index 0000000000..01c3323f62 --- /dev/null +++ b/dist/gen/model/v1RoleRef.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RoleRef contains information that points to the role being used +*/ +export declare class V1RoleRef { + /** + * APIGroup is the group for the resource being referenced + */ + 'apiGroup': string; + /** + * Kind is the type of resource being referenced + */ + 'kind': string; + /** + * Name is the name of resource being referenced + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RoleRef.js b/dist/gen/model/v1RoleRef.js new file mode 100644 index 0000000000..1ab3ff1284 --- /dev/null +++ b/dist/gen/model/v1RoleRef.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleRef contains information that points to the role being used +*/ +class V1RoleRef { + static getAttributeTypeMap() { + return V1RoleRef.attributeTypeMap; + } +} +V1RoleRef.discriminator = undefined; +V1RoleRef.attributeTypeMap = [ + { + "name": "apiGroup", + "baseName": "apiGroup", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1RoleRef = V1RoleRef; +//# sourceMappingURL=v1RoleRef.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RoleRef.js.map b/dist/gen/model/v1RoleRef.js.map new file mode 100644 index 0000000000..fe99fc7cb9 --- /dev/null +++ b/dist/gen/model/v1RoleRef.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RoleRef.js","sourceRoot":"","sources":["../../../src/gen/model/v1RoleRef.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,SAAS;IAiClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AArBM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,8BAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1RollingUpdateDaemonSet.d.ts b/dist/gen/model/v1RollingUpdateDaemonSet.d.ts new file mode 100644 index 0000000000..78c492b2a3 --- /dev/null +++ b/dist/gen/model/v1RollingUpdateDaemonSet.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Spec to control the desired behavior of daemon set rolling update. +*/ +export declare class V1RollingUpdateDaemonSet { + /** + * The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update. + */ + 'maxUnavailable'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RollingUpdateDaemonSet.js b/dist/gen/model/v1RollingUpdateDaemonSet.js new file mode 100644 index 0000000000..20e06c1ae2 --- /dev/null +++ b/dist/gen/model/v1RollingUpdateDaemonSet.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Spec to control the desired behavior of daemon set rolling update. +*/ +class V1RollingUpdateDaemonSet { + static getAttributeTypeMap() { + return V1RollingUpdateDaemonSet.attributeTypeMap; + } +} +V1RollingUpdateDaemonSet.discriminator = undefined; +V1RollingUpdateDaemonSet.attributeTypeMap = [ + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + } +]; +exports.V1RollingUpdateDaemonSet = V1RollingUpdateDaemonSet; +//# sourceMappingURL=v1RollingUpdateDaemonSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RollingUpdateDaemonSet.js.map b/dist/gen/model/v1RollingUpdateDaemonSet.js.map new file mode 100644 index 0000000000..fc7b2ff90c --- /dev/null +++ b/dist/gen/model/v1RollingUpdateDaemonSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RollingUpdateDaemonSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1RollingUpdateDaemonSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IAejC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAXM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,4DAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1RollingUpdateDeployment.d.ts b/dist/gen/model/v1RollingUpdateDeployment.d.ts new file mode 100644 index 0000000000..15c7a97550 --- /dev/null +++ b/dist/gen/model/v1RollingUpdateDeployment.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Spec to control the desired behavior of rolling update. +*/ +export declare class V1RollingUpdateDeployment { + /** + * The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + */ + 'maxSurge'?: object; + /** + * The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + */ + 'maxUnavailable'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RollingUpdateDeployment.js b/dist/gen/model/v1RollingUpdateDeployment.js new file mode 100644 index 0000000000..cb91f13cf9 --- /dev/null +++ b/dist/gen/model/v1RollingUpdateDeployment.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Spec to control the desired behavior of rolling update. +*/ +class V1RollingUpdateDeployment { + static getAttributeTypeMap() { + return V1RollingUpdateDeployment.attributeTypeMap; + } +} +V1RollingUpdateDeployment.discriminator = undefined; +V1RollingUpdateDeployment.attributeTypeMap = [ + { + "name": "maxSurge", + "baseName": "maxSurge", + "type": "object" + }, + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + } +]; +exports.V1RollingUpdateDeployment = V1RollingUpdateDeployment; +//# sourceMappingURL=v1RollingUpdateDeployment.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RollingUpdateDeployment.js.map b/dist/gen/model/v1RollingUpdateDeployment.js.map new file mode 100644 index 0000000000..ea1a0b648b --- /dev/null +++ b/dist/gen/model/v1RollingUpdateDeployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RollingUpdateDeployment.js","sourceRoot":"","sources":["../../../src/gen/model/v1RollingUpdateDeployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,yBAAyB;IAwBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,8DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1RollingUpdateStatefulSetStrategy.d.ts b/dist/gen/model/v1RollingUpdateStatefulSetStrategy.d.ts new file mode 100644 index 0000000000..718902c193 --- /dev/null +++ b/dist/gen/model/v1RollingUpdateStatefulSetStrategy.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +*/ +export declare class V1RollingUpdateStatefulSetStrategy { + /** + * Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0. + */ + 'partition'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1RollingUpdateStatefulSetStrategy.js b/dist/gen/model/v1RollingUpdateStatefulSetStrategy.js new file mode 100644 index 0000000000..b26d51c14d --- /dev/null +++ b/dist/gen/model/v1RollingUpdateStatefulSetStrategy.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +*/ +class V1RollingUpdateStatefulSetStrategy { + static getAttributeTypeMap() { + return V1RollingUpdateStatefulSetStrategy.attributeTypeMap; + } +} +V1RollingUpdateStatefulSetStrategy.discriminator = undefined; +V1RollingUpdateStatefulSetStrategy.attributeTypeMap = [ + { + "name": "partition", + "baseName": "partition", + "type": "number" + } +]; +exports.V1RollingUpdateStatefulSetStrategy = V1RollingUpdateStatefulSetStrategy; +//# sourceMappingURL=v1RollingUpdateStatefulSetStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1RollingUpdateStatefulSetStrategy.js.map b/dist/gen/model/v1RollingUpdateStatefulSetStrategy.js.map new file mode 100644 index 0000000000..83b7cf7a5e --- /dev/null +++ b/dist/gen/model/v1RollingUpdateStatefulSetStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1RollingUpdateStatefulSetStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1RollingUpdateStatefulSetStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IAe3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAXM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,gFAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1SELinuxOptions.d.ts b/dist/gen/model/v1SELinuxOptions.d.ts new file mode 100644 index 0000000000..6e11c6a963 --- /dev/null +++ b/dist/gen/model/v1SELinuxOptions.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* SELinuxOptions are the labels to be applied to the container +*/ +export declare class V1SELinuxOptions { + /** + * Level is SELinux level label that applies to the container. + */ + 'level'?: string; + /** + * Role is a SELinux role label that applies to the container. + */ + 'role'?: string; + /** + * Type is a SELinux type label that applies to the container. + */ + 'type'?: string; + /** + * User is a SELinux user label that applies to the container. + */ + 'user'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SELinuxOptions.js b/dist/gen/model/v1SELinuxOptions.js new file mode 100644 index 0000000000..0f60019468 --- /dev/null +++ b/dist/gen/model/v1SELinuxOptions.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SELinuxOptions are the labels to be applied to the container +*/ +class V1SELinuxOptions { + static getAttributeTypeMap() { + return V1SELinuxOptions.attributeTypeMap; + } +} +V1SELinuxOptions.discriminator = undefined; +V1SELinuxOptions.attributeTypeMap = [ + { + "name": "level", + "baseName": "level", + "type": "string" + }, + { + "name": "role", + "baseName": "role", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + } +]; +exports.V1SELinuxOptions = V1SELinuxOptions; +//# sourceMappingURL=v1SELinuxOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SELinuxOptions.js.map b/dist/gen/model/v1SELinuxOptions.js.map new file mode 100644 index 0000000000..5ba7b3a758 --- /dev/null +++ b/dist/gen/model/v1SELinuxOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SELinuxOptions.js","sourceRoot":"","sources":["../../../src/gen/model/v1SELinuxOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IA0CzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,4CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Scale.d.ts b/dist/gen/model/v1Scale.d.ts new file mode 100644 index 0000000000..b071f84a93 --- /dev/null +++ b/dist/gen/model/v1Scale.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ScaleSpec } from './v1ScaleSpec'; +import { V1ScaleStatus } from './v1ScaleStatus'; +/** +* Scale represents a scaling request for a resource. +*/ +export declare class V1Scale { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1ScaleSpec; + 'status'?: V1ScaleStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Scale.js b/dist/gen/model/v1Scale.js new file mode 100644 index 0000000000..e66b6c74e2 --- /dev/null +++ b/dist/gen/model/v1Scale.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Scale represents a scaling request for a resource. +*/ +class V1Scale { + static getAttributeTypeMap() { + return V1Scale.attributeTypeMap; + } +} +V1Scale.discriminator = undefined; +V1Scale.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1ScaleSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1ScaleStatus" + } +]; +exports.V1Scale = V1Scale; +//# sourceMappingURL=v1Scale.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Scale.js.map b/dist/gen/model/v1Scale.js.map new file mode 100644 index 0000000000..d16cfd8025 --- /dev/null +++ b/dist/gen/model/v1Scale.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Scale.js","sourceRoot":"","sources":["../../../src/gen/model/v1Scale.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,OAAO;IA0ChB,MAAM,CAAC,mBAAmB;QACtB,OAAO,OAAO,CAAC,gBAAgB,CAAC;IACpC,CAAC;;AA/BM,qBAAa,GAAuB,SAAS,CAAC;AAE9C,wBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,aAAa;KACxB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAxCf,0BA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ScaleIOPersistentVolumeSource.d.ts b/dist/gen/model/v1ScaleIOPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..0cf6492189 --- /dev/null +++ b/dist/gen/model/v1ScaleIOPersistentVolumeSource.d.ts @@ -0,0 +1,65 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1SecretReference } from './v1SecretReference'; +/** +* ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume +*/ +export declare class V1ScaleIOPersistentVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\" + */ + 'fsType'?: string; + /** + * The host address of the ScaleIO API Gateway. + */ + 'gateway': string; + /** + * The name of the ScaleIO Protection Domain for the configured storage. + */ + 'protectionDomain'?: string; + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + 'secretRef': V1SecretReference; + /** + * Flag to enable/disable SSL communication with Gateway, default false + */ + 'sslEnabled'?: boolean; + /** + * Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. + */ + 'storageMode'?: string; + /** + * The ScaleIO Storage Pool associated with the protection domain. + */ + 'storagePool'?: string; + /** + * The name of the storage system as configured in ScaleIO. + */ + 'system': string; + /** + * The name of a volume already created in the ScaleIO system that is associated with this volume source. + */ + 'volumeName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ScaleIOPersistentVolumeSource.js b/dist/gen/model/v1ScaleIOPersistentVolumeSource.js new file mode 100644 index 0000000000..63c210f0e0 --- /dev/null +++ b/dist/gen/model/v1ScaleIOPersistentVolumeSource.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume +*/ +class V1ScaleIOPersistentVolumeSource { + static getAttributeTypeMap() { + return V1ScaleIOPersistentVolumeSource.attributeTypeMap; + } +} +V1ScaleIOPersistentVolumeSource.discriminator = undefined; +V1ScaleIOPersistentVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "gateway", + "baseName": "gateway", + "type": "string" + }, + { + "name": "protectionDomain", + "baseName": "protectionDomain", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1SecretReference" + }, + { + "name": "sslEnabled", + "baseName": "sslEnabled", + "type": "boolean" + }, + { + "name": "storageMode", + "baseName": "storageMode", + "type": "string" + }, + { + "name": "storagePool", + "baseName": "storagePool", + "type": "string" + }, + { + "name": "system", + "baseName": "system", + "type": "string" + }, + { + "name": "volumeName", + "baseName": "volumeName", + "type": "string" + } +]; +exports.V1ScaleIOPersistentVolumeSource = V1ScaleIOPersistentVolumeSource; +//# sourceMappingURL=v1ScaleIOPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ScaleIOPersistentVolumeSource.js.map b/dist/gen/model/v1ScaleIOPersistentVolumeSource.js.map new file mode 100644 index 0000000000..af63238dee --- /dev/null +++ b/dist/gen/model/v1ScaleIOPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ScaleIOPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ScaleIOPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,+BAA+B;IA6FxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAxDM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Ff,0EAgGC"} \ No newline at end of file diff --git a/dist/gen/model/v1ScaleIOVolumeSource.d.ts b/dist/gen/model/v1ScaleIOVolumeSource.d.ts new file mode 100644 index 0000000000..81251ce62c --- /dev/null +++ b/dist/gen/model/v1ScaleIOVolumeSource.d.ts @@ -0,0 +1,65 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* ScaleIOVolumeSource represents a persistent ScaleIO volume +*/ +export declare class V1ScaleIOVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Default is \"xfs\". + */ + 'fsType'?: string; + /** + * The host address of the ScaleIO API Gateway. + */ + 'gateway': string; + /** + * The name of the ScaleIO Protection Domain for the configured storage. + */ + 'protectionDomain'?: string; + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + 'secretRef': V1LocalObjectReference; + /** + * Flag to enable/disable SSL communication with Gateway, default false + */ + 'sslEnabled'?: boolean; + /** + * Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. + */ + 'storageMode'?: string; + /** + * The ScaleIO Storage Pool associated with the protection domain. + */ + 'storagePool'?: string; + /** + * The name of the storage system as configured in ScaleIO. + */ + 'system': string; + /** + * The name of a volume already created in the ScaleIO system that is associated with this volume source. + */ + 'volumeName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ScaleIOVolumeSource.js b/dist/gen/model/v1ScaleIOVolumeSource.js new file mode 100644 index 0000000000..d8bea2e8cb --- /dev/null +++ b/dist/gen/model/v1ScaleIOVolumeSource.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleIOVolumeSource represents a persistent ScaleIO volume +*/ +class V1ScaleIOVolumeSource { + static getAttributeTypeMap() { + return V1ScaleIOVolumeSource.attributeTypeMap; + } +} +V1ScaleIOVolumeSource.discriminator = undefined; +V1ScaleIOVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "gateway", + "baseName": "gateway", + "type": "string" + }, + { + "name": "protectionDomain", + "baseName": "protectionDomain", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1LocalObjectReference" + }, + { + "name": "sslEnabled", + "baseName": "sslEnabled", + "type": "boolean" + }, + { + "name": "storageMode", + "baseName": "storageMode", + "type": "string" + }, + { + "name": "storagePool", + "baseName": "storagePool", + "type": "string" + }, + { + "name": "system", + "baseName": "system", + "type": "string" + }, + { + "name": "volumeName", + "baseName": "volumeName", + "type": "string" + } +]; +exports.V1ScaleIOVolumeSource = V1ScaleIOVolumeSource; +//# sourceMappingURL=v1ScaleIOVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ScaleIOVolumeSource.js.map b/dist/gen/model/v1ScaleIOVolumeSource.js.map new file mode 100644 index 0000000000..918ff70e7d --- /dev/null +++ b/dist/gen/model/v1ScaleIOVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ScaleIOVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1ScaleIOVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qBAAqB;IA6F9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAxDM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Ff,sDAgGC"} \ No newline at end of file diff --git a/dist/gen/model/v1ScaleSpec.d.ts b/dist/gen/model/v1ScaleSpec.d.ts new file mode 100644 index 0000000000..4eb6821ae6 --- /dev/null +++ b/dist/gen/model/v1ScaleSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ScaleSpec describes the attributes of a scale subresource. +*/ +export declare class V1ScaleSpec { + /** + * desired number of instances for the scaled object. + */ + 'replicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ScaleSpec.js b/dist/gen/model/v1ScaleSpec.js new file mode 100644 index 0000000000..6b85926682 --- /dev/null +++ b/dist/gen/model/v1ScaleSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleSpec describes the attributes of a scale subresource. +*/ +class V1ScaleSpec { + static getAttributeTypeMap() { + return V1ScaleSpec.attributeTypeMap; + } +} +V1ScaleSpec.discriminator = undefined; +V1ScaleSpec.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.V1ScaleSpec = V1ScaleSpec; +//# sourceMappingURL=v1ScaleSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ScaleSpec.js.map b/dist/gen/model/v1ScaleSpec.js.map new file mode 100644 index 0000000000..34bb8b02a8 --- /dev/null +++ b/dist/gen/model/v1ScaleSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ScaleSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1ScaleSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,WAAW;IAepB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AAXM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,kCAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1ScaleStatus.d.ts b/dist/gen/model/v1ScaleStatus.d.ts new file mode 100644 index 0000000000..85e815f349 --- /dev/null +++ b/dist/gen/model/v1ScaleStatus.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ScaleStatus represents the current status of a scale subresource. +*/ +export declare class V1ScaleStatus { + /** + * actual number of observed instances of the scaled object. + */ + 'replicas': number; + /** + * label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: http://kubernetes.io/docs/user-guide/labels#label-selectors + */ + 'selector'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ScaleStatus.js b/dist/gen/model/v1ScaleStatus.js new file mode 100644 index 0000000000..e66f1c20b7 --- /dev/null +++ b/dist/gen/model/v1ScaleStatus.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleStatus represents the current status of a scale subresource. +*/ +class V1ScaleStatus { + static getAttributeTypeMap() { + return V1ScaleStatus.attributeTypeMap; + } +} +V1ScaleStatus.discriminator = undefined; +V1ScaleStatus.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "string" + } +]; +exports.V1ScaleStatus = V1ScaleStatus; +//# sourceMappingURL=v1ScaleStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ScaleStatus.js.map b/dist/gen/model/v1ScaleStatus.js.map new file mode 100644 index 0000000000..a33be82302 --- /dev/null +++ b/dist/gen/model/v1ScaleStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ScaleStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1ScaleStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAwBtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAhBM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1ScopeSelector.d.ts b/dist/gen/model/v1ScopeSelector.d.ts new file mode 100644 index 0000000000..ecf239ba5f --- /dev/null +++ b/dist/gen/model/v1ScopeSelector.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ScopedResourceSelectorRequirement } from './v1ScopedResourceSelectorRequirement'; +/** +* A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements. +*/ +export declare class V1ScopeSelector { + /** + * A list of scope selector requirements by scope of the resources. + */ + 'matchExpressions'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ScopeSelector.js b/dist/gen/model/v1ScopeSelector.js new file mode 100644 index 0000000000..c4d61a22b3 --- /dev/null +++ b/dist/gen/model/v1ScopeSelector.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements. +*/ +class V1ScopeSelector { + static getAttributeTypeMap() { + return V1ScopeSelector.attributeTypeMap; + } +} +V1ScopeSelector.discriminator = undefined; +V1ScopeSelector.attributeTypeMap = [ + { + "name": "matchExpressions", + "baseName": "matchExpressions", + "type": "Array" + } +]; +exports.V1ScopeSelector = V1ScopeSelector; +//# sourceMappingURL=v1ScopeSelector.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ScopeSelector.js.map b/dist/gen/model/v1ScopeSelector.js.map new file mode 100644 index 0000000000..38b46631ed --- /dev/null +++ b/dist/gen/model/v1ScopeSelector.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ScopeSelector.js","sourceRoot":"","sources":["../../../src/gen/model/v1ScopeSelector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,eAAe;IAexB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAXM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,4CAA4C;KACvD;CAAK,CAAC;AAbf,0CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1ScopedResourceSelectorRequirement.d.ts b/dist/gen/model/v1ScopedResourceSelectorRequirement.d.ts new file mode 100644 index 0000000000..c2febb64fb --- /dev/null +++ b/dist/gen/model/v1ScopedResourceSelectorRequirement.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values. +*/ +export declare class V1ScopedResourceSelectorRequirement { + /** + * Represents a scope\'s relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. + */ + 'operator': string; + /** + * The name of the scope that the selector applies to. + */ + 'scopeName': string; + /** + * An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + */ + 'values'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ScopedResourceSelectorRequirement.js b/dist/gen/model/v1ScopedResourceSelectorRequirement.js new file mode 100644 index 0000000000..6cb2c9ad00 --- /dev/null +++ b/dist/gen/model/v1ScopedResourceSelectorRequirement.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values. +*/ +class V1ScopedResourceSelectorRequirement { + static getAttributeTypeMap() { + return V1ScopedResourceSelectorRequirement.attributeTypeMap; + } +} +V1ScopedResourceSelectorRequirement.discriminator = undefined; +V1ScopedResourceSelectorRequirement.attributeTypeMap = [ + { + "name": "operator", + "baseName": "operator", + "type": "string" + }, + { + "name": "scopeName", + "baseName": "scopeName", + "type": "string" + }, + { + "name": "values", + "baseName": "values", + "type": "Array" + } +]; +exports.V1ScopedResourceSelectorRequirement = V1ScopedResourceSelectorRequirement; +//# sourceMappingURL=v1ScopedResourceSelectorRequirement.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ScopedResourceSelectorRequirement.js.map b/dist/gen/model/v1ScopedResourceSelectorRequirement.js.map new file mode 100644 index 0000000000..c9b50719e5 --- /dev/null +++ b/dist/gen/model/v1ScopedResourceSelectorRequirement.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ScopedResourceSelectorRequirement.js","sourceRoot":"","sources":["../../../src/gen/model/v1ScopedResourceSelectorRequirement.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mCAAmC;IAiC5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AArBM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA/Bf,kFAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1Secret.d.ts b/dist/gen/model/v1Secret.d.ts new file mode 100644 index 0000000000..eb6dbd1b6e --- /dev/null +++ b/dist/gen/model/v1Secret.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes. +*/ +export declare class V1Secret { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Data contains the secret data. Each key must consist of alphanumeric characters, \'-\', \'_\' or \'.\'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4 + */ + 'data'?: { + [key: string]: string; + }; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * stringData allows specifying non-binary secret data in string form. It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API. + */ + 'stringData'?: { + [key: string]: string; + }; + /** + * Used to facilitate programmatic handling of secret data. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Secret.js b/dist/gen/model/v1Secret.js new file mode 100644 index 0000000000..4605507f46 --- /dev/null +++ b/dist/gen/model/v1Secret.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes. +*/ +class V1Secret { + static getAttributeTypeMap() { + return V1Secret.attributeTypeMap; + } +} +V1Secret.discriminator = undefined; +V1Secret.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "data", + "baseName": "data", + "type": "{ [key: string]: string; }" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "stringData", + "baseName": "stringData", + "type": "{ [key: string]: string; }" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1Secret = V1Secret; +//# sourceMappingURL=v1Secret.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Secret.js.map b/dist/gen/model/v1Secret.js.map new file mode 100644 index 0000000000..6fe23f251e --- /dev/null +++ b/dist/gen/model/v1Secret.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Secret.js","sourceRoot":"","sources":["../../../src/gen/model/v1Secret.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,QAAQ;IAyDjB,MAAM,CAAC,mBAAmB;QACtB,OAAO,QAAQ,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AApCM,sBAAa,GAAuB,SAAS,CAAC;AAE9C,yBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAvDf,4BA4DC"} \ No newline at end of file diff --git a/dist/gen/model/v1SecretEnvSource.d.ts b/dist/gen/model/v1SecretEnvSource.d.ts new file mode 100644 index 0000000000..1fcb3ca45a --- /dev/null +++ b/dist/gen/model/v1SecretEnvSource.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret\'s Data field will represent the key-value pairs as environment variables. +*/ +export declare class V1SecretEnvSource { + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Specify whether the Secret must be defined + */ + 'optional'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SecretEnvSource.js b/dist/gen/model/v1SecretEnvSource.js new file mode 100644 index 0000000000..c109cff2b3 --- /dev/null +++ b/dist/gen/model/v1SecretEnvSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SecretEnvSource selects a Secret to populate the environment variables with. The contents of the target Secret\'s Data field will represent the key-value pairs as environment variables. +*/ +class V1SecretEnvSource { + static getAttributeTypeMap() { + return V1SecretEnvSource.attributeTypeMap; + } +} +V1SecretEnvSource.discriminator = undefined; +V1SecretEnvSource.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + } +]; +exports.V1SecretEnvSource = V1SecretEnvSource; +//# sourceMappingURL=v1SecretEnvSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SecretEnvSource.js.map b/dist/gen/model/v1SecretEnvSource.js.map new file mode 100644 index 0000000000..4344e19461 --- /dev/null +++ b/dist/gen/model/v1SecretEnvSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SecretEnvSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1SecretEnvSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAwB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAtBf,8CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1SecretKeySelector.d.ts b/dist/gen/model/v1SecretKeySelector.d.ts new file mode 100644 index 0000000000..64deb5822a --- /dev/null +++ b/dist/gen/model/v1SecretKeySelector.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* SecretKeySelector selects a key of a Secret. +*/ +export declare class V1SecretKeySelector { + /** + * The key of the secret to select from. Must be a valid secret key. + */ + 'key': string; + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Specify whether the Secret or its key must be defined + */ + 'optional'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SecretKeySelector.js b/dist/gen/model/v1SecretKeySelector.js new file mode 100644 index 0000000000..7b0576bb04 --- /dev/null +++ b/dist/gen/model/v1SecretKeySelector.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SecretKeySelector selects a key of a Secret. +*/ +class V1SecretKeySelector { + static getAttributeTypeMap() { + return V1SecretKeySelector.attributeTypeMap; + } +} +V1SecretKeySelector.discriminator = undefined; +V1SecretKeySelector.attributeTypeMap = [ + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + } +]; +exports.V1SecretKeySelector = V1SecretKeySelector; +//# sourceMappingURL=v1SecretKeySelector.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SecretKeySelector.js.map b/dist/gen/model/v1SecretKeySelector.js.map new file mode 100644 index 0000000000..d4ba7e06d2 --- /dev/null +++ b/dist/gen/model/v1SecretKeySelector.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SecretKeySelector.js","sourceRoot":"","sources":["../../../src/gen/model/v1SecretKeySelector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mBAAmB;IAiC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AArBM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AA/Bf,kDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1SecretList.d.ts b/dist/gen/model/v1SecretList.d.ts new file mode 100644 index 0000000000..33e3876adb --- /dev/null +++ b/dist/gen/model/v1SecretList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1Secret } from './v1Secret'; +/** +* SecretList is a list of Secret. +*/ +export declare class V1SecretList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SecretList.js b/dist/gen/model/v1SecretList.js new file mode 100644 index 0000000000..66e00d22a9 --- /dev/null +++ b/dist/gen/model/v1SecretList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SecretList is a list of Secret. +*/ +class V1SecretList { + static getAttributeTypeMap() { + return V1SecretList.attributeTypeMap; + } +} +V1SecretList.discriminator = undefined; +V1SecretList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1SecretList = V1SecretList; +//# sourceMappingURL=v1SecretList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SecretList.js.map b/dist/gen/model/v1SecretList.js.map new file mode 100644 index 0000000000..906a6e3821 --- /dev/null +++ b/dist/gen/model/v1SecretList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SecretList.js","sourceRoot":"","sources":["../../../src/gen/model/v1SecretList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,YAAY;IAuCrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA1BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1SecretProjection.d.ts b/dist/gen/model/v1SecretProjection.d.ts new file mode 100644 index 0000000000..7c393503dd --- /dev/null +++ b/dist/gen/model/v1SecretProjection.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1KeyToPath } from './v1KeyToPath'; +/** +* Adapts a secret into a projected volume. The contents of the target Secret\'s Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode. +*/ +export declare class V1SecretProjection { + /** + * If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the \'..\' path or start with \'..\'. + */ + 'items'?: Array; + /** + * Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name'?: string; + /** + * Specify whether the Secret or its key must be defined + */ + 'optional'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SecretProjection.js b/dist/gen/model/v1SecretProjection.js new file mode 100644 index 0000000000..5b155a6792 --- /dev/null +++ b/dist/gen/model/v1SecretProjection.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Adapts a secret into a projected volume. The contents of the target Secret\'s Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode. +*/ +class V1SecretProjection { + static getAttributeTypeMap() { + return V1SecretProjection.attributeTypeMap; + } +} +V1SecretProjection.discriminator = undefined; +V1SecretProjection.attributeTypeMap = [ + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + } +]; +exports.V1SecretProjection = V1SecretProjection; +//# sourceMappingURL=v1SecretProjection.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SecretProjection.js.map b/dist/gen/model/v1SecretProjection.js.map new file mode 100644 index 0000000000..9b588108ec --- /dev/null +++ b/dist/gen/model/v1SecretProjection.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SecretProjection.js","sourceRoot":"","sources":["../../../src/gen/model/v1SecretProjection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAiC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AArBM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AA/Bf,gDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1SecretReference.d.ts b/dist/gen/model/v1SecretReference.d.ts new file mode 100644 index 0000000000..142b6b1a57 --- /dev/null +++ b/dist/gen/model/v1SecretReference.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace +*/ +export declare class V1SecretReference { + /** + * Name is unique within a namespace to reference a secret resource. + */ + 'name'?: string; + /** + * Namespace defines the space within which the secret name must be unique. + */ + 'namespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SecretReference.js b/dist/gen/model/v1SecretReference.js new file mode 100644 index 0000000000..7c44b9097e --- /dev/null +++ b/dist/gen/model/v1SecretReference.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace +*/ +class V1SecretReference { + static getAttributeTypeMap() { + return V1SecretReference.attributeTypeMap; + } +} +V1SecretReference.discriminator = undefined; +V1SecretReference.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + } +]; +exports.V1SecretReference = V1SecretReference; +//# sourceMappingURL=v1SecretReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SecretReference.js.map b/dist/gen/model/v1SecretReference.js.map new file mode 100644 index 0000000000..0275c03ddb --- /dev/null +++ b/dist/gen/model/v1SecretReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SecretReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1SecretReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAwB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,8CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1SecretVolumeSource.d.ts b/dist/gen/model/v1SecretVolumeSource.d.ts new file mode 100644 index 0000000000..2a6af11169 --- /dev/null +++ b/dist/gen/model/v1SecretVolumeSource.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1KeyToPath } from './v1KeyToPath'; +/** +* Adapts a Secret into a volume. The contents of the target Secret\'s Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. +*/ +export declare class V1SecretVolumeSource { + /** + * Optional: mode bits to use on created files by default. Must be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + */ + 'defaultMode'?: number; + /** + * If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the \'..\' path or start with \'..\'. + */ + 'items'?: Array; + /** + * Specify whether the Secret or its keys must be defined + */ + 'optional'?: boolean; + /** + * Name of the secret in the pod\'s namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + */ + 'secretName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SecretVolumeSource.js b/dist/gen/model/v1SecretVolumeSource.js new file mode 100644 index 0000000000..71e3ebc8f0 --- /dev/null +++ b/dist/gen/model/v1SecretVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Adapts a Secret into a volume. The contents of the target Secret\'s Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. +*/ +class V1SecretVolumeSource { + static getAttributeTypeMap() { + return V1SecretVolumeSource.attributeTypeMap; + } +} +V1SecretVolumeSource.discriminator = undefined; +V1SecretVolumeSource.attributeTypeMap = [ + { + "name": "defaultMode", + "baseName": "defaultMode", + "type": "number" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "optional", + "baseName": "optional", + "type": "boolean" + }, + { + "name": "secretName", + "baseName": "secretName", + "type": "string" + } +]; +exports.V1SecretVolumeSource = V1SecretVolumeSource; +//# sourceMappingURL=v1SecretVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SecretVolumeSource.js.map b/dist/gen/model/v1SecretVolumeSource.js.map new file mode 100644 index 0000000000..01d8064682 --- /dev/null +++ b/dist/gen/model/v1SecretVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SecretVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1SecretVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IA0C7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,oDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1SecurityContext.d.ts b/dist/gen/model/v1SecurityContext.d.ts new file mode 100644 index 0000000000..ef4379216d --- /dev/null +++ b/dist/gen/model/v1SecurityContext.d.ts @@ -0,0 +1,61 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1Capabilities } from './v1Capabilities'; +import { V1SELinuxOptions } from './v1SELinuxOptions'; +import { V1WindowsSecurityContextOptions } from './v1WindowsSecurityContextOptions'; +/** +* SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence. +*/ +export declare class V1SecurityContext { + /** + * AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN + */ + 'allowPrivilegeEscalation'?: boolean; + 'capabilities'?: V1Capabilities; + /** + * Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. + */ + 'privileged'?: boolean; + /** + * procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. + */ + 'procMount'?: string; + /** + * Whether this container has a read-only root filesystem. Default is false. + */ + 'readOnlyRootFilesystem'?: boolean; + /** + * The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + */ + 'runAsGroup'?: number; + /** + * Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + */ + 'runAsNonRoot'?: boolean; + /** + * The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + */ + 'runAsUser'?: number; + 'seLinuxOptions'?: V1SELinuxOptions; + 'windowsOptions'?: V1WindowsSecurityContextOptions; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SecurityContext.js b/dist/gen/model/v1SecurityContext.js new file mode 100644 index 0000000000..6898398322 --- /dev/null +++ b/dist/gen/model/v1SecurityContext.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence. +*/ +class V1SecurityContext { + static getAttributeTypeMap() { + return V1SecurityContext.attributeTypeMap; + } +} +V1SecurityContext.discriminator = undefined; +V1SecurityContext.attributeTypeMap = [ + { + "name": "allowPrivilegeEscalation", + "baseName": "allowPrivilegeEscalation", + "type": "boolean" + }, + { + "name": "capabilities", + "baseName": "capabilities", + "type": "V1Capabilities" + }, + { + "name": "privileged", + "baseName": "privileged", + "type": "boolean" + }, + { + "name": "procMount", + "baseName": "procMount", + "type": "string" + }, + { + "name": "readOnlyRootFilesystem", + "baseName": "readOnlyRootFilesystem", + "type": "boolean" + }, + { + "name": "runAsGroup", + "baseName": "runAsGroup", + "type": "number" + }, + { + "name": "runAsNonRoot", + "baseName": "runAsNonRoot", + "type": "boolean" + }, + { + "name": "runAsUser", + "baseName": "runAsUser", + "type": "number" + }, + { + "name": "seLinuxOptions", + "baseName": "seLinuxOptions", + "type": "V1SELinuxOptions" + }, + { + "name": "windowsOptions", + "baseName": "windowsOptions", + "type": "V1WindowsSecurityContextOptions" + } +]; +exports.V1SecurityContext = V1SecurityContext; +//# sourceMappingURL=v1SecurityContext.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SecurityContext.js.map b/dist/gen/model/v1SecurityContext.js.map new file mode 100644 index 0000000000..40713123b8 --- /dev/null +++ b/dist/gen/model/v1SecurityContext.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SecurityContext.js","sourceRoot":"","sources":["../../../src/gen/model/v1SecurityContext.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,iBAAiB;IAuF1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAxDM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AArFf,8CA0FC"} \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectAccessReview.d.ts b/dist/gen/model/v1SelfSubjectAccessReview.d.ts new file mode 100644 index 0000000000..996dc8dcb7 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectAccessReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1SelfSubjectAccessReviewSpec } from './v1SelfSubjectAccessReviewSpec'; +import { V1SubjectAccessReviewStatus } from './v1SubjectAccessReviewStatus'; +/** +* SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action +*/ +export declare class V1SelfSubjectAccessReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1SelfSubjectAccessReviewSpec; + 'status'?: V1SubjectAccessReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SelfSubjectAccessReview.js b/dist/gen/model/v1SelfSubjectAccessReview.js new file mode 100644 index 0000000000..461e381474 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectAccessReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action +*/ +class V1SelfSubjectAccessReview { + static getAttributeTypeMap() { + return V1SelfSubjectAccessReview.attributeTypeMap; + } +} +V1SelfSubjectAccessReview.discriminator = undefined; +V1SelfSubjectAccessReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1SelfSubjectAccessReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1SubjectAccessReviewStatus" + } +]; +exports.V1SelfSubjectAccessReview = V1SelfSubjectAccessReview; +//# sourceMappingURL=v1SelfSubjectAccessReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectAccessReview.js.map b/dist/gen/model/v1SelfSubjectAccessReview.js.map new file mode 100644 index 0000000000..e8270d8a63 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectAccessReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SelfSubjectAccessReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1SelfSubjectAccessReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,yBAAyB;IA0ClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;CAAK,CAAC;AAxCf,8DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectAccessReviewSpec.d.ts b/dist/gen/model/v1SelfSubjectAccessReviewSpec.d.ts new file mode 100644 index 0000000000..2d7e915b92 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectAccessReviewSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NonResourceAttributes } from './v1NonResourceAttributes'; +import { V1ResourceAttributes } from './v1ResourceAttributes'; +/** +* SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +export declare class V1SelfSubjectAccessReviewSpec { + 'nonResourceAttributes'?: V1NonResourceAttributes; + 'resourceAttributes'?: V1ResourceAttributes; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SelfSubjectAccessReviewSpec.js b/dist/gen/model/v1SelfSubjectAccessReviewSpec.js new file mode 100644 index 0000000000..56e9522b84 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectAccessReviewSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +class V1SelfSubjectAccessReviewSpec { + static getAttributeTypeMap() { + return V1SelfSubjectAccessReviewSpec.attributeTypeMap; + } +} +V1SelfSubjectAccessReviewSpec.discriminator = undefined; +V1SelfSubjectAccessReviewSpec.attributeTypeMap = [ + { + "name": "nonResourceAttributes", + "baseName": "nonResourceAttributes", + "type": "V1NonResourceAttributes" + }, + { + "name": "resourceAttributes", + "baseName": "resourceAttributes", + "type": "V1ResourceAttributes" + } +]; +exports.V1SelfSubjectAccessReviewSpec = V1SelfSubjectAccessReviewSpec; +//# sourceMappingURL=v1SelfSubjectAccessReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectAccessReviewSpec.js.map b/dist/gen/model/v1SelfSubjectAccessReviewSpec.js.map new file mode 100644 index 0000000000..28bc2ae024 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectAccessReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SelfSubjectAccessReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1SelfSubjectAccessReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,6BAA6B;IAkBtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAhBM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AAhBf,sEAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectRulesReview.d.ts b/dist/gen/model/v1SelfSubjectRulesReview.d.ts new file mode 100644 index 0000000000..a1110d1c17 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectRulesReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1SelfSubjectRulesReviewSpec } from './v1SelfSubjectRulesReviewSpec'; +import { V1SubjectRulesReviewStatus } from './v1SubjectRulesReviewStatus'; +/** +* SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server\'s authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. +*/ +export declare class V1SelfSubjectRulesReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1SelfSubjectRulesReviewSpec; + 'status'?: V1SubjectRulesReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SelfSubjectRulesReview.js b/dist/gen/model/v1SelfSubjectRulesReview.js new file mode 100644 index 0000000000..a10e5e5cb8 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectRulesReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server\'s authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. +*/ +class V1SelfSubjectRulesReview { + static getAttributeTypeMap() { + return V1SelfSubjectRulesReview.attributeTypeMap; + } +} +V1SelfSubjectRulesReview.discriminator = undefined; +V1SelfSubjectRulesReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1SelfSubjectRulesReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1SubjectRulesReviewStatus" + } +]; +exports.V1SelfSubjectRulesReview = V1SelfSubjectRulesReview; +//# sourceMappingURL=v1SelfSubjectRulesReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectRulesReview.js.map b/dist/gen/model/v1SelfSubjectRulesReview.js.map new file mode 100644 index 0000000000..43d2835c91 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectRulesReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SelfSubjectRulesReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1SelfSubjectRulesReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,wBAAwB;IA0CjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA/BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AAxCf,4DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectRulesReviewSpec.d.ts b/dist/gen/model/v1SelfSubjectRulesReviewSpec.d.ts new file mode 100644 index 0000000000..4afc16ce56 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectRulesReviewSpec.d.ts @@ -0,0 +1,28 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +export declare class V1SelfSubjectRulesReviewSpec { + /** + * Namespace to evaluate rules for. Required. + */ + 'namespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SelfSubjectRulesReviewSpec.js b/dist/gen/model/v1SelfSubjectRulesReviewSpec.js new file mode 100644 index 0000000000..7e3a01f095 --- /dev/null +++ b/dist/gen/model/v1SelfSubjectRulesReviewSpec.js @@ -0,0 +1,28 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +class V1SelfSubjectRulesReviewSpec { + static getAttributeTypeMap() { + return V1SelfSubjectRulesReviewSpec.attributeTypeMap; + } +} +V1SelfSubjectRulesReviewSpec.discriminator = undefined; +V1SelfSubjectRulesReviewSpec.attributeTypeMap = [ + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + } +]; +exports.V1SelfSubjectRulesReviewSpec = V1SelfSubjectRulesReviewSpec; +//# sourceMappingURL=v1SelfSubjectRulesReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SelfSubjectRulesReviewSpec.js.map b/dist/gen/model/v1SelfSubjectRulesReviewSpec.js.map new file mode 100644 index 0000000000..0a1da6708d --- /dev/null +++ b/dist/gen/model/v1SelfSubjectRulesReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SelfSubjectRulesReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1SelfSubjectRulesReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH,MAAa,4BAA4B;IAerC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAXM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,oEAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServerAddressByClientCIDR.d.ts b/dist/gen/model/v1ServerAddressByClientCIDR.d.ts new file mode 100644 index 0000000000..18b82dc2d4 --- /dev/null +++ b/dist/gen/model/v1ServerAddressByClientCIDR.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match. +*/ +export declare class V1ServerAddressByClientCIDR { + /** + * The CIDR with which clients can match their IP to figure out the server address that they should use. + */ + 'clientCIDR': string; + /** + * Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. + */ + 'serverAddress': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServerAddressByClientCIDR.js b/dist/gen/model/v1ServerAddressByClientCIDR.js new file mode 100644 index 0000000000..006377afc5 --- /dev/null +++ b/dist/gen/model/v1ServerAddressByClientCIDR.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match. +*/ +class V1ServerAddressByClientCIDR { + static getAttributeTypeMap() { + return V1ServerAddressByClientCIDR.attributeTypeMap; + } +} +V1ServerAddressByClientCIDR.discriminator = undefined; +V1ServerAddressByClientCIDR.attributeTypeMap = [ + { + "name": "clientCIDR", + "baseName": "clientCIDR", + "type": "string" + }, + { + "name": "serverAddress", + "baseName": "serverAddress", + "type": "string" + } +]; +exports.V1ServerAddressByClientCIDR = V1ServerAddressByClientCIDR; +//# sourceMappingURL=v1ServerAddressByClientCIDR.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServerAddressByClientCIDR.js.map b/dist/gen/model/v1ServerAddressByClientCIDR.js.map new file mode 100644 index 0000000000..44d1fefc9d --- /dev/null +++ b/dist/gen/model/v1ServerAddressByClientCIDR.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServerAddressByClientCIDR.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServerAddressByClientCIDR.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAwBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,kEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1Service.d.ts b/dist/gen/model/v1Service.d.ts new file mode 100644 index 0000000000..3b39f65b6d --- /dev/null +++ b/dist/gen/model/v1Service.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ServiceSpec } from './v1ServiceSpec'; +import { V1ServiceStatus } from './v1ServiceStatus'; +/** +* Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy. +*/ +export declare class V1Service { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1ServiceSpec; + 'status'?: V1ServiceStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Service.js b/dist/gen/model/v1Service.js new file mode 100644 index 0000000000..fac192fd5c --- /dev/null +++ b/dist/gen/model/v1Service.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy. +*/ +class V1Service { + static getAttributeTypeMap() { + return V1Service.attributeTypeMap; + } +} +V1Service.discriminator = undefined; +V1Service.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1ServiceSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1ServiceStatus" + } +]; +exports.V1Service = V1Service; +//# sourceMappingURL=v1Service.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Service.js.map b/dist/gen/model/v1Service.js.map new file mode 100644 index 0000000000..9dc4c5ef06 --- /dev/null +++ b/dist/gen/model/v1Service.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Service.js","sourceRoot":"","sources":["../../../src/gen/model/v1Service.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,SAAS;IA0ClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AA/BM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AAxCf,8BA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServiceAccount.d.ts b/dist/gen/model/v1ServiceAccount.d.ts new file mode 100644 index 0000000000..ac61e7fb2c --- /dev/null +++ b/dist/gen/model/v1ServiceAccount.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ObjectReference } from './v1ObjectReference'; +/** +* ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets +*/ +export declare class V1ServiceAccount { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level. + */ + 'automountServiceAccountToken'?: boolean; + /** + * ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod + */ + 'imagePullSecrets'?: Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret + */ + 'secrets'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServiceAccount.js b/dist/gen/model/v1ServiceAccount.js new file mode 100644 index 0000000000..666cfeb247 --- /dev/null +++ b/dist/gen/model/v1ServiceAccount.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets +*/ +class V1ServiceAccount { + static getAttributeTypeMap() { + return V1ServiceAccount.attributeTypeMap; + } +} +V1ServiceAccount.discriminator = undefined; +V1ServiceAccount.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "automountServiceAccountToken", + "baseName": "automountServiceAccountToken", + "type": "boolean" + }, + { + "name": "imagePullSecrets", + "baseName": "imagePullSecrets", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "secrets", + "baseName": "secrets", + "type": "Array" + } +]; +exports.V1ServiceAccount = V1ServiceAccount; +//# sourceMappingURL=v1ServiceAccount.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServiceAccount.js.map b/dist/gen/model/v1ServiceAccount.js.map new file mode 100644 index 0000000000..251793c77d --- /dev/null +++ b/dist/gen/model/v1ServiceAccount.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServiceAccount.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServiceAccount.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,gBAAgB;IAyDzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AApCM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,8BAA8B;QACtC,UAAU,EAAE,8BAA8B;QAC1C,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAvDf,4CA4DC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServiceAccountList.d.ts b/dist/gen/model/v1ServiceAccountList.d.ts new file mode 100644 index 0000000000..17519488a0 --- /dev/null +++ b/dist/gen/model/v1ServiceAccountList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1ServiceAccount } from './v1ServiceAccount'; +/** +* ServiceAccountList is a list of ServiceAccount objects +*/ +export declare class V1ServiceAccountList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServiceAccountList.js b/dist/gen/model/v1ServiceAccountList.js new file mode 100644 index 0000000000..9e74828add --- /dev/null +++ b/dist/gen/model/v1ServiceAccountList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceAccountList is a list of ServiceAccount objects +*/ +class V1ServiceAccountList { + static getAttributeTypeMap() { + return V1ServiceAccountList.attributeTypeMap; + } +} +V1ServiceAccountList.discriminator = undefined; +V1ServiceAccountList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ServiceAccountList = V1ServiceAccountList; +//# sourceMappingURL=v1ServiceAccountList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServiceAccountList.js.map b/dist/gen/model/v1ServiceAccountList.js.map new file mode 100644 index 0000000000..f0696ec144 --- /dev/null +++ b/dist/gen/model/v1ServiceAccountList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServiceAccountList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServiceAccountList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IAuC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServiceAccountTokenProjection.d.ts b/dist/gen/model/v1ServiceAccountTokenProjection.d.ts new file mode 100644 index 0000000000..148e97a20b --- /dev/null +++ b/dist/gen/model/v1ServiceAccountTokenProjection.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise). +*/ +export declare class V1ServiceAccountTokenProjection { + /** + * Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. + */ + 'audience'?: string; + /** + * ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. + */ + 'expirationSeconds'?: number; + /** + * Path is the path relative to the mount point of the file to project the token into. + */ + 'path': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServiceAccountTokenProjection.js b/dist/gen/model/v1ServiceAccountTokenProjection.js new file mode 100644 index 0000000000..2e119bcca2 --- /dev/null +++ b/dist/gen/model/v1ServiceAccountTokenProjection.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise). +*/ +class V1ServiceAccountTokenProjection { + static getAttributeTypeMap() { + return V1ServiceAccountTokenProjection.attributeTypeMap; + } +} +V1ServiceAccountTokenProjection.discriminator = undefined; +V1ServiceAccountTokenProjection.attributeTypeMap = [ + { + "name": "audience", + "baseName": "audience", + "type": "string" + }, + { + "name": "expirationSeconds", + "baseName": "expirationSeconds", + "type": "number" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + } +]; +exports.V1ServiceAccountTokenProjection = V1ServiceAccountTokenProjection; +//# sourceMappingURL=v1ServiceAccountTokenProjection.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServiceAccountTokenProjection.js.map b/dist/gen/model/v1ServiceAccountTokenProjection.js.map new file mode 100644 index 0000000000..2ac7ef407b --- /dev/null +++ b/dist/gen/model/v1ServiceAccountTokenProjection.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServiceAccountTokenProjection.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServiceAccountTokenProjection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,+BAA+B;IAiCxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AArBM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,0EAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServiceList.d.ts b/dist/gen/model/v1ServiceList.d.ts new file mode 100644 index 0000000000..afd21ecddc --- /dev/null +++ b/dist/gen/model/v1ServiceList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1Service } from './v1Service'; +/** +* ServiceList holds a list of services. +*/ +export declare class V1ServiceList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of services + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServiceList.js b/dist/gen/model/v1ServiceList.js new file mode 100644 index 0000000000..f0490b33bf --- /dev/null +++ b/dist/gen/model/v1ServiceList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceList holds a list of services. +*/ +class V1ServiceList { + static getAttributeTypeMap() { + return V1ServiceList.attributeTypeMap; + } +} +V1ServiceList.discriminator = undefined; +V1ServiceList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1ServiceList = V1ServiceList; +//# sourceMappingURL=v1ServiceList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServiceList.js.map b/dist/gen/model/v1ServiceList.js.map new file mode 100644 index 0000000000..5f09557fc6 --- /dev/null +++ b/dist/gen/model/v1ServiceList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServiceList.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServiceList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,aAAa;IAuCtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA1BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServicePort.d.ts b/dist/gen/model/v1ServicePort.d.ts new file mode 100644 index 0000000000..9ccc3ab88a --- /dev/null +++ b/dist/gen/model/v1ServicePort.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServicePort contains information on service\'s port. +*/ +export declare class V1ServicePort { + /** + * The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. This maps to the \'Name\' field in EndpointPort objects. Optional if only one ServicePort is defined on this service. + */ + 'name'?: string; + /** + * The port on each node on which this service is exposed when type=NodePort or LoadBalancer. Usually assigned by the system. If specified, it will be allocated to the service if unused or else creation of the service will fail. Default is to auto-allocate a port if the ServiceType of this Service requires one. More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport + */ + 'nodePort'?: number; + /** + * The port that will be exposed by this service. + */ + 'port': number; + /** + * The IP protocol for this port. Supports \"TCP\", \"UDP\", and \"SCTP\". Default is TCP. + */ + 'protocol'?: string; + /** + * Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod\'s container ports. If this is not specified, the value of the \'port\' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the \'port\' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service + */ + 'targetPort'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServicePort.js b/dist/gen/model/v1ServicePort.js new file mode 100644 index 0000000000..a001fd8150 --- /dev/null +++ b/dist/gen/model/v1ServicePort.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServicePort contains information on service\'s port. +*/ +class V1ServicePort { + static getAttributeTypeMap() { + return V1ServicePort.attributeTypeMap; + } +} +V1ServicePort.discriminator = undefined; +V1ServicePort.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "nodePort", + "baseName": "nodePort", + "type": "number" + }, + { + "name": "port", + "baseName": "port", + "type": "number" + }, + { + "name": "protocol", + "baseName": "protocol", + "type": "string" + }, + { + "name": "targetPort", + "baseName": "targetPort", + "type": "object" + } +]; +exports.V1ServicePort = V1ServicePort; +//# sourceMappingURL=v1ServicePort.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServicePort.js.map b/dist/gen/model/v1ServicePort.js.map new file mode 100644 index 0000000000..f696d2862c --- /dev/null +++ b/dist/gen/model/v1ServicePort.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServicePort.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServicePort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAmDtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA/BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,sCAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServiceReference.d.ts b/dist/gen/model/v1ServiceReference.d.ts new file mode 100644 index 0000000000..c93de6224a --- /dev/null +++ b/dist/gen/model/v1ServiceReference.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +export declare class V1ServiceReference { + /** + * Name is the name of the service + */ + 'name'?: string; + /** + * Namespace is the namespace of the service + */ + 'namespace'?: string; + /** + * If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + */ + 'port'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServiceReference.js b/dist/gen/model/v1ServiceReference.js new file mode 100644 index 0000000000..58088f5a9f --- /dev/null +++ b/dist/gen/model/v1ServiceReference.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +class V1ServiceReference { + static getAttributeTypeMap() { + return V1ServiceReference.attributeTypeMap; + } +} +V1ServiceReference.discriminator = undefined; +V1ServiceReference.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "number" + } +]; +exports.V1ServiceReference = V1ServiceReference; +//# sourceMappingURL=v1ServiceReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServiceReference.js.map b/dist/gen/model/v1ServiceReference.js.map new file mode 100644 index 0000000000..c839a040af --- /dev/null +++ b/dist/gen/model/v1ServiceReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServiceReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServiceReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kBAAkB;IAiC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AArBM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,gDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServiceSpec.d.ts b/dist/gen/model/v1ServiceSpec.d.ts new file mode 100644 index 0000000000..7625b41d53 --- /dev/null +++ b/dist/gen/model/v1ServiceSpec.d.ts @@ -0,0 +1,80 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ServicePort } from './v1ServicePort'; +import { V1SessionAffinityConfig } from './v1SessionAffinityConfig'; +/** +* ServiceSpec describes the attributes that a user creates on a service. +*/ +export declare class V1ServiceSpec { + /** + * clusterIP is the IP address of the service and is usually assigned randomly by the master. If an address is specified manually and is not in use by others, it will be allocated to the service; otherwise, creation of the service will fail. This field can not be changed through updates. Valid values are \"None\", empty string (\"\"), or a valid IP address. \"None\" can be specified for headless services when proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + */ + 'clusterIP'?: string; + /** + * externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. + */ + 'externalIPs'?: Array; + /** + * externalName is the external reference that kubedns or equivalent will return as a CNAME record for this service. No proxying will be involved. Must be a valid RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires Type to be ExternalName. + */ + 'externalName'?: string; + /** + * externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. \"Local\" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. \"Cluster\" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading. + */ + 'externalTrafficPolicy'?: string; + /** + * healthCheckNodePort specifies the healthcheck nodePort for the service. If not specified, HealthCheckNodePort is created by the service api backend with the allocated nodePort. Will use user-specified nodePort value if specified by the client. Only effects when Type is set to LoadBalancer and ExternalTrafficPolicy is set to Local. + */ + 'healthCheckNodePort'?: number; + /** + * Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. + */ + 'loadBalancerIP'?: string; + /** + * If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature.\" More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/ + */ + 'loadBalancerSourceRanges'?: Array; + /** + * The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + */ + 'ports'?: Array; + /** + * publishNotReadyAddresses, when set to true, indicates that DNS implementations must publish the notReadyAddresses of subsets for the Endpoints associated with the Service. The default value is false. The primary use case for setting this field is to use a StatefulSet\'s Headless Service to propagate SRV records for its Pods without respect to their readiness for purpose of peer discovery. + */ + 'publishNotReadyAddresses'?: boolean; + /** + * Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/ + */ + 'selector'?: { + [key: string]: string; + }; + /** + * Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + */ + 'sessionAffinity'?: string; + 'sessionAffinityConfig'?: V1SessionAffinityConfig; + /** + * type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ExternalName\" maps to the specified externalName. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a stable IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the clusterIP. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServiceSpec.js b/dist/gen/model/v1ServiceSpec.js new file mode 100644 index 0000000000..d75e589988 --- /dev/null +++ b/dist/gen/model/v1ServiceSpec.js @@ -0,0 +1,91 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceSpec describes the attributes that a user creates on a service. +*/ +class V1ServiceSpec { + static getAttributeTypeMap() { + return V1ServiceSpec.attributeTypeMap; + } +} +V1ServiceSpec.discriminator = undefined; +V1ServiceSpec.attributeTypeMap = [ + { + "name": "clusterIP", + "baseName": "clusterIP", + "type": "string" + }, + { + "name": "externalIPs", + "baseName": "externalIPs", + "type": "Array" + }, + { + "name": "externalName", + "baseName": "externalName", + "type": "string" + }, + { + "name": "externalTrafficPolicy", + "baseName": "externalTrafficPolicy", + "type": "string" + }, + { + "name": "healthCheckNodePort", + "baseName": "healthCheckNodePort", + "type": "number" + }, + { + "name": "loadBalancerIP", + "baseName": "loadBalancerIP", + "type": "string" + }, + { + "name": "loadBalancerSourceRanges", + "baseName": "loadBalancerSourceRanges", + "type": "Array" + }, + { + "name": "ports", + "baseName": "ports", + "type": "Array" + }, + { + "name": "publishNotReadyAddresses", + "baseName": "publishNotReadyAddresses", + "type": "boolean" + }, + { + "name": "selector", + "baseName": "selector", + "type": "{ [key: string]: string; }" + }, + { + "name": "sessionAffinity", + "baseName": "sessionAffinity", + "type": "string" + }, + { + "name": "sessionAffinityConfig", + "baseName": "sessionAffinityConfig", + "type": "V1SessionAffinityConfig" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1ServiceSpec = V1ServiceSpec; +//# sourceMappingURL=v1ServiceSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServiceSpec.js.map b/dist/gen/model/v1ServiceSpec.js.map new file mode 100644 index 0000000000..d24aa71505 --- /dev/null +++ b/dist/gen/model/v1ServiceSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServiceSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServiceSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,aAAa;IAwHtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAvEM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtHf,sCA2HC"} \ No newline at end of file diff --git a/dist/gen/model/v1ServiceStatus.d.ts b/dist/gen/model/v1ServiceStatus.d.ts new file mode 100644 index 0000000000..47979bfb66 --- /dev/null +++ b/dist/gen/model/v1ServiceStatus.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LoadBalancerStatus } from './v1LoadBalancerStatus'; +/** +* ServiceStatus represents the current status of a service. +*/ +export declare class V1ServiceStatus { + 'loadBalancer'?: V1LoadBalancerStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1ServiceStatus.js b/dist/gen/model/v1ServiceStatus.js new file mode 100644 index 0000000000..72612aabe8 --- /dev/null +++ b/dist/gen/model/v1ServiceStatus.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceStatus represents the current status of a service. +*/ +class V1ServiceStatus { + static getAttributeTypeMap() { + return V1ServiceStatus.attributeTypeMap; + } +} +V1ServiceStatus.discriminator = undefined; +V1ServiceStatus.attributeTypeMap = [ + { + "name": "loadBalancer", + "baseName": "loadBalancer", + "type": "V1LoadBalancerStatus" + } +]; +exports.V1ServiceStatus = V1ServiceStatus; +//# sourceMappingURL=v1ServiceStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1ServiceStatus.js.map b/dist/gen/model/v1ServiceStatus.js.map new file mode 100644 index 0000000000..15bf04440c --- /dev/null +++ b/dist/gen/model/v1ServiceStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1ServiceStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1ServiceStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,eAAe;IAYxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAXM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AAVf,0CAeC"} \ No newline at end of file diff --git a/dist/gen/model/v1SessionAffinityConfig.d.ts b/dist/gen/model/v1SessionAffinityConfig.d.ts new file mode 100644 index 0000000000..02cb0b0691 --- /dev/null +++ b/dist/gen/model/v1SessionAffinityConfig.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ClientIPConfig } from './v1ClientIPConfig'; +/** +* SessionAffinityConfig represents the configurations of session affinity. +*/ +export declare class V1SessionAffinityConfig { + 'clientIP'?: V1ClientIPConfig; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SessionAffinityConfig.js b/dist/gen/model/v1SessionAffinityConfig.js new file mode 100644 index 0000000000..cbc5a76cc3 --- /dev/null +++ b/dist/gen/model/v1SessionAffinityConfig.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SessionAffinityConfig represents the configurations of session affinity. +*/ +class V1SessionAffinityConfig { + static getAttributeTypeMap() { + return V1SessionAffinityConfig.attributeTypeMap; + } +} +V1SessionAffinityConfig.discriminator = undefined; +V1SessionAffinityConfig.attributeTypeMap = [ + { + "name": "clientIP", + "baseName": "clientIP", + "type": "V1ClientIPConfig" + } +]; +exports.V1SessionAffinityConfig = V1SessionAffinityConfig; +//# sourceMappingURL=v1SessionAffinityConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SessionAffinityConfig.js.map b/dist/gen/model/v1SessionAffinityConfig.js.map new file mode 100644 index 0000000000..1b1f766cdf --- /dev/null +++ b/dist/gen/model/v1SessionAffinityConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SessionAffinityConfig.js","sourceRoot":"","sources":["../../../src/gen/model/v1SessionAffinityConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IAYhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAXM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AAVf,0DAeC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSet.d.ts b/dist/gen/model/v1StatefulSet.d.ts new file mode 100644 index 0000000000..0b519e36d3 --- /dev/null +++ b/dist/gen/model/v1StatefulSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1StatefulSetSpec } from './v1StatefulSetSpec'; +import { V1StatefulSetStatus } from './v1StatefulSetStatus'; +/** +* StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. +*/ +export declare class V1StatefulSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1StatefulSetSpec; + 'status'?: V1StatefulSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatefulSet.js b/dist/gen/model/v1StatefulSet.js new file mode 100644 index 0000000000..0fc9bce86c --- /dev/null +++ b/dist/gen/model/v1StatefulSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. +*/ +class V1StatefulSet { + static getAttributeTypeMap() { + return V1StatefulSet.attributeTypeMap; + } +} +V1StatefulSet.discriminator = undefined; +V1StatefulSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1StatefulSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1StatefulSetStatus" + } +]; +exports.V1StatefulSet = V1StatefulSet; +//# sourceMappingURL=v1StatefulSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSet.js.map b/dist/gen/model/v1StatefulSet.js.map new file mode 100644 index 0000000000..566319d1dc --- /dev/null +++ b/dist/gen/model/v1StatefulSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatefulSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatefulSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,aAAa;IA0CtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA/BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAxCf,sCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetCondition.d.ts b/dist/gen/model/v1StatefulSetCondition.d.ts new file mode 100644 index 0000000000..7dfb83dc38 --- /dev/null +++ b/dist/gen/model/v1StatefulSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* StatefulSetCondition describes the state of a statefulset at a certain point. +*/ +export declare class V1StatefulSetCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of statefulset condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatefulSetCondition.js b/dist/gen/model/v1StatefulSetCondition.js new file mode 100644 index 0000000000..428b387180 --- /dev/null +++ b/dist/gen/model/v1StatefulSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetCondition describes the state of a statefulset at a certain point. +*/ +class V1StatefulSetCondition { + static getAttributeTypeMap() { + return V1StatefulSetCondition.attributeTypeMap; + } +} +V1StatefulSetCondition.discriminator = undefined; +V1StatefulSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1StatefulSetCondition = V1StatefulSetCondition; +//# sourceMappingURL=v1StatefulSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetCondition.js.map b/dist/gen/model/v1StatefulSetCondition.js.map new file mode 100644 index 0000000000..06881faf64 --- /dev/null +++ b/dist/gen/model/v1StatefulSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatefulSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatefulSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAmD/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA/BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,wDAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetList.d.ts b/dist/gen/model/v1StatefulSetList.d.ts new file mode 100644 index 0000000000..76f5f9a8f5 --- /dev/null +++ b/dist/gen/model/v1StatefulSetList.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1StatefulSet } from './v1StatefulSet'; +/** +* StatefulSetList is a collection of StatefulSets. +*/ +export declare class V1StatefulSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatefulSetList.js b/dist/gen/model/v1StatefulSetList.js new file mode 100644 index 0000000000..4110f2d652 --- /dev/null +++ b/dist/gen/model/v1StatefulSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetList is a collection of StatefulSets. +*/ +class V1StatefulSetList { + static getAttributeTypeMap() { + return V1StatefulSetList.attributeTypeMap; + } +} +V1StatefulSetList.discriminator = undefined; +V1StatefulSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1StatefulSetList = V1StatefulSetList; +//# sourceMappingURL=v1StatefulSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetList.js.map b/dist/gen/model/v1StatefulSetList.js.map new file mode 100644 index 0000000000..5df71ad921 --- /dev/null +++ b/dist/gen/model/v1StatefulSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatefulSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatefulSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAoC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AAlCf,8CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetSpec.d.ts b/dist/gen/model/v1StatefulSetSpec.d.ts new file mode 100644 index 0000000000..496634f2ad --- /dev/null +++ b/dist/gen/model/v1StatefulSetSpec.d.ts @@ -0,0 +1,54 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PersistentVolumeClaim } from './v1PersistentVolumeClaim'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +import { V1StatefulSetUpdateStrategy } from './v1StatefulSetUpdateStrategy'; +/** +* A StatefulSetSpec is the specification of a StatefulSet. +*/ +export declare class V1StatefulSetSpec { + /** + * podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. + */ + 'podManagementPolicy'?: string; + /** + * replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. + */ + 'replicas'?: number; + /** + * revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet\'s revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10. + */ + 'revisionHistoryLimit'?: number; + 'selector': V1LabelSelector; + /** + * serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller. + */ + 'serviceName': string; + 'template': V1PodTemplateSpec; + 'updateStrategy'?: V1StatefulSetUpdateStrategy; + /** + * volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. + */ + 'volumeClaimTemplates'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatefulSetSpec.js b/dist/gen/model/v1StatefulSetSpec.js new file mode 100644 index 0000000000..5ce8ca3421 --- /dev/null +++ b/dist/gen/model/v1StatefulSetSpec.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A StatefulSetSpec is the specification of a StatefulSet. +*/ +class V1StatefulSetSpec { + static getAttributeTypeMap() { + return V1StatefulSetSpec.attributeTypeMap; + } +} +V1StatefulSetSpec.discriminator = undefined; +V1StatefulSetSpec.attributeTypeMap = [ + { + "name": "podManagementPolicy", + "baseName": "podManagementPolicy", + "type": "string" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "serviceName", + "baseName": "serviceName", + "type": "string" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + }, + { + "name": "updateStrategy", + "baseName": "updateStrategy", + "type": "V1StatefulSetUpdateStrategy" + }, + { + "name": "volumeClaimTemplates", + "baseName": "volumeClaimTemplates", + "type": "Array" + } +]; +exports.V1StatefulSetSpec = V1StatefulSetSpec; +//# sourceMappingURL=v1StatefulSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetSpec.js.map b/dist/gen/model/v1StatefulSetSpec.js.map new file mode 100644 index 0000000000..1b8f1e1956 --- /dev/null +++ b/dist/gen/model/v1StatefulSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatefulSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatefulSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,iBAAiB;IAqE1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA9CM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAnEf,8CAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetStatus.d.ts b/dist/gen/model/v1StatefulSetStatus.d.ts new file mode 100644 index 0000000000..f7d6864f80 --- /dev/null +++ b/dist/gen/model/v1StatefulSetStatus.d.ts @@ -0,0 +1,64 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1StatefulSetCondition } from './v1StatefulSetCondition'; +/** +* StatefulSetStatus represents the current state of a StatefulSet. +*/ +export declare class V1StatefulSetStatus { + /** + * collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a statefulset\'s current state. + */ + 'conditions'?: Array; + /** + * currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. + */ + 'currentReplicas'?: number; + /** + * currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). + */ + 'currentRevision'?: string; + /** + * observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet\'s generation, which is updated on mutation by the API Server. + */ + 'observedGeneration'?: number; + /** + * readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + */ + 'readyReplicas'?: number; + /** + * replicas is the number of Pods created by the StatefulSet controller. + */ + 'replicas': number; + /** + * updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) + */ + 'updateRevision'?: string; + /** + * updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. + */ + 'updatedReplicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatefulSetStatus.js b/dist/gen/model/v1StatefulSetStatus.js new file mode 100644 index 0000000000..9470ddaa93 --- /dev/null +++ b/dist/gen/model/v1StatefulSetStatus.js @@ -0,0 +1,71 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetStatus represents the current state of a StatefulSet. +*/ +class V1StatefulSetStatus { + static getAttributeTypeMap() { + return V1StatefulSetStatus.attributeTypeMap; + } +} +V1StatefulSetStatus.discriminator = undefined; +V1StatefulSetStatus.attributeTypeMap = [ + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentReplicas", + "baseName": "currentReplicas", + "type": "number" + }, + { + "name": "currentRevision", + "baseName": "currentRevision", + "type": "string" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "updateRevision", + "baseName": "updateRevision", + "type": "string" + }, + { + "name": "updatedReplicas", + "baseName": "updatedReplicas", + "type": "number" + } +]; +exports.V1StatefulSetStatus = V1StatefulSetStatus; +//# sourceMappingURL=v1StatefulSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetStatus.js.map b/dist/gen/model/v1StatefulSetStatus.js.map new file mode 100644 index 0000000000..2e5b307778 --- /dev/null +++ b/dist/gen/model/v1StatefulSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatefulSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatefulSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mBAAmB;IAuF5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAnDM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArFf,kDA0FC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetUpdateStrategy.d.ts b/dist/gen/model/v1StatefulSetUpdateStrategy.d.ts new file mode 100644 index 0000000000..5385169043 --- /dev/null +++ b/dist/gen/model/v1StatefulSetUpdateStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1RollingUpdateStatefulSetStrategy } from './v1RollingUpdateStatefulSetStrategy'; +/** +* StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +*/ +export declare class V1StatefulSetUpdateStrategy { + 'rollingUpdate'?: V1RollingUpdateStatefulSetStrategy; + /** + * Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatefulSetUpdateStrategy.js b/dist/gen/model/v1StatefulSetUpdateStrategy.js new file mode 100644 index 0000000000..8d8cd9ab7f --- /dev/null +++ b/dist/gen/model/v1StatefulSetUpdateStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +*/ +class V1StatefulSetUpdateStrategy { + static getAttributeTypeMap() { + return V1StatefulSetUpdateStrategy.attributeTypeMap; + } +} +V1StatefulSetUpdateStrategy.discriminator = undefined; +V1StatefulSetUpdateStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1RollingUpdateStatefulSetStrategy" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1StatefulSetUpdateStrategy = V1StatefulSetUpdateStrategy; +//# sourceMappingURL=v1StatefulSetUpdateStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatefulSetUpdateStrategy.js.map b/dist/gen/model/v1StatefulSetUpdateStrategy.js.map new file mode 100644 index 0000000000..da2918458b --- /dev/null +++ b/dist/gen/model/v1StatefulSetUpdateStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatefulSetUpdateStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatefulSetUpdateStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IAqBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,kEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1Status.d.ts b/dist/gen/model/v1Status.d.ts new file mode 100644 index 0000000000..3f9f984060 --- /dev/null +++ b/dist/gen/model/v1Status.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1StatusDetails } from './v1StatusDetails'; +/** +* Status is a return value for calls that don\'t return other objects. +*/ +export declare class V1Status { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Suggested HTTP return code for this status, 0 if not set. + */ + 'code'?: number; + 'details'?: V1StatusDetails; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * A human-readable description of the status of this operation. + */ + 'message'?: string; + 'metadata'?: V1ListMeta; + /** + * A machine-readable description of why this operation is in the \"Failure\" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. + */ + 'reason'?: string; + /** + * Status of the operation. One of: \"Success\" or \"Failure\". More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status + */ + 'status'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Status.js b/dist/gen/model/v1Status.js new file mode 100644 index 0000000000..8c432eb9a7 --- /dev/null +++ b/dist/gen/model/v1Status.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Status is a return value for calls that don\'t return other objects. +*/ +class V1Status { + static getAttributeTypeMap() { + return V1Status.attributeTypeMap; + } +} +V1Status.discriminator = undefined; +V1Status.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "code", + "baseName": "code", + "type": "number" + }, + { + "name": "details", + "baseName": "details", + "type": "V1StatusDetails" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + } +]; +exports.V1Status = V1Status; +//# sourceMappingURL=v1Status.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Status.js.map b/dist/gen/model/v1Status.js.map new file mode 100644 index 0000000000..3424fb9ff1 --- /dev/null +++ b/dist/gen/model/v1Status.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Status.js","sourceRoot":"","sources":["../../../src/gen/model/v1Status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,QAAQ;IAwEjB,MAAM,CAAC,mBAAmB;QACtB,OAAO,QAAQ,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AA9CM,sBAAa,GAAuB,SAAS,CAAC;AAE9C,yBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtEf,4BA2EC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatusCause.d.ts b/dist/gen/model/v1StatusCause.d.ts new file mode 100644 index 0000000000..68f5bbd95a --- /dev/null +++ b/dist/gen/model/v1StatusCause.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. +*/ +export declare class V1StatusCause { + /** + * The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. Examples: \"name\" - the field \"name\" on the current resource \"items[0].name\" - the field \"name\" on the first array entry in \"items\" + */ + 'field'?: string; + /** + * A human-readable description of the cause of the error. This field may be presented as-is to a reader. + */ + 'message'?: string; + /** + * A machine-readable description of the cause of the error. If this value is empty there is no information available. + */ + 'reason'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatusCause.js b/dist/gen/model/v1StatusCause.js new file mode 100644 index 0000000000..9f64e0553e --- /dev/null +++ b/dist/gen/model/v1StatusCause.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. +*/ +class V1StatusCause { + static getAttributeTypeMap() { + return V1StatusCause.attributeTypeMap; + } +} +V1StatusCause.discriminator = undefined; +V1StatusCause.attributeTypeMap = [ + { + "name": "field", + "baseName": "field", + "type": "string" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + } +]; +exports.V1StatusCause = V1StatusCause; +//# sourceMappingURL=v1StatusCause.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatusCause.js.map b/dist/gen/model/v1StatusCause.js.map new file mode 100644 index 0000000000..e598aa27d8 --- /dev/null +++ b/dist/gen/model/v1StatusCause.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatusCause.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatusCause.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAiCtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AArBM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,sCAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1StatusDetails.d.ts b/dist/gen/model/v1StatusDetails.d.ts new file mode 100644 index 0000000000..86edc328d0 --- /dev/null +++ b/dist/gen/model/v1StatusDetails.d.ts @@ -0,0 +1,52 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1StatusCause } from './v1StatusCause'; +/** +* StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined. +*/ +export declare class V1StatusDetails { + /** + * The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. + */ + 'causes'?: Array; + /** + * The group attribute of the resource associated with the status StatusReason. + */ + 'group'?: string; + /** + * The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + /** + * The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). + */ + 'name'?: string; + /** + * If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. + */ + 'retryAfterSeconds'?: number; + /** + * UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids + */ + 'uid'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StatusDetails.js b/dist/gen/model/v1StatusDetails.js new file mode 100644 index 0000000000..55af23db81 --- /dev/null +++ b/dist/gen/model/v1StatusDetails.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined. +*/ +class V1StatusDetails { + static getAttributeTypeMap() { + return V1StatusDetails.attributeTypeMap; + } +} +V1StatusDetails.discriminator = undefined; +V1StatusDetails.attributeTypeMap = [ + { + "name": "causes", + "baseName": "causes", + "type": "Array" + }, + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "retryAfterSeconds", + "baseName": "retryAfterSeconds", + "type": "number" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + } +]; +exports.V1StatusDetails = V1StatusDetails; +//# sourceMappingURL=v1StatusDetails.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StatusDetails.js.map b/dist/gen/model/v1StatusDetails.js.map new file mode 100644 index 0000000000..03cc899f6a --- /dev/null +++ b/dist/gen/model/v1StatusDetails.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StatusDetails.js","sourceRoot":"","sources":["../../../src/gen/model/v1StatusDetails.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,eAAe;IA4DxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AApCM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,0CA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1StorageClass.d.ts b/dist/gen/model/v1StorageClass.d.ts new file mode 100644 index 0000000000..7564849118 --- /dev/null +++ b/dist/gen/model/v1StorageClass.d.ts @@ -0,0 +1,68 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1TopologySelectorTerm } from './v1TopologySelectorTerm'; +/** +* StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. +*/ +export declare class V1StorageClass { + /** + * AllowVolumeExpansion shows whether the storage class allow volume expand + */ + 'allowVolumeExpansion'?: boolean; + /** + * Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. + */ + 'allowedTopologies'?: Array; + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. [\"ro\", \"soft\"]. Not validated - mount of the PVs will simply fail if one is invalid. + */ + 'mountOptions'?: Array; + /** + * Parameters holds the parameters for the provisioner that should create volumes of this storage class. + */ + 'parameters'?: { + [key: string]: string; + }; + /** + * Provisioner indicates the type of the provisioner. + */ + 'provisioner': string; + /** + * Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete. + */ + 'reclaimPolicy'?: string; + /** + * VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature. + */ + 'volumeBindingMode'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StorageClass.js b/dist/gen/model/v1StorageClass.js new file mode 100644 index 0000000000..f67a680f15 --- /dev/null +++ b/dist/gen/model/v1StorageClass.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. +*/ +class V1StorageClass { + static getAttributeTypeMap() { + return V1StorageClass.attributeTypeMap; + } +} +V1StorageClass.discriminator = undefined; +V1StorageClass.attributeTypeMap = [ + { + "name": "allowVolumeExpansion", + "baseName": "allowVolumeExpansion", + "type": "boolean" + }, + { + "name": "allowedTopologies", + "baseName": "allowedTopologies", + "type": "Array" + }, + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "mountOptions", + "baseName": "mountOptions", + "type": "Array" + }, + { + "name": "parameters", + "baseName": "parameters", + "type": "{ [key: string]: string; }" + }, + { + "name": "provisioner", + "baseName": "provisioner", + "type": "string" + }, + { + "name": "reclaimPolicy", + "baseName": "reclaimPolicy", + "type": "string" + }, + { + "name": "volumeBindingMode", + "baseName": "volumeBindingMode", + "type": "string" + } +]; +exports.V1StorageClass = V1StorageClass; +//# sourceMappingURL=v1StorageClass.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StorageClass.js.map b/dist/gen/model/v1StorageClass.js.map new file mode 100644 index 0000000000..170ff0dc85 --- /dev/null +++ b/dist/gen/model/v1StorageClass.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StorageClass.js","sourceRoot":"","sources":["../../../src/gen/model/v1StorageClass.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,cAAc;IA6FvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAxDM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Ff,wCAgGC"} \ No newline at end of file diff --git a/dist/gen/model/v1StorageClassList.d.ts b/dist/gen/model/v1StorageClassList.d.ts new file mode 100644 index 0000000000..873d6c8af8 --- /dev/null +++ b/dist/gen/model/v1StorageClassList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1StorageClass } from './v1StorageClass'; +/** +* StorageClassList is a collection of storage classes. +*/ +export declare class V1StorageClassList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of StorageClasses + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StorageClassList.js b/dist/gen/model/v1StorageClassList.js new file mode 100644 index 0000000000..d059080382 --- /dev/null +++ b/dist/gen/model/v1StorageClassList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StorageClassList is a collection of storage classes. +*/ +class V1StorageClassList { + static getAttributeTypeMap() { + return V1StorageClassList.attributeTypeMap; + } +} +V1StorageClassList.discriminator = undefined; +V1StorageClassList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1StorageClassList = V1StorageClassList; +//# sourceMappingURL=v1StorageClassList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StorageClassList.js.map b/dist/gen/model/v1StorageClassList.js.map new file mode 100644 index 0000000000..e737653855 --- /dev/null +++ b/dist/gen/model/v1StorageClassList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StorageClassList.js","sourceRoot":"","sources":["../../../src/gen/model/v1StorageClassList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kBAAkB;IAuC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA1BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1StorageOSPersistentVolumeSource.d.ts b/dist/gen/model/v1StorageOSPersistentVolumeSource.d.ts new file mode 100644 index 0000000000..8dc4620830 --- /dev/null +++ b/dist/gen/model/v1StorageOSPersistentVolumeSource.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectReference } from './v1ObjectReference'; +/** +* Represents a StorageOS persistent volume resource. +*/ +export declare class V1StorageOSPersistentVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. + */ + 'fsType'?: string; + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + 'secretRef'?: V1ObjectReference; + /** + * VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. + */ + 'volumeName'?: string; + /** + * VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod\'s namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. + */ + 'volumeNamespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StorageOSPersistentVolumeSource.js b/dist/gen/model/v1StorageOSPersistentVolumeSource.js new file mode 100644 index 0000000000..af5a7393aa --- /dev/null +++ b/dist/gen/model/v1StorageOSPersistentVolumeSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a StorageOS persistent volume resource. +*/ +class V1StorageOSPersistentVolumeSource { + static getAttributeTypeMap() { + return V1StorageOSPersistentVolumeSource.attributeTypeMap; + } +} +V1StorageOSPersistentVolumeSource.discriminator = undefined; +V1StorageOSPersistentVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1ObjectReference" + }, + { + "name": "volumeName", + "baseName": "volumeName", + "type": "string" + }, + { + "name": "volumeNamespace", + "baseName": "volumeNamespace", + "type": "string" + } +]; +exports.V1StorageOSPersistentVolumeSource = V1StorageOSPersistentVolumeSource; +//# sourceMappingURL=v1StorageOSPersistentVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StorageOSPersistentVolumeSource.js.map b/dist/gen/model/v1StorageOSPersistentVolumeSource.js.map new file mode 100644 index 0000000000..cb6c3f6f5d --- /dev/null +++ b/dist/gen/model/v1StorageOSPersistentVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StorageOSPersistentVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1StorageOSPersistentVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iCAAiC;IAgD1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AA/BM,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Cf,8EAmDC"} \ No newline at end of file diff --git a/dist/gen/model/v1StorageOSVolumeSource.d.ts b/dist/gen/model/v1StorageOSVolumeSource.d.ts new file mode 100644 index 0000000000..86094dcdcc --- /dev/null +++ b/dist/gen/model/v1StorageOSVolumeSource.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LocalObjectReference } from './v1LocalObjectReference'; +/** +* Represents a StorageOS persistent volume resource. +*/ +export declare class V1StorageOSVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. + */ + 'fsType'?: string; + /** + * Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + */ + 'readOnly'?: boolean; + 'secretRef'?: V1LocalObjectReference; + /** + * VolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. + */ + 'volumeName'?: string; + /** + * VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod\'s namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to \"default\" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. + */ + 'volumeNamespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1StorageOSVolumeSource.js b/dist/gen/model/v1StorageOSVolumeSource.js new file mode 100644 index 0000000000..688e1a1e32 --- /dev/null +++ b/dist/gen/model/v1StorageOSVolumeSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a StorageOS persistent volume resource. +*/ +class V1StorageOSVolumeSource { + static getAttributeTypeMap() { + return V1StorageOSVolumeSource.attributeTypeMap; + } +} +V1StorageOSVolumeSource.discriminator = undefined; +V1StorageOSVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "secretRef", + "baseName": "secretRef", + "type": "V1LocalObjectReference" + }, + { + "name": "volumeName", + "baseName": "volumeName", + "type": "string" + }, + { + "name": "volumeNamespace", + "baseName": "volumeNamespace", + "type": "string" + } +]; +exports.V1StorageOSVolumeSource = V1StorageOSVolumeSource; +//# sourceMappingURL=v1StorageOSVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1StorageOSVolumeSource.js.map b/dist/gen/model/v1StorageOSVolumeSource.js.map new file mode 100644 index 0000000000..a0b00b6d27 --- /dev/null +++ b/dist/gen/model/v1StorageOSVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1StorageOSVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1StorageOSVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IAgDhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA/BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Cf,0DAmDC"} \ No newline at end of file diff --git a/dist/gen/model/v1Subject.d.ts b/dist/gen/model/v1Subject.d.ts new file mode 100644 index 0000000000..b425ba5f93 --- /dev/null +++ b/dist/gen/model/v1Subject.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +*/ +export declare class V1Subject { + /** + * APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects. + */ + 'apiGroup'?: string; + /** + * Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error. + */ + 'kind': string; + /** + * Name of the object being referenced. + */ + 'name': string; + /** + * Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error. + */ + 'namespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Subject.js b/dist/gen/model/v1Subject.js new file mode 100644 index 0000000000..aa2bb85599 --- /dev/null +++ b/dist/gen/model/v1Subject.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +*/ +class V1Subject { + static getAttributeTypeMap() { + return V1Subject.attributeTypeMap; + } +} +V1Subject.discriminator = undefined; +V1Subject.attributeTypeMap = [ + { + "name": "apiGroup", + "baseName": "apiGroup", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + } +]; +exports.V1Subject = V1Subject; +//# sourceMappingURL=v1Subject.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Subject.js.map b/dist/gen/model/v1Subject.js.map new file mode 100644 index 0000000000..6a46775c41 --- /dev/null +++ b/dist/gen/model/v1Subject.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Subject.js","sourceRoot":"","sources":["../../../src/gen/model/v1Subject.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,SAAS;IA0ClB,MAAM,CAAC,mBAAmB;QACtB,OAAO,SAAS,CAAC,gBAAgB,CAAC;IACtC,CAAC;;AA1BM,uBAAa,GAAuB,SAAS,CAAC;AAE9C,0BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,8BA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1SubjectAccessReview.d.ts b/dist/gen/model/v1SubjectAccessReview.d.ts new file mode 100644 index 0000000000..c299bd96a1 --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1SubjectAccessReviewSpec } from './v1SubjectAccessReviewSpec'; +import { V1SubjectAccessReviewStatus } from './v1SubjectAccessReviewStatus'; +/** +* SubjectAccessReview checks whether or not a user or group can perform an action. +*/ +export declare class V1SubjectAccessReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1SubjectAccessReviewSpec; + 'status'?: V1SubjectAccessReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SubjectAccessReview.js b/dist/gen/model/v1SubjectAccessReview.js new file mode 100644 index 0000000000..ef45136e6f --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectAccessReview checks whether or not a user or group can perform an action. +*/ +class V1SubjectAccessReview { + static getAttributeTypeMap() { + return V1SubjectAccessReview.attributeTypeMap; + } +} +V1SubjectAccessReview.discriminator = undefined; +V1SubjectAccessReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1SubjectAccessReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1SubjectAccessReviewStatus" + } +]; +exports.V1SubjectAccessReview = V1SubjectAccessReview; +//# sourceMappingURL=v1SubjectAccessReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SubjectAccessReview.js.map b/dist/gen/model/v1SubjectAccessReview.js.map new file mode 100644 index 0000000000..f53cca8c43 --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SubjectAccessReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1SubjectAccessReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,qBAAqB;IA0C9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA/BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,6BAA6B;KACxC;CAAK,CAAC;AAxCf,sDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1SubjectAccessReviewSpec.d.ts b/dist/gen/model/v1SubjectAccessReviewSpec.d.ts new file mode 100644 index 0000000000..bbd125e16d --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReviewSpec.d.ts @@ -0,0 +1,49 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NonResourceAttributes } from './v1NonResourceAttributes'; +import { V1ResourceAttributes } from './v1ResourceAttributes'; +/** +* SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +export declare class V1SubjectAccessReviewSpec { + /** + * Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here. + */ + 'extra'?: { + [key: string]: Array; + }; + /** + * Groups is the groups you\'re testing for. + */ + 'groups'?: Array; + 'nonResourceAttributes'?: V1NonResourceAttributes; + 'resourceAttributes'?: V1ResourceAttributes; + /** + * UID information about the requesting user. + */ + 'uid'?: string; + /** + * User is the user you\'re testing for. If you specify \"User\" but not \"Groups\", then is it interpreted as \"What if User were not a member of any groups + */ + 'user'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SubjectAccessReviewSpec.js b/dist/gen/model/v1SubjectAccessReviewSpec.js new file mode 100644 index 0000000000..a3844c54d5 --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReviewSpec.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +class V1SubjectAccessReviewSpec { + static getAttributeTypeMap() { + return V1SubjectAccessReviewSpec.attributeTypeMap; + } +} +V1SubjectAccessReviewSpec.discriminator = undefined; +V1SubjectAccessReviewSpec.attributeTypeMap = [ + { + "name": "extra", + "baseName": "extra", + "type": "{ [key: string]: Array; }" + }, + { + "name": "groups", + "baseName": "groups", + "type": "Array" + }, + { + "name": "nonResourceAttributes", + "baseName": "nonResourceAttributes", + "type": "V1NonResourceAttributes" + }, + { + "name": "resourceAttributes", + "baseName": "resourceAttributes", + "type": "V1ResourceAttributes" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + } +]; +exports.V1SubjectAccessReviewSpec = V1SubjectAccessReviewSpec; +//# sourceMappingURL=v1SubjectAccessReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SubjectAccessReviewSpec.js.map b/dist/gen/model/v1SubjectAccessReviewSpec.js.map new file mode 100644 index 0000000000..9f8e8830e6 --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SubjectAccessReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1SubjectAccessReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IAsDlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AApCM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AApDf,8DAyDC"} \ No newline at end of file diff --git a/dist/gen/model/v1SubjectAccessReviewStatus.d.ts b/dist/gen/model/v1SubjectAccessReviewStatus.d.ts new file mode 100644 index 0000000000..ce844c9e26 --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReviewStatus.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* SubjectAccessReviewStatus +*/ +export declare class V1SubjectAccessReviewStatus { + /** + * Allowed is required. True if the action would be allowed, false otherwise. + */ + 'allowed': boolean; + /** + * Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. + */ + 'denied'?: boolean; + /** + * EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. + */ + 'evaluationError'?: string; + /** + * Reason is optional. It indicates why a request was allowed or denied. + */ + 'reason'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SubjectAccessReviewStatus.js b/dist/gen/model/v1SubjectAccessReviewStatus.js new file mode 100644 index 0000000000..5475f61690 --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReviewStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectAccessReviewStatus +*/ +class V1SubjectAccessReviewStatus { + static getAttributeTypeMap() { + return V1SubjectAccessReviewStatus.attributeTypeMap; + } +} +V1SubjectAccessReviewStatus.discriminator = undefined; +V1SubjectAccessReviewStatus.attributeTypeMap = [ + { + "name": "allowed", + "baseName": "allowed", + "type": "boolean" + }, + { + "name": "denied", + "baseName": "denied", + "type": "boolean" + }, + { + "name": "evaluationError", + "baseName": "evaluationError", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + } +]; +exports.V1SubjectAccessReviewStatus = V1SubjectAccessReviewStatus; +//# sourceMappingURL=v1SubjectAccessReviewStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SubjectAccessReviewStatus.js.map b/dist/gen/model/v1SubjectAccessReviewStatus.js.map new file mode 100644 index 0000000000..d3e008a75a --- /dev/null +++ b/dist/gen/model/v1SubjectAccessReviewStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SubjectAccessReviewStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1SubjectAccessReviewStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IA0CpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,kEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1SubjectRulesReviewStatus.d.ts b/dist/gen/model/v1SubjectRulesReviewStatus.d.ts new file mode 100644 index 0000000000..7a0bf141bc --- /dev/null +++ b/dist/gen/model/v1SubjectRulesReviewStatus.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NonResourceRule } from './v1NonResourceRule'; +import { V1ResourceRule } from './v1ResourceRule'; +/** +* SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it\'s safe to assume the subject has that permission, even if that list is incomplete. +*/ +export declare class V1SubjectRulesReviewStatus { + /** + * EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn\'t support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. + */ + 'evaluationError'?: string; + /** + * Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn\'t support rules evaluation. + */ + 'incomplete': boolean; + /** + * NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. + */ + 'nonResourceRules': Array; + /** + * ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. + */ + 'resourceRules': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1SubjectRulesReviewStatus.js b/dist/gen/model/v1SubjectRulesReviewStatus.js new file mode 100644 index 0000000000..011712d21f --- /dev/null +++ b/dist/gen/model/v1SubjectRulesReviewStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it\'s safe to assume the subject has that permission, even if that list is incomplete. +*/ +class V1SubjectRulesReviewStatus { + static getAttributeTypeMap() { + return V1SubjectRulesReviewStatus.attributeTypeMap; + } +} +V1SubjectRulesReviewStatus.discriminator = undefined; +V1SubjectRulesReviewStatus.attributeTypeMap = [ + { + "name": "evaluationError", + "baseName": "evaluationError", + "type": "string" + }, + { + "name": "incomplete", + "baseName": "incomplete", + "type": "boolean" + }, + { + "name": "nonResourceRules", + "baseName": "nonResourceRules", + "type": "Array" + }, + { + "name": "resourceRules", + "baseName": "resourceRules", + "type": "Array" + } +]; +exports.V1SubjectRulesReviewStatus = V1SubjectRulesReviewStatus; +//# sourceMappingURL=v1SubjectRulesReviewStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1SubjectRulesReviewStatus.js.map b/dist/gen/model/v1SubjectRulesReviewStatus.js.map new file mode 100644 index 0000000000..ac02aefdc9 --- /dev/null +++ b/dist/gen/model/v1SubjectRulesReviewStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1SubjectRulesReviewStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1SubjectRulesReviewStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,0BAA0B;IA0CnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA1BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AAxCf,gEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Sysctl.d.ts b/dist/gen/model/v1Sysctl.d.ts new file mode 100644 index 0000000000..084f57b582 --- /dev/null +++ b/dist/gen/model/v1Sysctl.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Sysctl defines a kernel parameter to be set +*/ +export declare class V1Sysctl { + /** + * Name of a property to set + */ + 'name': string; + /** + * Value of a property to set + */ + 'value': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Sysctl.js b/dist/gen/model/v1Sysctl.js new file mode 100644 index 0000000000..a219b57c16 --- /dev/null +++ b/dist/gen/model/v1Sysctl.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Sysctl defines a kernel parameter to be set +*/ +class V1Sysctl { + static getAttributeTypeMap() { + return V1Sysctl.attributeTypeMap; + } +} +V1Sysctl.discriminator = undefined; +V1Sysctl.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + } +]; +exports.V1Sysctl = V1Sysctl; +//# sourceMappingURL=v1Sysctl.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Sysctl.js.map b/dist/gen/model/v1Sysctl.js.map new file mode 100644 index 0000000000..4fdcd1df5d --- /dev/null +++ b/dist/gen/model/v1Sysctl.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Sysctl.js","sourceRoot":"","sources":["../../../src/gen/model/v1Sysctl.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,QAAQ;IAwBjB,MAAM,CAAC,mBAAmB;QACtB,OAAO,QAAQ,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AAhBM,sBAAa,GAAuB,SAAS,CAAC;AAE9C,yBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,4BA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1TCPSocketAction.d.ts b/dist/gen/model/v1TCPSocketAction.d.ts new file mode 100644 index 0000000000..48dd33b515 --- /dev/null +++ b/dist/gen/model/v1TCPSocketAction.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* TCPSocketAction describes an action based on opening a socket +*/ +export declare class V1TCPSocketAction { + /** + * Optional: Host name to connect to, defaults to the pod IP. + */ + 'host'?: string; + /** + * Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. + */ + 'port': object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1TCPSocketAction.js b/dist/gen/model/v1TCPSocketAction.js new file mode 100644 index 0000000000..385b26d4ed --- /dev/null +++ b/dist/gen/model/v1TCPSocketAction.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TCPSocketAction describes an action based on opening a socket +*/ +class V1TCPSocketAction { + static getAttributeTypeMap() { + return V1TCPSocketAction.attributeTypeMap; + } +} +V1TCPSocketAction.discriminator = undefined; +V1TCPSocketAction.attributeTypeMap = [ + { + "name": "host", + "baseName": "host", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "object" + } +]; +exports.V1TCPSocketAction = V1TCPSocketAction; +//# sourceMappingURL=v1TCPSocketAction.js.map \ No newline at end of file diff --git a/dist/gen/model/v1TCPSocketAction.js.map b/dist/gen/model/v1TCPSocketAction.js.map new file mode 100644 index 0000000000..88b6cc8910 --- /dev/null +++ b/dist/gen/model/v1TCPSocketAction.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1TCPSocketAction.js","sourceRoot":"","sources":["../../../src/gen/model/v1TCPSocketAction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAwB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,8CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1Taint.d.ts b/dist/gen/model/v1Taint.d.ts new file mode 100644 index 0000000000..2e02242325 --- /dev/null +++ b/dist/gen/model/v1Taint.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint. +*/ +export declare class V1Taint { + /** + * Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + */ + 'effect': string; + /** + * Required. The taint key to be applied to a node. + */ + 'key': string; + /** + * TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. + */ + 'timeAdded'?: Date; + /** + * Required. The taint value corresponding to the taint key. + */ + 'value'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Taint.js b/dist/gen/model/v1Taint.js new file mode 100644 index 0000000000..b2c1799dba --- /dev/null +++ b/dist/gen/model/v1Taint.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* The node this Taint is attached to has the \"effect\" on any pod that does not tolerate the Taint. +*/ +class V1Taint { + static getAttributeTypeMap() { + return V1Taint.attributeTypeMap; + } +} +V1Taint.discriminator = undefined; +V1Taint.attributeTypeMap = [ + { + "name": "effect", + "baseName": "effect", + "type": "string" + }, + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "timeAdded", + "baseName": "timeAdded", + "type": "Date" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + } +]; +exports.V1Taint = V1Taint; +//# sourceMappingURL=v1Taint.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Taint.js.map b/dist/gen/model/v1Taint.js.map new file mode 100644 index 0000000000..a83d83f22f --- /dev/null +++ b/dist/gen/model/v1Taint.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Taint.js","sourceRoot":"","sources":["../../../src/gen/model/v1Taint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,OAAO;IA0ChB,MAAM,CAAC,mBAAmB;QACtB,OAAO,OAAO,CAAC,gBAAgB,CAAC;IACpC,CAAC;;AA1BM,qBAAa,GAAuB,SAAS,CAAC;AAE9C,wBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,0BA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1TokenReview.d.ts b/dist/gen/model/v1TokenReview.d.ts new file mode 100644 index 0000000000..824f1aa166 --- /dev/null +++ b/dist/gen/model/v1TokenReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1TokenReviewSpec } from './v1TokenReviewSpec'; +import { V1TokenReviewStatus } from './v1TokenReviewStatus'; +/** +* TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. +*/ +export declare class V1TokenReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1TokenReviewSpec; + 'status'?: V1TokenReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1TokenReview.js b/dist/gen/model/v1TokenReview.js new file mode 100644 index 0000000000..78caf1594d --- /dev/null +++ b/dist/gen/model/v1TokenReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. +*/ +class V1TokenReview { + static getAttributeTypeMap() { + return V1TokenReview.attributeTypeMap; + } +} +V1TokenReview.discriminator = undefined; +V1TokenReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1TokenReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1TokenReviewStatus" + } +]; +exports.V1TokenReview = V1TokenReview; +//# sourceMappingURL=v1TokenReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1TokenReview.js.map b/dist/gen/model/v1TokenReview.js.map new file mode 100644 index 0000000000..556217144d --- /dev/null +++ b/dist/gen/model/v1TokenReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1TokenReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1TokenReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,aAAa;IA0CtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AA/BM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAxCf,sCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1TokenReviewSpec.d.ts b/dist/gen/model/v1TokenReviewSpec.d.ts new file mode 100644 index 0000000000..188cc769d2 --- /dev/null +++ b/dist/gen/model/v1TokenReviewSpec.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* TokenReviewSpec is a description of the token authentication request. +*/ +export declare class V1TokenReviewSpec { + /** + * Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. + */ + 'audiences'?: Array; + /** + * Token is the opaque bearer token. + */ + 'token'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1TokenReviewSpec.js b/dist/gen/model/v1TokenReviewSpec.js new file mode 100644 index 0000000000..c0b709b4c7 --- /dev/null +++ b/dist/gen/model/v1TokenReviewSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TokenReviewSpec is a description of the token authentication request. +*/ +class V1TokenReviewSpec { + static getAttributeTypeMap() { + return V1TokenReviewSpec.attributeTypeMap; + } +} +V1TokenReviewSpec.discriminator = undefined; +V1TokenReviewSpec.attributeTypeMap = [ + { + "name": "audiences", + "baseName": "audiences", + "type": "Array" + }, + { + "name": "token", + "baseName": "token", + "type": "string" + } +]; +exports.V1TokenReviewSpec = V1TokenReviewSpec; +//# sourceMappingURL=v1TokenReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1TokenReviewSpec.js.map b/dist/gen/model/v1TokenReviewSpec.js.map new file mode 100644 index 0000000000..3f031763f6 --- /dev/null +++ b/dist/gen/model/v1TokenReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1TokenReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1TokenReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAwB1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AAhBM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,8CA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1TokenReviewStatus.d.ts b/dist/gen/model/v1TokenReviewStatus.d.ts new file mode 100644 index 0000000000..9edfbef36e --- /dev/null +++ b/dist/gen/model/v1TokenReviewStatus.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1UserInfo } from './v1UserInfo'; +/** +* TokenReviewStatus is the result of the token authentication request. +*/ +export declare class V1TokenReviewStatus { + /** + * Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token\'s audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is \"true\", the token is valid against the audience of the Kubernetes API server. + */ + 'audiences'?: Array; + /** + * Authenticated indicates that the token was associated with a known user. + */ + 'authenticated'?: boolean; + /** + * Error indicates that the token couldn\'t be checked + */ + 'error'?: string; + 'user'?: V1UserInfo; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1TokenReviewStatus.js b/dist/gen/model/v1TokenReviewStatus.js new file mode 100644 index 0000000000..7372df300b --- /dev/null +++ b/dist/gen/model/v1TokenReviewStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TokenReviewStatus is the result of the token authentication request. +*/ +class V1TokenReviewStatus { + static getAttributeTypeMap() { + return V1TokenReviewStatus.attributeTypeMap; + } +} +V1TokenReviewStatus.discriminator = undefined; +V1TokenReviewStatus.attributeTypeMap = [ + { + "name": "audiences", + "baseName": "audiences", + "type": "Array" + }, + { + "name": "authenticated", + "baseName": "authenticated", + "type": "boolean" + }, + { + "name": "error", + "baseName": "error", + "type": "string" + }, + { + "name": "user", + "baseName": "user", + "type": "V1UserInfo" + } +]; +exports.V1TokenReviewStatus = V1TokenReviewStatus; +//# sourceMappingURL=v1TokenReviewStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1TokenReviewStatus.js.map b/dist/gen/model/v1TokenReviewStatus.js.map new file mode 100644 index 0000000000..ee4fb4c896 --- /dev/null +++ b/dist/gen/model/v1TokenReviewStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1TokenReviewStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1TokenReviewStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Toleration.d.ts b/dist/gen/model/v1Toleration.d.ts new file mode 100644 index 0000000000..c0ca1e949f --- /dev/null +++ b/dist/gen/model/v1Toleration.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . +*/ +export declare class V1Toleration { + /** + * Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + */ + 'effect'?: string; + /** + * Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + */ + 'key'?: string; + /** + * Operator represents a key\'s relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + */ + 'operator'?: string; + /** + * TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + */ + 'tolerationSeconds'?: number; + /** + * Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + */ + 'value'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Toleration.js b/dist/gen/model/v1Toleration.js new file mode 100644 index 0000000000..040ee62f88 --- /dev/null +++ b/dist/gen/model/v1Toleration.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . +*/ +class V1Toleration { + static getAttributeTypeMap() { + return V1Toleration.attributeTypeMap; + } +} +V1Toleration.discriminator = undefined; +V1Toleration.attributeTypeMap = [ + { + "name": "effect", + "baseName": "effect", + "type": "string" + }, + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "operator", + "baseName": "operator", + "type": "string" + }, + { + "name": "tolerationSeconds", + "baseName": "tolerationSeconds", + "type": "number" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + } +]; +exports.V1Toleration = V1Toleration; +//# sourceMappingURL=v1Toleration.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Toleration.js.map b/dist/gen/model/v1Toleration.js.map new file mode 100644 index 0000000000..ce8fd088ab --- /dev/null +++ b/dist/gen/model/v1Toleration.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Toleration.js","sourceRoot":"","sources":["../../../src/gen/model/v1Toleration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,YAAY;IAmDrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA/BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,oCAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1TopologySelectorLabelRequirement.d.ts b/dist/gen/model/v1TopologySelectorLabelRequirement.d.ts new file mode 100644 index 0000000000..d3d9116e2e --- /dev/null +++ b/dist/gen/model/v1TopologySelectorLabelRequirement.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future. +*/ +export declare class V1TopologySelectorLabelRequirement { + /** + * The label key that the selector applies to. + */ + 'key': string; + /** + * An array of string values. One value must match the label to be selected. Each entry in Values is ORed. + */ + 'values': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1TopologySelectorLabelRequirement.js b/dist/gen/model/v1TopologySelectorLabelRequirement.js new file mode 100644 index 0000000000..4f2d689a50 --- /dev/null +++ b/dist/gen/model/v1TopologySelectorLabelRequirement.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future. +*/ +class V1TopologySelectorLabelRequirement { + static getAttributeTypeMap() { + return V1TopologySelectorLabelRequirement.attributeTypeMap; + } +} +V1TopologySelectorLabelRequirement.discriminator = undefined; +V1TopologySelectorLabelRequirement.attributeTypeMap = [ + { + "name": "key", + "baseName": "key", + "type": "string" + }, + { + "name": "values", + "baseName": "values", + "type": "Array" + } +]; +exports.V1TopologySelectorLabelRequirement = V1TopologySelectorLabelRequirement; +//# sourceMappingURL=v1TopologySelectorLabelRequirement.js.map \ No newline at end of file diff --git a/dist/gen/model/v1TopologySelectorLabelRequirement.js.map b/dist/gen/model/v1TopologySelectorLabelRequirement.js.map new file mode 100644 index 0000000000..864b835939 --- /dev/null +++ b/dist/gen/model/v1TopologySelectorLabelRequirement.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1TopologySelectorLabelRequirement.js","sourceRoot":"","sources":["../../../src/gen/model/v1TopologySelectorLabelRequirement.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IAwB3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAhBM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAtBf,gFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1TopologySelectorTerm.d.ts b/dist/gen/model/v1TopologySelectorTerm.d.ts new file mode 100644 index 0000000000..4c922af6c1 --- /dev/null +++ b/dist/gen/model/v1TopologySelectorTerm.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1TopologySelectorLabelRequirement } from './v1TopologySelectorLabelRequirement'; +/** +* A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future. +*/ +export declare class V1TopologySelectorTerm { + /** + * A list of topology selector requirements by labels. + */ + 'matchLabelExpressions'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1TopologySelectorTerm.js b/dist/gen/model/v1TopologySelectorTerm.js new file mode 100644 index 0000000000..94c6eeda22 --- /dev/null +++ b/dist/gen/model/v1TopologySelectorTerm.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future. +*/ +class V1TopologySelectorTerm { + static getAttributeTypeMap() { + return V1TopologySelectorTerm.attributeTypeMap; + } +} +V1TopologySelectorTerm.discriminator = undefined; +V1TopologySelectorTerm.attributeTypeMap = [ + { + "name": "matchLabelExpressions", + "baseName": "matchLabelExpressions", + "type": "Array" + } +]; +exports.V1TopologySelectorTerm = V1TopologySelectorTerm; +//# sourceMappingURL=v1TopologySelectorTerm.js.map \ No newline at end of file diff --git a/dist/gen/model/v1TopologySelectorTerm.js.map b/dist/gen/model/v1TopologySelectorTerm.js.map new file mode 100644 index 0000000000..4b76457daf --- /dev/null +++ b/dist/gen/model/v1TopologySelectorTerm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1TopologySelectorTerm.js","sourceRoot":"","sources":["../../../src/gen/model/v1TopologySelectorTerm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,sBAAsB;IAe/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAXM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,2CAA2C;KACtD;CAAK,CAAC;AAbf,wDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1TypedLocalObjectReference.d.ts b/dist/gen/model/v1TypedLocalObjectReference.d.ts new file mode 100644 index 0000000000..d6647d5ac6 --- /dev/null +++ b/dist/gen/model/v1TypedLocalObjectReference.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. +*/ +export declare class V1TypedLocalObjectReference { + /** + * APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. + */ + 'apiGroup'?: string; + /** + * Kind is the type of resource being referenced + */ + 'kind': string; + /** + * Name is the name of resource being referenced + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1TypedLocalObjectReference.js b/dist/gen/model/v1TypedLocalObjectReference.js new file mode 100644 index 0000000000..1b3e8d46f4 --- /dev/null +++ b/dist/gen/model/v1TypedLocalObjectReference.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. +*/ +class V1TypedLocalObjectReference { + static getAttributeTypeMap() { + return V1TypedLocalObjectReference.attributeTypeMap; + } +} +V1TypedLocalObjectReference.discriminator = undefined; +V1TypedLocalObjectReference.attributeTypeMap = [ + { + "name": "apiGroup", + "baseName": "apiGroup", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1TypedLocalObjectReference = V1TypedLocalObjectReference; +//# sourceMappingURL=v1TypedLocalObjectReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1TypedLocalObjectReference.js.map b/dist/gen/model/v1TypedLocalObjectReference.js.map new file mode 100644 index 0000000000..5f548f42af --- /dev/null +++ b/dist/gen/model/v1TypedLocalObjectReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1TypedLocalObjectReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1TypedLocalObjectReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAiCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AArBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,kEAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1UserInfo.d.ts b/dist/gen/model/v1UserInfo.d.ts new file mode 100644 index 0000000000..be73b676e7 --- /dev/null +++ b/dist/gen/model/v1UserInfo.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* UserInfo holds the information about the user needed to implement the user.Info interface. +*/ +export declare class V1UserInfo { + /** + * Any additional information provided by the authenticator. + */ + 'extra'?: { + [key: string]: Array; + }; + /** + * The names of groups this user is a part of. + */ + 'groups'?: Array; + /** + * A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. + */ + 'uid'?: string; + /** + * The name that uniquely identifies this user among all active users. + */ + 'username'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1UserInfo.js b/dist/gen/model/v1UserInfo.js new file mode 100644 index 0000000000..c2461fa5fb --- /dev/null +++ b/dist/gen/model/v1UserInfo.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* UserInfo holds the information about the user needed to implement the user.Info interface. +*/ +class V1UserInfo { + static getAttributeTypeMap() { + return V1UserInfo.attributeTypeMap; + } +} +V1UserInfo.discriminator = undefined; +V1UserInfo.attributeTypeMap = [ + { + "name": "extra", + "baseName": "extra", + "type": "{ [key: string]: Array; }" + }, + { + "name": "groups", + "baseName": "groups", + "type": "Array" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + }, + { + "name": "username", + "baseName": "username", + "type": "string" + } +]; +exports.V1UserInfo = V1UserInfo; +//# sourceMappingURL=v1UserInfo.js.map \ No newline at end of file diff --git a/dist/gen/model/v1UserInfo.js.map b/dist/gen/model/v1UserInfo.js.map new file mode 100644 index 0000000000..55a1ff09eb --- /dev/null +++ b/dist/gen/model/v1UserInfo.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1UserInfo.js","sourceRoot":"","sources":["../../../src/gen/model/v1UserInfo.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,UAAU;IA0CnB,MAAM,CAAC,mBAAmB;QACtB,OAAO,UAAU,CAAC,gBAAgB,CAAC;IACvC,CAAC;;AA1BM,wBAAa,GAAuB,SAAS,CAAC;AAE9C,2BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,gCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1Volume.d.ts b/dist/gen/model/v1Volume.d.ts new file mode 100644 index 0000000000..ae864a883c --- /dev/null +++ b/dist/gen/model/v1Volume.d.ts @@ -0,0 +1,87 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1AWSElasticBlockStoreVolumeSource } from './v1AWSElasticBlockStoreVolumeSource'; +import { V1AzureDiskVolumeSource } from './v1AzureDiskVolumeSource'; +import { V1AzureFileVolumeSource } from './v1AzureFileVolumeSource'; +import { V1CSIVolumeSource } from './v1CSIVolumeSource'; +import { V1CephFSVolumeSource } from './v1CephFSVolumeSource'; +import { V1CinderVolumeSource } from './v1CinderVolumeSource'; +import { V1ConfigMapVolumeSource } from './v1ConfigMapVolumeSource'; +import { V1DownwardAPIVolumeSource } from './v1DownwardAPIVolumeSource'; +import { V1EmptyDirVolumeSource } from './v1EmptyDirVolumeSource'; +import { V1FCVolumeSource } from './v1FCVolumeSource'; +import { V1FlexVolumeSource } from './v1FlexVolumeSource'; +import { V1FlockerVolumeSource } from './v1FlockerVolumeSource'; +import { V1GCEPersistentDiskVolumeSource } from './v1GCEPersistentDiskVolumeSource'; +import { V1GitRepoVolumeSource } from './v1GitRepoVolumeSource'; +import { V1GlusterfsVolumeSource } from './v1GlusterfsVolumeSource'; +import { V1HostPathVolumeSource } from './v1HostPathVolumeSource'; +import { V1ISCSIVolumeSource } from './v1ISCSIVolumeSource'; +import { V1NFSVolumeSource } from './v1NFSVolumeSource'; +import { V1PersistentVolumeClaimVolumeSource } from './v1PersistentVolumeClaimVolumeSource'; +import { V1PhotonPersistentDiskVolumeSource } from './v1PhotonPersistentDiskVolumeSource'; +import { V1PortworxVolumeSource } from './v1PortworxVolumeSource'; +import { V1ProjectedVolumeSource } from './v1ProjectedVolumeSource'; +import { V1QuobyteVolumeSource } from './v1QuobyteVolumeSource'; +import { V1RBDVolumeSource } from './v1RBDVolumeSource'; +import { V1ScaleIOVolumeSource } from './v1ScaleIOVolumeSource'; +import { V1SecretVolumeSource } from './v1SecretVolumeSource'; +import { V1StorageOSVolumeSource } from './v1StorageOSVolumeSource'; +import { V1VsphereVirtualDiskVolumeSource } from './v1VsphereVirtualDiskVolumeSource'; +/** +* Volume represents a named volume in a pod that may be accessed by any container in the pod. +*/ +export declare class V1Volume { + 'awsElasticBlockStore'?: V1AWSElasticBlockStoreVolumeSource; + 'azureDisk'?: V1AzureDiskVolumeSource; + 'azureFile'?: V1AzureFileVolumeSource; + 'cephfs'?: V1CephFSVolumeSource; + 'cinder'?: V1CinderVolumeSource; + 'configMap'?: V1ConfigMapVolumeSource; + 'csi'?: V1CSIVolumeSource; + 'downwardAPI'?: V1DownwardAPIVolumeSource; + 'emptyDir'?: V1EmptyDirVolumeSource; + 'fc'?: V1FCVolumeSource; + 'flexVolume'?: V1FlexVolumeSource; + 'flocker'?: V1FlockerVolumeSource; + 'gcePersistentDisk'?: V1GCEPersistentDiskVolumeSource; + 'gitRepo'?: V1GitRepoVolumeSource; + 'glusterfs'?: V1GlusterfsVolumeSource; + 'hostPath'?: V1HostPathVolumeSource; + 'iscsi'?: V1ISCSIVolumeSource; + /** + * Volume\'s name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + */ + 'name': string; + 'nfs'?: V1NFSVolumeSource; + 'persistentVolumeClaim'?: V1PersistentVolumeClaimVolumeSource; + 'photonPersistentDisk'?: V1PhotonPersistentDiskVolumeSource; + 'portworxVolume'?: V1PortworxVolumeSource; + 'projected'?: V1ProjectedVolumeSource; + 'quobyte'?: V1QuobyteVolumeSource; + 'rbd'?: V1RBDVolumeSource; + 'scaleIO'?: V1ScaleIOVolumeSource; + 'secret'?: V1SecretVolumeSource; + 'storageos'?: V1StorageOSVolumeSource; + 'vsphereVolume'?: V1VsphereVirtualDiskVolumeSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1Volume.js b/dist/gen/model/v1Volume.js new file mode 100644 index 0000000000..3b3f63efc1 --- /dev/null +++ b/dist/gen/model/v1Volume.js @@ -0,0 +1,171 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Volume represents a named volume in a pod that may be accessed by any container in the pod. +*/ +class V1Volume { + static getAttributeTypeMap() { + return V1Volume.attributeTypeMap; + } +} +V1Volume.discriminator = undefined; +V1Volume.attributeTypeMap = [ + { + "name": "awsElasticBlockStore", + "baseName": "awsElasticBlockStore", + "type": "V1AWSElasticBlockStoreVolumeSource" + }, + { + "name": "azureDisk", + "baseName": "azureDisk", + "type": "V1AzureDiskVolumeSource" + }, + { + "name": "azureFile", + "baseName": "azureFile", + "type": "V1AzureFileVolumeSource" + }, + { + "name": "cephfs", + "baseName": "cephfs", + "type": "V1CephFSVolumeSource" + }, + { + "name": "cinder", + "baseName": "cinder", + "type": "V1CinderVolumeSource" + }, + { + "name": "configMap", + "baseName": "configMap", + "type": "V1ConfigMapVolumeSource" + }, + { + "name": "csi", + "baseName": "csi", + "type": "V1CSIVolumeSource" + }, + { + "name": "downwardAPI", + "baseName": "downwardAPI", + "type": "V1DownwardAPIVolumeSource" + }, + { + "name": "emptyDir", + "baseName": "emptyDir", + "type": "V1EmptyDirVolumeSource" + }, + { + "name": "fc", + "baseName": "fc", + "type": "V1FCVolumeSource" + }, + { + "name": "flexVolume", + "baseName": "flexVolume", + "type": "V1FlexVolumeSource" + }, + { + "name": "flocker", + "baseName": "flocker", + "type": "V1FlockerVolumeSource" + }, + { + "name": "gcePersistentDisk", + "baseName": "gcePersistentDisk", + "type": "V1GCEPersistentDiskVolumeSource" + }, + { + "name": "gitRepo", + "baseName": "gitRepo", + "type": "V1GitRepoVolumeSource" + }, + { + "name": "glusterfs", + "baseName": "glusterfs", + "type": "V1GlusterfsVolumeSource" + }, + { + "name": "hostPath", + "baseName": "hostPath", + "type": "V1HostPathVolumeSource" + }, + { + "name": "iscsi", + "baseName": "iscsi", + "type": "V1ISCSIVolumeSource" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "nfs", + "baseName": "nfs", + "type": "V1NFSVolumeSource" + }, + { + "name": "persistentVolumeClaim", + "baseName": "persistentVolumeClaim", + "type": "V1PersistentVolumeClaimVolumeSource" + }, + { + "name": "photonPersistentDisk", + "baseName": "photonPersistentDisk", + "type": "V1PhotonPersistentDiskVolumeSource" + }, + { + "name": "portworxVolume", + "baseName": "portworxVolume", + "type": "V1PortworxVolumeSource" + }, + { + "name": "projected", + "baseName": "projected", + "type": "V1ProjectedVolumeSource" + }, + { + "name": "quobyte", + "baseName": "quobyte", + "type": "V1QuobyteVolumeSource" + }, + { + "name": "rbd", + "baseName": "rbd", + "type": "V1RBDVolumeSource" + }, + { + "name": "scaleIO", + "baseName": "scaleIO", + "type": "V1ScaleIOVolumeSource" + }, + { + "name": "secret", + "baseName": "secret", + "type": "V1SecretVolumeSource" + }, + { + "name": "storageos", + "baseName": "storageos", + "type": "V1StorageOSVolumeSource" + }, + { + "name": "vsphereVolume", + "baseName": "vsphereVolume", + "type": "V1VsphereVirtualDiskVolumeSource" + } +]; +exports.V1Volume = V1Volume; +//# sourceMappingURL=v1Volume.js.map \ No newline at end of file diff --git a/dist/gen/model/v1Volume.js.map b/dist/gen/model/v1Volume.js.map new file mode 100644 index 0000000000..14293570c6 --- /dev/null +++ b/dist/gen/model/v1Volume.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1Volume.js","sourceRoot":"","sources":["../../../src/gen/model/v1Volume.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AA+BH;;EAEE;AACF,MAAa,QAAQ;IAuLjB,MAAM,CAAC,mBAAmB;QACtB,OAAO,QAAQ,CAAC,gBAAgB,CAAC;IACrC,CAAC;;AAvJM,sBAAa,GAAuB,SAAS,CAAC;AAE9C,yBAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,qCAAqC;KAChD;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC;AArLf,4BA0LC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachment.d.ts b/dist/gen/model/v1VolumeAttachment.d.ts new file mode 100644 index 0000000000..2e5e2bd9b7 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachment.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1VolumeAttachmentSpec } from './v1VolumeAttachmentSpec'; +import { V1VolumeAttachmentStatus } from './v1VolumeAttachmentStatus'; +/** +* VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced. +*/ +export declare class V1VolumeAttachment { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1VolumeAttachmentSpec; + 'status'?: V1VolumeAttachmentStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeAttachment.js b/dist/gen/model/v1VolumeAttachment.js new file mode 100644 index 0000000000..e597413ae9 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachment.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced. +*/ +class V1VolumeAttachment { + static getAttributeTypeMap() { + return V1VolumeAttachment.attributeTypeMap; + } +} +V1VolumeAttachment.discriminator = undefined; +V1VolumeAttachment.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1VolumeAttachmentSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1VolumeAttachmentStatus" + } +]; +exports.V1VolumeAttachment = V1VolumeAttachment; +//# sourceMappingURL=v1VolumeAttachment.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachment.js.map b/dist/gen/model/v1VolumeAttachment.js.map new file mode 100644 index 0000000000..181596a990 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeAttachment.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeAttachment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,kBAAkB;IA0C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAxCf,gDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentList.d.ts b/dist/gen/model/v1VolumeAttachmentList.d.ts new file mode 100644 index 0000000000..b5bc77b0f5 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1VolumeAttachment } from './v1VolumeAttachment'; +/** +* VolumeAttachmentList is a collection of VolumeAttachment objects. +*/ +export declare class V1VolumeAttachmentList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of VolumeAttachments + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeAttachmentList.js b/dist/gen/model/v1VolumeAttachmentList.js new file mode 100644 index 0000000000..34f5e5d529 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentList is a collection of VolumeAttachment objects. +*/ +class V1VolumeAttachmentList { + static getAttributeTypeMap() { + return V1VolumeAttachmentList.attributeTypeMap; + } +} +V1VolumeAttachmentList.discriminator = undefined; +V1VolumeAttachmentList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1VolumeAttachmentList = V1VolumeAttachmentList; +//# sourceMappingURL=v1VolumeAttachmentList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentList.js.map b/dist/gen/model/v1VolumeAttachmentList.js.map new file mode 100644 index 0000000000..4009d4133e --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeAttachmentList.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeAttachmentList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sBAAsB;IAuC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA1BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,wDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentSource.d.ts b/dist/gen/model/v1VolumeAttachmentSource.d.ts new file mode 100644 index 0000000000..44502f33aa --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentSource.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PersistentVolumeSpec } from './v1PersistentVolumeSpec'; +/** +* VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +*/ +export declare class V1VolumeAttachmentSource { + 'inlineVolumeSpec'?: V1PersistentVolumeSpec; + /** + * Name of the persistent volume to attach. + */ + 'persistentVolumeName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeAttachmentSource.js b/dist/gen/model/v1VolumeAttachmentSource.js new file mode 100644 index 0000000000..77c2ba5888 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +*/ +class V1VolumeAttachmentSource { + static getAttributeTypeMap() { + return V1VolumeAttachmentSource.attributeTypeMap; + } +} +V1VolumeAttachmentSource.discriminator = undefined; +V1VolumeAttachmentSource.attributeTypeMap = [ + { + "name": "inlineVolumeSpec", + "baseName": "inlineVolumeSpec", + "type": "V1PersistentVolumeSpec" + }, + { + "name": "persistentVolumeName", + "baseName": "persistentVolumeName", + "type": "string" + } +]; +exports.V1VolumeAttachmentSource = V1VolumeAttachmentSource; +//# sourceMappingURL=v1VolumeAttachmentSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentSource.js.map b/dist/gen/model/v1VolumeAttachmentSource.js.map new file mode 100644 index 0000000000..0dcefbae23 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeAttachmentSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeAttachmentSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,wBAAwB;IAqBjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhBM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,4DAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentSpec.d.ts b/dist/gen/model/v1VolumeAttachmentSpec.d.ts new file mode 100644 index 0000000000..9e3aa02a90 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentSpec.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1VolumeAttachmentSource } from './v1VolumeAttachmentSource'; +/** +* VolumeAttachmentSpec is the specification of a VolumeAttachment request. +*/ +export declare class V1VolumeAttachmentSpec { + /** + * Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). + */ + 'attacher': string; + /** + * The node that the volume should be attached to. + */ + 'nodeName': string; + 'source': V1VolumeAttachmentSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeAttachmentSpec.js b/dist/gen/model/v1VolumeAttachmentSpec.js new file mode 100644 index 0000000000..79e3eec9c0 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentSpec.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentSpec is the specification of a VolumeAttachment request. +*/ +class V1VolumeAttachmentSpec { + static getAttributeTypeMap() { + return V1VolumeAttachmentSpec.attributeTypeMap; + } +} +V1VolumeAttachmentSpec.discriminator = undefined; +V1VolumeAttachmentSpec.attributeTypeMap = [ + { + "name": "attacher", + "baseName": "attacher", + "type": "string" + }, + { + "name": "nodeName", + "baseName": "nodeName", + "type": "string" + }, + { + "name": "source", + "baseName": "source", + "type": "V1VolumeAttachmentSource" + } +]; +exports.V1VolumeAttachmentSpec = V1VolumeAttachmentSpec; +//# sourceMappingURL=v1VolumeAttachmentSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentSpec.js.map b/dist/gen/model/v1VolumeAttachmentSpec.js.map new file mode 100644 index 0000000000..7dfd7e23eb --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeAttachmentSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeAttachmentSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,sBAAsB;IA8B/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AArBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AA5Bf,wDAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentStatus.d.ts b/dist/gen/model/v1VolumeAttachmentStatus.d.ts new file mode 100644 index 0000000000..d8c59c150b --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentStatus.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1VolumeError } from './v1VolumeError'; +/** +* VolumeAttachmentStatus is the status of a VolumeAttachment request. +*/ +export declare class V1VolumeAttachmentStatus { + 'attachError'?: V1VolumeError; + /** + * Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + */ + 'attached': boolean; + /** + * Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + */ + 'attachmentMetadata'?: { + [key: string]: string; + }; + 'detachError'?: V1VolumeError; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeAttachmentStatus.js b/dist/gen/model/v1VolumeAttachmentStatus.js new file mode 100644 index 0000000000..663ea10e4c --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentStatus is the status of a VolumeAttachment request. +*/ +class V1VolumeAttachmentStatus { + static getAttributeTypeMap() { + return V1VolumeAttachmentStatus.attributeTypeMap; + } +} +V1VolumeAttachmentStatus.discriminator = undefined; +V1VolumeAttachmentStatus.attributeTypeMap = [ + { + "name": "attachError", + "baseName": "attachError", + "type": "V1VolumeError" + }, + { + "name": "attached", + "baseName": "attached", + "type": "boolean" + }, + { + "name": "attachmentMetadata", + "baseName": "attachmentMetadata", + "type": "{ [key: string]: string; }" + }, + { + "name": "detachError", + "baseName": "detachError", + "type": "V1VolumeError" + } +]; +exports.V1VolumeAttachmentStatus = V1VolumeAttachmentStatus; +//# sourceMappingURL=v1VolumeAttachmentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeAttachmentStatus.js.map b/dist/gen/model/v1VolumeAttachmentStatus.js.map new file mode 100644 index 0000000000..82d6685879 --- /dev/null +++ b/dist/gen/model/v1VolumeAttachmentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeAttachmentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeAttachmentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,wBAAwB;IAoCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAlCf,4DAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeDevice.d.ts b/dist/gen/model/v1VolumeDevice.d.ts new file mode 100644 index 0000000000..b186ae3324 --- /dev/null +++ b/dist/gen/model/v1VolumeDevice.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* volumeDevice describes a mapping of a raw block device within a container. +*/ +export declare class V1VolumeDevice { + /** + * devicePath is the path inside of the container that the device will be mapped to. + */ + 'devicePath': string; + /** + * name must match the name of a persistentVolumeClaim in the pod + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeDevice.js b/dist/gen/model/v1VolumeDevice.js new file mode 100644 index 0000000000..f9752d3c9d --- /dev/null +++ b/dist/gen/model/v1VolumeDevice.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* volumeDevice describes a mapping of a raw block device within a container. +*/ +class V1VolumeDevice { + static getAttributeTypeMap() { + return V1VolumeDevice.attributeTypeMap; + } +} +V1VolumeDevice.discriminator = undefined; +V1VolumeDevice.attributeTypeMap = [ + { + "name": "devicePath", + "baseName": "devicePath", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1VolumeDevice = V1VolumeDevice; +//# sourceMappingURL=v1VolumeDevice.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeDevice.js.map b/dist/gen/model/v1VolumeDevice.js.map new file mode 100644 index 0000000000..84bbe795f1 --- /dev/null +++ b/dist/gen/model/v1VolumeDevice.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeDevice.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeDevice.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IAwBvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAhBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeError.d.ts b/dist/gen/model/v1VolumeError.d.ts new file mode 100644 index 0000000000..5fe0c02a1c --- /dev/null +++ b/dist/gen/model/v1VolumeError.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* VolumeError captures an error encountered during a volume operation. +*/ +export declare class V1VolumeError { + /** + * String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. + */ + 'message'?: string; + /** + * Time the error was encountered. + */ + 'time'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeError.js b/dist/gen/model/v1VolumeError.js new file mode 100644 index 0000000000..eb671a1706 --- /dev/null +++ b/dist/gen/model/v1VolumeError.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeError captures an error encountered during a volume operation. +*/ +class V1VolumeError { + static getAttributeTypeMap() { + return V1VolumeError.attributeTypeMap; + } +} +V1VolumeError.discriminator = undefined; +V1VolumeError.attributeTypeMap = [ + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "time", + "baseName": "time", + "type": "Date" + } +]; +exports.V1VolumeError = V1VolumeError; +//# sourceMappingURL=v1VolumeError.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeError.js.map b/dist/gen/model/v1VolumeError.js.map new file mode 100644 index 0000000000..d129726e96 --- /dev/null +++ b/dist/gen/model/v1VolumeError.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeError.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeError.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IAwBtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AAhBM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAtBf,sCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeMount.d.ts b/dist/gen/model/v1VolumeMount.d.ts new file mode 100644 index 0000000000..34668cc9bd --- /dev/null +++ b/dist/gen/model/v1VolumeMount.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* VolumeMount describes a mounting of a Volume within a container. +*/ +export declare class V1VolumeMount { + /** + * Path within the container at which the volume should be mounted. Must not contain \':\'. + */ + 'mountPath': string; + /** + * mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. + */ + 'mountPropagation'?: string; + /** + * This must match the Name of a Volume. + */ + 'name': string; + /** + * Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. + */ + 'readOnly'?: boolean; + /** + * Path within the volume from which the container\'s volume should be mounted. Defaults to \"\" (volume\'s root). + */ + 'subPath'?: string; + /** + * Expanded path within the volume from which the container\'s volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container\'s environment. Defaults to \"\" (volume\'s root). SubPathExpr and SubPath are mutually exclusive. This field is beta in 1.15. + */ + 'subPathExpr'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeMount.js b/dist/gen/model/v1VolumeMount.js new file mode 100644 index 0000000000..4820e5aca7 --- /dev/null +++ b/dist/gen/model/v1VolumeMount.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeMount describes a mounting of a Volume within a container. +*/ +class V1VolumeMount { + static getAttributeTypeMap() { + return V1VolumeMount.attributeTypeMap; + } +} +V1VolumeMount.discriminator = undefined; +V1VolumeMount.attributeTypeMap = [ + { + "name": "mountPath", + "baseName": "mountPath", + "type": "string" + }, + { + "name": "mountPropagation", + "baseName": "mountPropagation", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "readOnly", + "baseName": "readOnly", + "type": "boolean" + }, + { + "name": "subPath", + "baseName": "subPath", + "type": "string" + }, + { + "name": "subPathExpr", + "baseName": "subPathExpr", + "type": "string" + } +]; +exports.V1VolumeMount = V1VolumeMount; +//# sourceMappingURL=v1VolumeMount.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeMount.js.map b/dist/gen/model/v1VolumeMount.js.map new file mode 100644 index 0000000000..30a2b734d6 --- /dev/null +++ b/dist/gen/model/v1VolumeMount.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeMount.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeMount.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,aAAa;IA4DtB,MAAM,CAAC,mBAAmB;QACtB,OAAO,aAAa,CAAC,gBAAgB,CAAC;IAC1C,CAAC;;AApCM,2BAAa,GAAuB,SAAS,CAAC;AAE9C,8BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,sCA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeNodeAffinity.d.ts b/dist/gen/model/v1VolumeNodeAffinity.d.ts new file mode 100644 index 0000000000..10410cdc9b --- /dev/null +++ b/dist/gen/model/v1VolumeNodeAffinity.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1NodeSelector } from './v1NodeSelector'; +/** +* VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from. +*/ +export declare class V1VolumeNodeAffinity { + 'required'?: V1NodeSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeNodeAffinity.js b/dist/gen/model/v1VolumeNodeAffinity.js new file mode 100644 index 0000000000..48c055f80b --- /dev/null +++ b/dist/gen/model/v1VolumeNodeAffinity.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from. +*/ +class V1VolumeNodeAffinity { + static getAttributeTypeMap() { + return V1VolumeNodeAffinity.attributeTypeMap; + } +} +V1VolumeNodeAffinity.discriminator = undefined; +V1VolumeNodeAffinity.attributeTypeMap = [ + { + "name": "required", + "baseName": "required", + "type": "V1NodeSelector" + } +]; +exports.V1VolumeNodeAffinity = V1VolumeNodeAffinity; +//# sourceMappingURL=v1VolumeNodeAffinity.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeNodeAffinity.js.map b/dist/gen/model/v1VolumeNodeAffinity.js.map new file mode 100644 index 0000000000..873bcb759f --- /dev/null +++ b/dist/gen/model/v1VolumeNodeAffinity.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeNodeAffinity.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeNodeAffinity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IAY7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAXM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,gBAAgB;KAC3B;CAAK,CAAC;AAVf,oDAeC"} \ No newline at end of file diff --git a/dist/gen/model/v1VolumeProjection.d.ts b/dist/gen/model/v1VolumeProjection.d.ts new file mode 100644 index 0000000000..51adc83405 --- /dev/null +++ b/dist/gen/model/v1VolumeProjection.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ConfigMapProjection } from './v1ConfigMapProjection'; +import { V1DownwardAPIProjection } from './v1DownwardAPIProjection'; +import { V1SecretProjection } from './v1SecretProjection'; +import { V1ServiceAccountTokenProjection } from './v1ServiceAccountTokenProjection'; +/** +* Projection that may be projected along with other supported volume types +*/ +export declare class V1VolumeProjection { + 'configMap'?: V1ConfigMapProjection; + 'downwardAPI'?: V1DownwardAPIProjection; + 'secret'?: V1SecretProjection; + 'serviceAccountToken'?: V1ServiceAccountTokenProjection; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VolumeProjection.js b/dist/gen/model/v1VolumeProjection.js new file mode 100644 index 0000000000..793fd284c7 --- /dev/null +++ b/dist/gen/model/v1VolumeProjection.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Projection that may be projected along with other supported volume types +*/ +class V1VolumeProjection { + static getAttributeTypeMap() { + return V1VolumeProjection.attributeTypeMap; + } +} +V1VolumeProjection.discriminator = undefined; +V1VolumeProjection.attributeTypeMap = [ + { + "name": "configMap", + "baseName": "configMap", + "type": "V1ConfigMapProjection" + }, + { + "name": "downwardAPI", + "baseName": "downwardAPI", + "type": "V1DownwardAPIProjection" + }, + { + "name": "secret", + "baseName": "secret", + "type": "V1SecretProjection" + }, + { + "name": "serviceAccountToken", + "baseName": "serviceAccountToken", + "type": "V1ServiceAccountTokenProjection" + } +]; +exports.V1VolumeProjection = V1VolumeProjection; +//# sourceMappingURL=v1VolumeProjection.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VolumeProjection.js.map b/dist/gen/model/v1VolumeProjection.js.map new file mode 100644 index 0000000000..431b0d4308 --- /dev/null +++ b/dist/gen/model/v1VolumeProjection.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VolumeProjection.js","sourceRoot":"","sources":["../../../src/gen/model/v1VolumeProjection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,kBAAkB;IA8B3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA1BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AA5Bf,gDAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1VsphereVirtualDiskVolumeSource.d.ts b/dist/gen/model/v1VsphereVirtualDiskVolumeSource.d.ts new file mode 100644 index 0000000000..cb069cc67f --- /dev/null +++ b/dist/gen/model/v1VsphereVirtualDiskVolumeSource.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Represents a vSphere volume resource. +*/ +export declare class V1VsphereVirtualDiskVolumeSource { + /** + * Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. + */ + 'fsType'?: string; + /** + * Storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. + */ + 'storagePolicyID'?: string; + /** + * Storage Policy Based Management (SPBM) profile name. + */ + 'storagePolicyName'?: string; + /** + * Path that identifies vSphere volume vmdk + */ + 'volumePath': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1VsphereVirtualDiskVolumeSource.js b/dist/gen/model/v1VsphereVirtualDiskVolumeSource.js new file mode 100644 index 0000000000..dac017ae29 --- /dev/null +++ b/dist/gen/model/v1VsphereVirtualDiskVolumeSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Represents a vSphere volume resource. +*/ +class V1VsphereVirtualDiskVolumeSource { + static getAttributeTypeMap() { + return V1VsphereVirtualDiskVolumeSource.attributeTypeMap; + } +} +V1VsphereVirtualDiskVolumeSource.discriminator = undefined; +V1VsphereVirtualDiskVolumeSource.attributeTypeMap = [ + { + "name": "fsType", + "baseName": "fsType", + "type": "string" + }, + { + "name": "storagePolicyID", + "baseName": "storagePolicyID", + "type": "string" + }, + { + "name": "storagePolicyName", + "baseName": "storagePolicyName", + "type": "string" + }, + { + "name": "volumePath", + "baseName": "volumePath", + "type": "string" + } +]; +exports.V1VsphereVirtualDiskVolumeSource = V1VsphereVirtualDiskVolumeSource; +//# sourceMappingURL=v1VsphereVirtualDiskVolumeSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1VsphereVirtualDiskVolumeSource.js.map b/dist/gen/model/v1VsphereVirtualDiskVolumeSource.js.map new file mode 100644 index 0000000000..a8e9236bf1 --- /dev/null +++ b/dist/gen/model/v1VsphereVirtualDiskVolumeSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1VsphereVirtualDiskVolumeSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1VsphereVirtualDiskVolumeSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gCAAgC;IA0CzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA1BM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,4EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1WatchEvent.d.ts b/dist/gen/model/v1WatchEvent.d.ts new file mode 100644 index 0000000000..0b88051af2 --- /dev/null +++ b/dist/gen/model/v1WatchEvent.d.ts @@ -0,0 +1,30 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { RuntimeRawExtension } from './runtimeRawExtension'; +/** +* Event represents a single event to a watched resource. +*/ +export declare class V1WatchEvent { + 'object': RuntimeRawExtension; + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1WatchEvent.js b/dist/gen/model/v1WatchEvent.js new file mode 100644 index 0000000000..6fba770789 --- /dev/null +++ b/dist/gen/model/v1WatchEvent.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Event represents a single event to a watched resource. +*/ +class V1WatchEvent { + static getAttributeTypeMap() { + return V1WatchEvent.attributeTypeMap; + } +} +V1WatchEvent.discriminator = undefined; +V1WatchEvent.attributeTypeMap = [ + { + "name": "object", + "baseName": "object", + "type": "RuntimeRawExtension" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1WatchEvent = V1WatchEvent; +//# sourceMappingURL=v1WatchEvent.js.map \ No newline at end of file diff --git a/dist/gen/model/v1WatchEvent.js.map b/dist/gen/model/v1WatchEvent.js.map new file mode 100644 index 0000000000..58321619d4 --- /dev/null +++ b/dist/gen/model/v1WatchEvent.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1WatchEvent.js","sourceRoot":"","sources":["../../../src/gen/model/v1WatchEvent.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,YAAY;IAkBrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AAhBM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhBf,oCAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1WeightedPodAffinityTerm.d.ts b/dist/gen/model/v1WeightedPodAffinityTerm.d.ts new file mode 100644 index 0000000000..4bb0d39e6b --- /dev/null +++ b/dist/gen/model/v1WeightedPodAffinityTerm.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PodAffinityTerm } from './v1PodAffinityTerm'; +/** +* The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) +*/ +export declare class V1WeightedPodAffinityTerm { + 'podAffinityTerm': V1PodAffinityTerm; + /** + * weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + */ + 'weight': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1WeightedPodAffinityTerm.js b/dist/gen/model/v1WeightedPodAffinityTerm.js new file mode 100644 index 0000000000..811e1a8f6d --- /dev/null +++ b/dist/gen/model/v1WeightedPodAffinityTerm.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) +*/ +class V1WeightedPodAffinityTerm { + static getAttributeTypeMap() { + return V1WeightedPodAffinityTerm.attributeTypeMap; + } +} +V1WeightedPodAffinityTerm.discriminator = undefined; +V1WeightedPodAffinityTerm.attributeTypeMap = [ + { + "name": "podAffinityTerm", + "baseName": "podAffinityTerm", + "type": "V1PodAffinityTerm" + }, + { + "name": "weight", + "baseName": "weight", + "type": "number" + } +]; +exports.V1WeightedPodAffinityTerm = V1WeightedPodAffinityTerm; +//# sourceMappingURL=v1WeightedPodAffinityTerm.js.map \ No newline at end of file diff --git a/dist/gen/model/v1WeightedPodAffinityTerm.js.map b/dist/gen/model/v1WeightedPodAffinityTerm.js.map new file mode 100644 index 0000000000..99e7bbf638 --- /dev/null +++ b/dist/gen/model/v1WeightedPodAffinityTerm.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1WeightedPodAffinityTerm.js","sourceRoot":"","sources":["../../../src/gen/model/v1WeightedPodAffinityTerm.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,yBAAyB;IAqBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,8DAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1WindowsSecurityContextOptions.d.ts b/dist/gen/model/v1WindowsSecurityContextOptions.d.ts new file mode 100644 index 0000000000..c101b5f982 --- /dev/null +++ b/dist/gen/model/v1WindowsSecurityContextOptions.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* WindowsSecurityContextOptions contain Windows-specific options and credentials. +*/ +export declare class V1WindowsSecurityContextOptions { + /** + * GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag. + */ + 'gmsaCredentialSpec'?: string; + /** + * GMSACredentialSpecName is the name of the GMSA credential spec to use. This field is alpha-level and is only honored by servers that enable the WindowsGMSA feature flag. + */ + 'gmsaCredentialSpecName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1WindowsSecurityContextOptions.js b/dist/gen/model/v1WindowsSecurityContextOptions.js new file mode 100644 index 0000000000..a97d7aceab --- /dev/null +++ b/dist/gen/model/v1WindowsSecurityContextOptions.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* WindowsSecurityContextOptions contain Windows-specific options and credentials. +*/ +class V1WindowsSecurityContextOptions { + static getAttributeTypeMap() { + return V1WindowsSecurityContextOptions.attributeTypeMap; + } +} +V1WindowsSecurityContextOptions.discriminator = undefined; +V1WindowsSecurityContextOptions.attributeTypeMap = [ + { + "name": "gmsaCredentialSpec", + "baseName": "gmsaCredentialSpec", + "type": "string" + }, + { + "name": "gmsaCredentialSpecName", + "baseName": "gmsaCredentialSpecName", + "type": "string" + } +]; +exports.V1WindowsSecurityContextOptions = V1WindowsSecurityContextOptions; +//# sourceMappingURL=v1WindowsSecurityContextOptions.js.map \ No newline at end of file diff --git a/dist/gen/model/v1WindowsSecurityContextOptions.js.map b/dist/gen/model/v1WindowsSecurityContextOptions.js.map new file mode 100644 index 0000000000..861fc04300 --- /dev/null +++ b/dist/gen/model/v1WindowsSecurityContextOptions.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1WindowsSecurityContextOptions.js","sourceRoot":"","sources":["../../../src/gen/model/v1WindowsSecurityContextOptions.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,+BAA+B;IAwBxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAhBM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,0EA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AggregationRule.d.ts b/dist/gen/model/v1alpha1AggregationRule.d.ts new file mode 100644 index 0000000000..925676b39b --- /dev/null +++ b/dist/gen/model/v1alpha1AggregationRule.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +*/ +export declare class V1alpha1AggregationRule { + /** + * ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole\'s permissions will be added + */ + 'clusterRoleSelectors'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1AggregationRule.js b/dist/gen/model/v1alpha1AggregationRule.js new file mode 100644 index 0000000000..ec295ff9ef --- /dev/null +++ b/dist/gen/model/v1alpha1AggregationRule.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +*/ +class V1alpha1AggregationRule { + static getAttributeTypeMap() { + return V1alpha1AggregationRule.attributeTypeMap; + } +} +V1alpha1AggregationRule.discriminator = undefined; +V1alpha1AggregationRule.attributeTypeMap = [ + { + "name": "clusterRoleSelectors", + "baseName": "clusterRoleSelectors", + "type": "Array" + } +]; +exports.V1alpha1AggregationRule = V1alpha1AggregationRule; +//# sourceMappingURL=v1alpha1AggregationRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AggregationRule.js.map b/dist/gen/model/v1alpha1AggregationRule.js.map new file mode 100644 index 0000000000..d2ba2fe0d5 --- /dev/null +++ b/dist/gen/model/v1alpha1AggregationRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1AggregationRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1AggregationRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IAehC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAXM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAbf,0DAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AuditSink.d.ts b/dist/gen/model/v1alpha1AuditSink.d.ts new file mode 100644 index 0000000000..c6797746a3 --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSink.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1AuditSinkSpec } from './v1alpha1AuditSinkSpec'; +/** +* AuditSink represents a cluster level audit sink +*/ +export declare class V1alpha1AuditSink { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1alpha1AuditSinkSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1AuditSink.js b/dist/gen/model/v1alpha1AuditSink.js new file mode 100644 index 0000000000..1496503745 --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSink.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AuditSink represents a cluster level audit sink +*/ +class V1alpha1AuditSink { + static getAttributeTypeMap() { + return V1alpha1AuditSink.attributeTypeMap; + } +} +V1alpha1AuditSink.discriminator = undefined; +V1alpha1AuditSink.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1alpha1AuditSinkSpec" + } +]; +exports.V1alpha1AuditSink = V1alpha1AuditSink; +//# sourceMappingURL=v1alpha1AuditSink.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AuditSink.js.map b/dist/gen/model/v1alpha1AuditSink.js.map new file mode 100644 index 0000000000..13c9eafecd --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSink.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1AuditSink.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1AuditSink.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAoC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AAlCf,8CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AuditSinkList.d.ts b/dist/gen/model/v1alpha1AuditSinkList.d.ts new file mode 100644 index 0000000000..8053191349 --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSinkList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1AuditSink } from './v1alpha1AuditSink'; +/** +* AuditSinkList is a list of AuditSink items. +*/ +export declare class V1alpha1AuditSinkList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of audit configurations. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1AuditSinkList.js b/dist/gen/model/v1alpha1AuditSinkList.js new file mode 100644 index 0000000000..5f6d65b691 --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSinkList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AuditSinkList is a list of AuditSink items. +*/ +class V1alpha1AuditSinkList { + static getAttributeTypeMap() { + return V1alpha1AuditSinkList.attributeTypeMap; + } +} +V1alpha1AuditSinkList.discriminator = undefined; +V1alpha1AuditSinkList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1AuditSinkList = V1alpha1AuditSinkList; +//# sourceMappingURL=v1alpha1AuditSinkList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AuditSinkList.js.map b/dist/gen/model/v1alpha1AuditSinkList.js.map new file mode 100644 index 0000000000..d05c0d2872 --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSinkList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1AuditSinkList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1AuditSinkList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAuC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AuditSinkSpec.d.ts b/dist/gen/model/v1alpha1AuditSinkSpec.d.ts new file mode 100644 index 0000000000..82890377dc --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSinkSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1alpha1Policy } from './v1alpha1Policy'; +import { V1alpha1Webhook } from './v1alpha1Webhook'; +/** +* AuditSinkSpec holds the spec for the audit sink +*/ +export declare class V1alpha1AuditSinkSpec { + 'policy': V1alpha1Policy; + 'webhook': V1alpha1Webhook; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1AuditSinkSpec.js b/dist/gen/model/v1alpha1AuditSinkSpec.js new file mode 100644 index 0000000000..1b90ffb1b5 --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSinkSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AuditSinkSpec holds the spec for the audit sink +*/ +class V1alpha1AuditSinkSpec { + static getAttributeTypeMap() { + return V1alpha1AuditSinkSpec.attributeTypeMap; + } +} +V1alpha1AuditSinkSpec.discriminator = undefined; +V1alpha1AuditSinkSpec.attributeTypeMap = [ + { + "name": "policy", + "baseName": "policy", + "type": "V1alpha1Policy" + }, + { + "name": "webhook", + "baseName": "webhook", + "type": "V1alpha1Webhook" + } +]; +exports.V1alpha1AuditSinkSpec = V1alpha1AuditSinkSpec; +//# sourceMappingURL=v1alpha1AuditSinkSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1AuditSinkSpec.js.map b/dist/gen/model/v1alpha1AuditSinkSpec.js.map new file mode 100644 index 0000000000..56e274a7c0 --- /dev/null +++ b/dist/gen/model/v1alpha1AuditSinkSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1AuditSinkSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1AuditSinkSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAkB9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AAhBf,sDAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRole.d.ts b/dist/gen/model/v1alpha1ClusterRole.d.ts new file mode 100644 index 0000000000..3583cac992 --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRole.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1AggregationRule } from './v1alpha1AggregationRule'; +import { V1alpha1PolicyRule } from './v1alpha1PolicyRule'; +/** +* ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +*/ +export declare class V1alpha1ClusterRole { + 'aggregationRule'?: V1alpha1AggregationRule; + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Rules holds all the PolicyRules for this ClusterRole + */ + 'rules'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1ClusterRole.js b/dist/gen/model/v1alpha1ClusterRole.js new file mode 100644 index 0000000000..31af081b54 --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRole.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +*/ +class V1alpha1ClusterRole { + static getAttributeTypeMap() { + return V1alpha1ClusterRole.attributeTypeMap; + } +} +V1alpha1ClusterRole.discriminator = undefined; +V1alpha1ClusterRole.attributeTypeMap = [ + { + "name": "aggregationRule", + "baseName": "aggregationRule", + "type": "V1alpha1AggregationRule" + }, + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + } +]; +exports.V1alpha1ClusterRole = V1alpha1ClusterRole; +//# sourceMappingURL=v1alpha1ClusterRole.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRole.js.map b/dist/gen/model/v1alpha1ClusterRole.js.map new file mode 100644 index 0000000000..57a8b3c4a1 --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRole.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1ClusterRole.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1ClusterRole.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,mBAAmB;IA6C5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA/BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC;AA3Cf,kDAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRoleBinding.d.ts b/dist/gen/model/v1alpha1ClusterRoleBinding.d.ts new file mode 100644 index 0000000000..a53a03d1a4 --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleBinding.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1RoleRef } from './v1alpha1RoleRef'; +import { V1alpha1Subject } from './v1alpha1Subject'; +/** +* ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +*/ +export declare class V1alpha1ClusterRoleBinding { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'roleRef': V1alpha1RoleRef; + /** + * Subjects holds references to the objects the role applies to. + */ + 'subjects'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1ClusterRoleBinding.js b/dist/gen/model/v1alpha1ClusterRoleBinding.js new file mode 100644 index 0000000000..773980a7fb --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleBinding.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +*/ +class V1alpha1ClusterRoleBinding { + static getAttributeTypeMap() { + return V1alpha1ClusterRoleBinding.attributeTypeMap; + } +} +V1alpha1ClusterRoleBinding.discriminator = undefined; +V1alpha1ClusterRoleBinding.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "roleRef", + "baseName": "roleRef", + "type": "V1alpha1RoleRef" + }, + { + "name": "subjects", + "baseName": "subjects", + "type": "Array" + } +]; +exports.V1alpha1ClusterRoleBinding = V1alpha1ClusterRoleBinding; +//# sourceMappingURL=v1alpha1ClusterRoleBinding.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRoleBinding.js.map b/dist/gen/model/v1alpha1ClusterRoleBinding.js.map new file mode 100644 index 0000000000..4e3e2c813c --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleBinding.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1ClusterRoleBinding.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1ClusterRoleBinding.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,0BAA0B;IA6CnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA/BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AA3Cf,gEAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRoleBindingList.d.ts b/dist/gen/model/v1alpha1ClusterRoleBindingList.d.ts new file mode 100644 index 0000000000..d84da143f0 --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleBindingList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1ClusterRoleBinding } from './v1alpha1ClusterRoleBinding'; +/** +* ClusterRoleBindingList is a collection of ClusterRoleBindings +*/ +export declare class V1alpha1ClusterRoleBindingList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of ClusterRoleBindings + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1ClusterRoleBindingList.js b/dist/gen/model/v1alpha1ClusterRoleBindingList.js new file mode 100644 index 0000000000..cf9a29410c --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleBindingList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleBindingList is a collection of ClusterRoleBindings +*/ +class V1alpha1ClusterRoleBindingList { + static getAttributeTypeMap() { + return V1alpha1ClusterRoleBindingList.attributeTypeMap; + } +} +V1alpha1ClusterRoleBindingList.discriminator = undefined; +V1alpha1ClusterRoleBindingList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1ClusterRoleBindingList = V1alpha1ClusterRoleBindingList; +//# sourceMappingURL=v1alpha1ClusterRoleBindingList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRoleBindingList.js.map b/dist/gen/model/v1alpha1ClusterRoleBindingList.js.map new file mode 100644 index 0000000000..9252f82d8d --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleBindingList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1ClusterRoleBindingList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1ClusterRoleBindingList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,8BAA8B;IAuCvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA1BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,wEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRoleList.d.ts b/dist/gen/model/v1alpha1ClusterRoleList.d.ts new file mode 100644 index 0000000000..9ca2c63f3b --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1ClusterRole } from './v1alpha1ClusterRole'; +/** +* ClusterRoleList is a collection of ClusterRoles +*/ +export declare class V1alpha1ClusterRoleList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of ClusterRoles + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1ClusterRoleList.js b/dist/gen/model/v1alpha1ClusterRoleList.js new file mode 100644 index 0000000000..557a7f9446 --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleList is a collection of ClusterRoles +*/ +class V1alpha1ClusterRoleList { + static getAttributeTypeMap() { + return V1alpha1ClusterRoleList.attributeTypeMap; + } +} +V1alpha1ClusterRoleList.discriminator = undefined; +V1alpha1ClusterRoleList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1ClusterRoleList = V1alpha1ClusterRoleList; +//# sourceMappingURL=v1alpha1ClusterRoleList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ClusterRoleList.js.map b/dist/gen/model/v1alpha1ClusterRoleList.js.map new file mode 100644 index 0000000000..4f104bab6f --- /dev/null +++ b/dist/gen/model/v1alpha1ClusterRoleList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1ClusterRoleList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1ClusterRoleList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAuChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA1BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PodPreset.d.ts b/dist/gen/model/v1alpha1PodPreset.d.ts new file mode 100644 index 0000000000..d76d74510b --- /dev/null +++ b/dist/gen/model/v1alpha1PodPreset.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1PodPresetSpec } from './v1alpha1PodPresetSpec'; +/** +* PodPreset is a policy resource that defines additional runtime requirements for a Pod. +*/ +export declare class V1alpha1PodPreset { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1alpha1PodPresetSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1PodPreset.js b/dist/gen/model/v1alpha1PodPreset.js new file mode 100644 index 0000000000..44e8946416 --- /dev/null +++ b/dist/gen/model/v1alpha1PodPreset.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodPreset is a policy resource that defines additional runtime requirements for a Pod. +*/ +class V1alpha1PodPreset { + static getAttributeTypeMap() { + return V1alpha1PodPreset.attributeTypeMap; + } +} +V1alpha1PodPreset.discriminator = undefined; +V1alpha1PodPreset.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1alpha1PodPresetSpec" + } +]; +exports.V1alpha1PodPreset = V1alpha1PodPreset; +//# sourceMappingURL=v1alpha1PodPreset.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PodPreset.js.map b/dist/gen/model/v1alpha1PodPreset.js.map new file mode 100644 index 0000000000..2513cbadcf --- /dev/null +++ b/dist/gen/model/v1alpha1PodPreset.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1PodPreset.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1PodPreset.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,iBAAiB;IAoC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA1BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AAlCf,8CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PodPresetList.d.ts b/dist/gen/model/v1alpha1PodPresetList.d.ts new file mode 100644 index 0000000000..236d1db3d1 --- /dev/null +++ b/dist/gen/model/v1alpha1PodPresetList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1PodPreset } from './v1alpha1PodPreset'; +/** +* PodPresetList is a list of PodPreset objects. +*/ +export declare class V1alpha1PodPresetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1PodPresetList.js b/dist/gen/model/v1alpha1PodPresetList.js new file mode 100644 index 0000000000..d93dc73b2b --- /dev/null +++ b/dist/gen/model/v1alpha1PodPresetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodPresetList is a list of PodPreset objects. +*/ +class V1alpha1PodPresetList { + static getAttributeTypeMap() { + return V1alpha1PodPresetList.attributeTypeMap; + } +} +V1alpha1PodPresetList.discriminator = undefined; +V1alpha1PodPresetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1PodPresetList = V1alpha1PodPresetList; +//# sourceMappingURL=v1alpha1PodPresetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PodPresetList.js.map b/dist/gen/model/v1alpha1PodPresetList.js.map new file mode 100644 index 0000000000..98d761a4c0 --- /dev/null +++ b/dist/gen/model/v1alpha1PodPresetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1PodPresetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1PodPresetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAuC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PodPresetSpec.d.ts b/dist/gen/model/v1alpha1PodPresetSpec.d.ts new file mode 100644 index 0000000000..a7b18ab679 --- /dev/null +++ b/dist/gen/model/v1alpha1PodPresetSpec.d.ts @@ -0,0 +1,49 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1EnvFromSource } from './v1EnvFromSource'; +import { V1EnvVar } from './v1EnvVar'; +import { V1LabelSelector } from './v1LabelSelector'; +import { V1Volume } from './v1Volume'; +import { V1VolumeMount } from './v1VolumeMount'; +/** +* PodPresetSpec is a description of a pod preset. +*/ +export declare class V1alpha1PodPresetSpec { + /** + * Env defines the collection of EnvVar to inject into containers. + */ + 'env'?: Array; + /** + * EnvFrom defines the collection of EnvFromSource to inject into containers. + */ + 'envFrom'?: Array; + 'selector'?: V1LabelSelector; + /** + * VolumeMounts defines the collection of VolumeMount to inject into containers. + */ + 'volumeMounts'?: Array; + /** + * Volumes defines the collection of Volume to inject into the pod. + */ + 'volumes'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1PodPresetSpec.js b/dist/gen/model/v1alpha1PodPresetSpec.js new file mode 100644 index 0000000000..77352c45e0 --- /dev/null +++ b/dist/gen/model/v1alpha1PodPresetSpec.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodPresetSpec is a description of a pod preset. +*/ +class V1alpha1PodPresetSpec { + static getAttributeTypeMap() { + return V1alpha1PodPresetSpec.attributeTypeMap; + } +} +V1alpha1PodPresetSpec.discriminator = undefined; +V1alpha1PodPresetSpec.attributeTypeMap = [ + { + "name": "env", + "baseName": "env", + "type": "Array" + }, + { + "name": "envFrom", + "baseName": "envFrom", + "type": "Array" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "volumeMounts", + "baseName": "volumeMounts", + "type": "Array" + }, + { + "name": "volumes", + "baseName": "volumes", + "type": "Array" + } +]; +exports.V1alpha1PodPresetSpec = V1alpha1PodPresetSpec; +//# sourceMappingURL=v1alpha1PodPresetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PodPresetSpec.js.map b/dist/gen/model/v1alpha1PodPresetSpec.js.map new file mode 100644 index 0000000000..982f3057fd --- /dev/null +++ b/dist/gen/model/v1alpha1PodPresetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1PodPresetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1PodPresetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAQH;;EAEE;AACF,MAAa,qBAAqB;IAgD9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA/BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AA9Cf,sDAmDC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Policy.d.ts b/dist/gen/model/v1alpha1Policy.d.ts new file mode 100644 index 0000000000..a9ea443f62 --- /dev/null +++ b/dist/gen/model/v1alpha1Policy.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Policy defines the configuration of how audit events are logged +*/ +export declare class V1alpha1Policy { + /** + * The Level that all requests are recorded at. available options: None, Metadata, Request, RequestResponse required + */ + 'level': string; + /** + * Stages is a list of stages for which events are created. + */ + 'stages'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1Policy.js b/dist/gen/model/v1alpha1Policy.js new file mode 100644 index 0000000000..7cf49f05d4 --- /dev/null +++ b/dist/gen/model/v1alpha1Policy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Policy defines the configuration of how audit events are logged +*/ +class V1alpha1Policy { + static getAttributeTypeMap() { + return V1alpha1Policy.attributeTypeMap; + } +} +V1alpha1Policy.discriminator = undefined; +V1alpha1Policy.attributeTypeMap = [ + { + "name": "level", + "baseName": "level", + "type": "string" + }, + { + "name": "stages", + "baseName": "stages", + "type": "Array" + } +]; +exports.V1alpha1Policy = V1alpha1Policy; +//# sourceMappingURL=v1alpha1Policy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Policy.js.map b/dist/gen/model/v1alpha1Policy.js.map new file mode 100644 index 0000000000..ec1c49774e --- /dev/null +++ b/dist/gen/model/v1alpha1Policy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1Policy.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1Policy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IAwBvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAhBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAtBf,wCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PolicyRule.d.ts b/dist/gen/model/v1alpha1PolicyRule.d.ts new file mode 100644 index 0000000000..fb918ad103 --- /dev/null +++ b/dist/gen/model/v1alpha1PolicyRule.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +*/ +export declare class V1alpha1PolicyRule { + /** + * APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. + */ + 'apiGroups'?: Array; + /** + * NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path This name is intentionally different than the internal type so that the DefaultConvert works nicely and because the ordering may be different. Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both. + */ + 'nonResourceURLs'?: Array; + /** + * ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. + */ + 'resourceNames'?: Array; + /** + * Resources is a list of resources this rule applies to. ResourceAll represents all resources. + */ + 'resources'?: Array; + /** + * Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds. + */ + 'verbs': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1PolicyRule.js b/dist/gen/model/v1alpha1PolicyRule.js new file mode 100644 index 0000000000..c1f1d3606b --- /dev/null +++ b/dist/gen/model/v1alpha1PolicyRule.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +*/ +class V1alpha1PolicyRule { + static getAttributeTypeMap() { + return V1alpha1PolicyRule.attributeTypeMap; + } +} +V1alpha1PolicyRule.discriminator = undefined; +V1alpha1PolicyRule.attributeTypeMap = [ + { + "name": "apiGroups", + "baseName": "apiGroups", + "type": "Array" + }, + { + "name": "nonResourceURLs", + "baseName": "nonResourceURLs", + "type": "Array" + }, + { + "name": "resourceNames", + "baseName": "resourceNames", + "type": "Array" + }, + { + "name": "resources", + "baseName": "resources", + "type": "Array" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + } +]; +exports.V1alpha1PolicyRule = V1alpha1PolicyRule; +//# sourceMappingURL=v1alpha1PolicyRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PolicyRule.js.map b/dist/gen/model/v1alpha1PolicyRule.js.map new file mode 100644 index 0000000000..0adc911b65 --- /dev/null +++ b/dist/gen/model/v1alpha1PolicyRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1PolicyRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1PolicyRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kBAAkB;IAmD3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAjDf,gDAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PriorityClass.d.ts b/dist/gen/model/v1alpha1PriorityClass.d.ts new file mode 100644 index 0000000000..c79be8d937 --- /dev/null +++ b/dist/gen/model/v1alpha1PriorityClass.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +*/ +export declare class V1alpha1PriorityClass { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * description is an arbitrary string that usually provides guidelines on when this priority class should be used. + */ + 'description'?: string; + /** + * globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. + */ + 'globalDefault'?: boolean; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature. + */ + 'preemptionPolicy'?: string; + /** + * The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. + */ + 'value': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1PriorityClass.js b/dist/gen/model/v1alpha1PriorityClass.js new file mode 100644 index 0000000000..8a8c03a73f --- /dev/null +++ b/dist/gen/model/v1alpha1PriorityClass.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +*/ +class V1alpha1PriorityClass { + static getAttributeTypeMap() { + return V1alpha1PriorityClass.attributeTypeMap; + } +} +V1alpha1PriorityClass.discriminator = undefined; +V1alpha1PriorityClass.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "description", + "baseName": "description", + "type": "string" + }, + { + "name": "globalDefault", + "baseName": "globalDefault", + "type": "boolean" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "preemptionPolicy", + "baseName": "preemptionPolicy", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "number" + } +]; +exports.V1alpha1PriorityClass = V1alpha1PriorityClass; +//# sourceMappingURL=v1alpha1PriorityClass.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PriorityClass.js.map b/dist/gen/model/v1alpha1PriorityClass.js.map new file mode 100644 index 0000000000..eb10950965 --- /dev/null +++ b/dist/gen/model/v1alpha1PriorityClass.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1PriorityClass.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1PriorityClass.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qBAAqB;IAkE9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAzCM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhEf,sDAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PriorityClassList.d.ts b/dist/gen/model/v1alpha1PriorityClassList.d.ts new file mode 100644 index 0000000000..d13269e2dc --- /dev/null +++ b/dist/gen/model/v1alpha1PriorityClassList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1PriorityClass } from './v1alpha1PriorityClass'; +/** +* PriorityClassList is a collection of priority classes. +*/ +export declare class V1alpha1PriorityClassList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of PriorityClasses + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1PriorityClassList.js b/dist/gen/model/v1alpha1PriorityClassList.js new file mode 100644 index 0000000000..f4c22e47d9 --- /dev/null +++ b/dist/gen/model/v1alpha1PriorityClassList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PriorityClassList is a collection of priority classes. +*/ +class V1alpha1PriorityClassList { + static getAttributeTypeMap() { + return V1alpha1PriorityClassList.attributeTypeMap; + } +} +V1alpha1PriorityClassList.discriminator = undefined; +V1alpha1PriorityClassList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1PriorityClassList = V1alpha1PriorityClassList; +//# sourceMappingURL=v1alpha1PriorityClassList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1PriorityClassList.js.map b/dist/gen/model/v1alpha1PriorityClassList.js.map new file mode 100644 index 0000000000..40c281be26 --- /dev/null +++ b/dist/gen/model/v1alpha1PriorityClassList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1PriorityClassList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1PriorityClassList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IAuClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA1BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Role.d.ts b/dist/gen/model/v1alpha1Role.d.ts new file mode 100644 index 0000000000..55960b6437 --- /dev/null +++ b/dist/gen/model/v1alpha1Role.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1PolicyRule } from './v1alpha1PolicyRule'; +/** +* Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +*/ +export declare class V1alpha1Role { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Rules holds all the PolicyRules for this Role + */ + 'rules'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1Role.js b/dist/gen/model/v1alpha1Role.js new file mode 100644 index 0000000000..837a3f4339 --- /dev/null +++ b/dist/gen/model/v1alpha1Role.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +*/ +class V1alpha1Role { + static getAttributeTypeMap() { + return V1alpha1Role.attributeTypeMap; + } +} +V1alpha1Role.discriminator = undefined; +V1alpha1Role.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + } +]; +exports.V1alpha1Role = V1alpha1Role; +//# sourceMappingURL=v1alpha1Role.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Role.js.map b/dist/gen/model/v1alpha1Role.js.map new file mode 100644 index 0000000000..144c7e8a8b --- /dev/null +++ b/dist/gen/model/v1alpha1Role.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1Role.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1Role.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,YAAY;IAuCrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA1BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC;AArCf,oCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleBinding.d.ts b/dist/gen/model/v1alpha1RoleBinding.d.ts new file mode 100644 index 0000000000..a026a26aed --- /dev/null +++ b/dist/gen/model/v1alpha1RoleBinding.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1RoleRef } from './v1alpha1RoleRef'; +import { V1alpha1Subject } from './v1alpha1Subject'; +/** +* RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +*/ +export declare class V1alpha1RoleBinding { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'roleRef': V1alpha1RoleRef; + /** + * Subjects holds references to the objects the role applies to. + */ + 'subjects'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1RoleBinding.js b/dist/gen/model/v1alpha1RoleBinding.js new file mode 100644 index 0000000000..3d20b881d1 --- /dev/null +++ b/dist/gen/model/v1alpha1RoleBinding.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +*/ +class V1alpha1RoleBinding { + static getAttributeTypeMap() { + return V1alpha1RoleBinding.attributeTypeMap; + } +} +V1alpha1RoleBinding.discriminator = undefined; +V1alpha1RoleBinding.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "roleRef", + "baseName": "roleRef", + "type": "V1alpha1RoleRef" + }, + { + "name": "subjects", + "baseName": "subjects", + "type": "Array" + } +]; +exports.V1alpha1RoleBinding = V1alpha1RoleBinding; +//# sourceMappingURL=v1alpha1RoleBinding.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleBinding.js.map b/dist/gen/model/v1alpha1RoleBinding.js.map new file mode 100644 index 0000000000..8815306155 --- /dev/null +++ b/dist/gen/model/v1alpha1RoleBinding.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1RoleBinding.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1RoleBinding.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,mBAAmB;IA6C5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA/BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AA3Cf,kDAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleBindingList.d.ts b/dist/gen/model/v1alpha1RoleBindingList.d.ts new file mode 100644 index 0000000000..828b00da60 --- /dev/null +++ b/dist/gen/model/v1alpha1RoleBindingList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1RoleBinding } from './v1alpha1RoleBinding'; +/** +* RoleBindingList is a collection of RoleBindings +*/ +export declare class V1alpha1RoleBindingList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of RoleBindings + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1RoleBindingList.js b/dist/gen/model/v1alpha1RoleBindingList.js new file mode 100644 index 0000000000..ab4b823978 --- /dev/null +++ b/dist/gen/model/v1alpha1RoleBindingList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleBindingList is a collection of RoleBindings +*/ +class V1alpha1RoleBindingList { + static getAttributeTypeMap() { + return V1alpha1RoleBindingList.attributeTypeMap; + } +} +V1alpha1RoleBindingList.discriminator = undefined; +V1alpha1RoleBindingList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1RoleBindingList = V1alpha1RoleBindingList; +//# sourceMappingURL=v1alpha1RoleBindingList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleBindingList.js.map b/dist/gen/model/v1alpha1RoleBindingList.js.map new file mode 100644 index 0000000000..3d92334879 --- /dev/null +++ b/dist/gen/model/v1alpha1RoleBindingList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1RoleBindingList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1RoleBindingList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAuChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA1BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleList.d.ts b/dist/gen/model/v1alpha1RoleList.d.ts new file mode 100644 index 0000000000..06b35b163a --- /dev/null +++ b/dist/gen/model/v1alpha1RoleList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1Role } from './v1alpha1Role'; +/** +* RoleList is a collection of Roles +*/ +export declare class V1alpha1RoleList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of Roles + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1RoleList.js b/dist/gen/model/v1alpha1RoleList.js new file mode 100644 index 0000000000..9b26066ed5 --- /dev/null +++ b/dist/gen/model/v1alpha1RoleList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleList is a collection of Roles +*/ +class V1alpha1RoleList { + static getAttributeTypeMap() { + return V1alpha1RoleList.attributeTypeMap; + } +} +V1alpha1RoleList.discriminator = undefined; +V1alpha1RoleList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1RoleList = V1alpha1RoleList; +//# sourceMappingURL=v1alpha1RoleList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleList.js.map b/dist/gen/model/v1alpha1RoleList.js.map new file mode 100644 index 0000000000..b81ca7e77d --- /dev/null +++ b/dist/gen/model/v1alpha1RoleList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1RoleList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1RoleList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAuCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleRef.d.ts b/dist/gen/model/v1alpha1RoleRef.d.ts new file mode 100644 index 0000000000..890b83d703 --- /dev/null +++ b/dist/gen/model/v1alpha1RoleRef.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RoleRef contains information that points to the role being used +*/ +export declare class V1alpha1RoleRef { + /** + * APIGroup is the group for the resource being referenced + */ + 'apiGroup': string; + /** + * Kind is the type of resource being referenced + */ + 'kind': string; + /** + * Name is the name of resource being referenced + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1RoleRef.js b/dist/gen/model/v1alpha1RoleRef.js new file mode 100644 index 0000000000..a33c741fdc --- /dev/null +++ b/dist/gen/model/v1alpha1RoleRef.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleRef contains information that points to the role being used +*/ +class V1alpha1RoleRef { + static getAttributeTypeMap() { + return V1alpha1RoleRef.attributeTypeMap; + } +} +V1alpha1RoleRef.discriminator = undefined; +V1alpha1RoleRef.attributeTypeMap = [ + { + "name": "apiGroup", + "baseName": "apiGroup", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1alpha1RoleRef = V1alpha1RoleRef; +//# sourceMappingURL=v1alpha1RoleRef.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RoleRef.js.map b/dist/gen/model/v1alpha1RoleRef.js.map new file mode 100644 index 0000000000..7f50aa9f6f --- /dev/null +++ b/dist/gen/model/v1alpha1RoleRef.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1RoleRef.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1RoleRef.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,eAAe;IAiCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AArBM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,0CAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RuntimeClass.d.ts b/dist/gen/model/v1alpha1RuntimeClass.d.ts new file mode 100644 index 0000000000..aba5cac533 --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClass.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1RuntimeClassSpec } from './v1alpha1RuntimeClassSpec'; +/** +* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md +*/ +export declare class V1alpha1RuntimeClass { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1alpha1RuntimeClassSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1RuntimeClass.js b/dist/gen/model/v1alpha1RuntimeClass.js new file mode 100644 index 0000000000..401fe72bc6 --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClass.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md +*/ +class V1alpha1RuntimeClass { + static getAttributeTypeMap() { + return V1alpha1RuntimeClass.attributeTypeMap; + } +} +V1alpha1RuntimeClass.discriminator = undefined; +V1alpha1RuntimeClass.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1alpha1RuntimeClassSpec" + } +]; +exports.V1alpha1RuntimeClass = V1alpha1RuntimeClass; +//# sourceMappingURL=v1alpha1RuntimeClass.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RuntimeClass.js.map b/dist/gen/model/v1alpha1RuntimeClass.js.map new file mode 100644 index 0000000000..42d503dfbc --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClass.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1RuntimeClass.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1RuntimeClass.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IAoC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAlCf,oDAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RuntimeClassList.d.ts b/dist/gen/model/v1alpha1RuntimeClassList.d.ts new file mode 100644 index 0000000000..71be440d46 --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClassList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1RuntimeClass } from './v1alpha1RuntimeClass'; +/** +* RuntimeClassList is a list of RuntimeClass objects. +*/ +export declare class V1alpha1RuntimeClassList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1RuntimeClassList.js b/dist/gen/model/v1alpha1RuntimeClassList.js new file mode 100644 index 0000000000..0ca99facbd --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClassList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuntimeClassList is a list of RuntimeClass objects. +*/ +class V1alpha1RuntimeClassList { + static getAttributeTypeMap() { + return V1alpha1RuntimeClassList.attributeTypeMap; + } +} +V1alpha1RuntimeClassList.discriminator = undefined; +V1alpha1RuntimeClassList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1RuntimeClassList = V1alpha1RuntimeClassList; +//# sourceMappingURL=v1alpha1RuntimeClassList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RuntimeClassList.js.map b/dist/gen/model/v1alpha1RuntimeClassList.js.map new file mode 100644 index 0000000000..ee0029f175 --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClassList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1RuntimeClassList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1RuntimeClassList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RuntimeClassSpec.d.ts b/dist/gen/model/v1alpha1RuntimeClassSpec.d.ts new file mode 100644 index 0000000000..d1305ccf01 --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClassSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable. +*/ +export declare class V1alpha1RuntimeClassSpec { + /** + * RuntimeHandler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called \"runc\" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The RuntimeHandler must conform to the DNS Label (RFC 1123) requirements and is immutable. + */ + 'runtimeHandler': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1RuntimeClassSpec.js b/dist/gen/model/v1alpha1RuntimeClassSpec.js new file mode 100644 index 0000000000..ad7be545c7 --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClassSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable. +*/ +class V1alpha1RuntimeClassSpec { + static getAttributeTypeMap() { + return V1alpha1RuntimeClassSpec.attributeTypeMap; + } +} +V1alpha1RuntimeClassSpec.discriminator = undefined; +V1alpha1RuntimeClassSpec.attributeTypeMap = [ + { + "name": "runtimeHandler", + "baseName": "runtimeHandler", + "type": "string" + } +]; +exports.V1alpha1RuntimeClassSpec = V1alpha1RuntimeClassSpec; +//# sourceMappingURL=v1alpha1RuntimeClassSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1RuntimeClassSpec.js.map b/dist/gen/model/v1alpha1RuntimeClassSpec.js.map new file mode 100644 index 0000000000..78889afc37 --- /dev/null +++ b/dist/gen/model/v1alpha1RuntimeClassSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1RuntimeClassSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1RuntimeClassSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IAejC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAXM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,4DAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ServiceReference.d.ts b/dist/gen/model/v1alpha1ServiceReference.d.ts new file mode 100644 index 0000000000..4a3130875c --- /dev/null +++ b/dist/gen/model/v1alpha1ServiceReference.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +export declare class V1alpha1ServiceReference { + /** + * `name` is the name of the service. Required + */ + 'name': string; + /** + * `namespace` is the namespace of the service. Required + */ + 'namespace': string; + /** + * `path` is an optional URL path which will be sent in any request to this service. + */ + 'path'?: string; + /** + * If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + */ + 'port'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1ServiceReference.js b/dist/gen/model/v1alpha1ServiceReference.js new file mode 100644 index 0000000000..724c7651d2 --- /dev/null +++ b/dist/gen/model/v1alpha1ServiceReference.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ServiceReference holds a reference to Service.legacy.k8s.io +*/ +class V1alpha1ServiceReference { + static getAttributeTypeMap() { + return V1alpha1ServiceReference.attributeTypeMap; + } +} +V1alpha1ServiceReference.discriminator = undefined; +V1alpha1ServiceReference.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "port", + "baseName": "port", + "type": "number" + } +]; +exports.V1alpha1ServiceReference = V1alpha1ServiceReference; +//# sourceMappingURL=v1alpha1ServiceReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1ServiceReference.js.map b/dist/gen/model/v1alpha1ServiceReference.js.map new file mode 100644 index 0000000000..e18cd83883 --- /dev/null +++ b/dist/gen/model/v1alpha1ServiceReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1ServiceReference.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1ServiceReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IA0CjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,4DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Subject.d.ts b/dist/gen/model/v1alpha1Subject.d.ts new file mode 100644 index 0000000000..c45c7d8463 --- /dev/null +++ b/dist/gen/model/v1alpha1Subject.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +*/ +export declare class V1alpha1Subject { + /** + * APIVersion holds the API group and version of the referenced subject. Defaults to \"v1\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io/v1alpha1\" for User and Group subjects. + */ + 'apiVersion'?: string; + /** + * Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error. + */ + 'kind': string; + /** + * Name of the object being referenced. + */ + 'name': string; + /** + * Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error. + */ + 'namespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1Subject.js b/dist/gen/model/v1alpha1Subject.js new file mode 100644 index 0000000000..1578436863 --- /dev/null +++ b/dist/gen/model/v1alpha1Subject.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +*/ +class V1alpha1Subject { + static getAttributeTypeMap() { + return V1alpha1Subject.attributeTypeMap; + } +} +V1alpha1Subject.discriminator = undefined; +V1alpha1Subject.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + } +]; +exports.V1alpha1Subject = V1alpha1Subject; +//# sourceMappingURL=v1alpha1Subject.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Subject.js.map b/dist/gen/model/v1alpha1Subject.js.map new file mode 100644 index 0000000000..126201622c --- /dev/null +++ b/dist/gen/model/v1alpha1Subject.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1Subject.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1Subject.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,eAAe;IA0CxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,0CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachment.d.ts b/dist/gen/model/v1alpha1VolumeAttachment.d.ts new file mode 100644 index 0000000000..355ec46744 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachment.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1alpha1VolumeAttachmentSpec } from './v1alpha1VolumeAttachmentSpec'; +import { V1alpha1VolumeAttachmentStatus } from './v1alpha1VolumeAttachmentStatus'; +/** +* VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced. +*/ +export declare class V1alpha1VolumeAttachment { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1alpha1VolumeAttachmentSpec; + 'status'?: V1alpha1VolumeAttachmentStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1VolumeAttachment.js b/dist/gen/model/v1alpha1VolumeAttachment.js new file mode 100644 index 0000000000..854cffb896 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachment.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced. +*/ +class V1alpha1VolumeAttachment { + static getAttributeTypeMap() { + return V1alpha1VolumeAttachment.attributeTypeMap; + } +} +V1alpha1VolumeAttachment.discriminator = undefined; +V1alpha1VolumeAttachment.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1alpha1VolumeAttachmentSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1alpha1VolumeAttachmentStatus" + } +]; +exports.V1alpha1VolumeAttachment = V1alpha1VolumeAttachment; +//# sourceMappingURL=v1alpha1VolumeAttachment.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachment.js.map b/dist/gen/model/v1alpha1VolumeAttachment.js.map new file mode 100644 index 0000000000..ed63ec7bd9 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1VolumeAttachment.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1VolumeAttachment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,wBAAwB;IA0CjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA/BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAxCf,4DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentList.d.ts b/dist/gen/model/v1alpha1VolumeAttachmentList.d.ts new file mode 100644 index 0000000000..075392ae15 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1alpha1VolumeAttachment } from './v1alpha1VolumeAttachment'; +/** +* VolumeAttachmentList is a collection of VolumeAttachment objects. +*/ +export declare class V1alpha1VolumeAttachmentList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of VolumeAttachments + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1VolumeAttachmentList.js b/dist/gen/model/v1alpha1VolumeAttachmentList.js new file mode 100644 index 0000000000..c9f17f79ce --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentList is a collection of VolumeAttachment objects. +*/ +class V1alpha1VolumeAttachmentList { + static getAttributeTypeMap() { + return V1alpha1VolumeAttachmentList.attributeTypeMap; + } +} +V1alpha1VolumeAttachmentList.discriminator = undefined; +V1alpha1VolumeAttachmentList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1alpha1VolumeAttachmentList = V1alpha1VolumeAttachmentList; +//# sourceMappingURL=v1alpha1VolumeAttachmentList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentList.js.map b/dist/gen/model/v1alpha1VolumeAttachmentList.js.map new file mode 100644 index 0000000000..deabeef55c --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1VolumeAttachmentList.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1VolumeAttachmentList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,4BAA4B;IAuCrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AA1BM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentSource.d.ts b/dist/gen/model/v1alpha1VolumeAttachmentSource.d.ts new file mode 100644 index 0000000000..3fac2bd566 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentSource.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PersistentVolumeSpec } from './v1PersistentVolumeSpec'; +/** +* VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +*/ +export declare class V1alpha1VolumeAttachmentSource { + 'inlineVolumeSpec'?: V1PersistentVolumeSpec; + /** + * Name of the persistent volume to attach. + */ + 'persistentVolumeName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1VolumeAttachmentSource.js b/dist/gen/model/v1alpha1VolumeAttachmentSource.js new file mode 100644 index 0000000000..1575cc4849 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +*/ +class V1alpha1VolumeAttachmentSource { + static getAttributeTypeMap() { + return V1alpha1VolumeAttachmentSource.attributeTypeMap; + } +} +V1alpha1VolumeAttachmentSource.discriminator = undefined; +V1alpha1VolumeAttachmentSource.attributeTypeMap = [ + { + "name": "inlineVolumeSpec", + "baseName": "inlineVolumeSpec", + "type": "V1PersistentVolumeSpec" + }, + { + "name": "persistentVolumeName", + "baseName": "persistentVolumeName", + "type": "string" + } +]; +exports.V1alpha1VolumeAttachmentSource = V1alpha1VolumeAttachmentSource; +//# sourceMappingURL=v1alpha1VolumeAttachmentSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentSource.js.map b/dist/gen/model/v1alpha1VolumeAttachmentSource.js.map new file mode 100644 index 0000000000..65425dd1cb --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1VolumeAttachmentSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1VolumeAttachmentSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IAqBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAhBM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,wEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentSpec.d.ts b/dist/gen/model/v1alpha1VolumeAttachmentSpec.d.ts new file mode 100644 index 0000000000..6fa86d903f --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentSpec.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1alpha1VolumeAttachmentSource } from './v1alpha1VolumeAttachmentSource'; +/** +* VolumeAttachmentSpec is the specification of a VolumeAttachment request. +*/ +export declare class V1alpha1VolumeAttachmentSpec { + /** + * Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). + */ + 'attacher': string; + /** + * The node that the volume should be attached to. + */ + 'nodeName': string; + 'source': V1alpha1VolumeAttachmentSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1VolumeAttachmentSpec.js b/dist/gen/model/v1alpha1VolumeAttachmentSpec.js new file mode 100644 index 0000000000..b1e42fb541 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentSpec.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentSpec is the specification of a VolumeAttachment request. +*/ +class V1alpha1VolumeAttachmentSpec { + static getAttributeTypeMap() { + return V1alpha1VolumeAttachmentSpec.attributeTypeMap; + } +} +V1alpha1VolumeAttachmentSpec.discriminator = undefined; +V1alpha1VolumeAttachmentSpec.attributeTypeMap = [ + { + "name": "attacher", + "baseName": "attacher", + "type": "string" + }, + { + "name": "nodeName", + "baseName": "nodeName", + "type": "string" + }, + { + "name": "source", + "baseName": "source", + "type": "V1alpha1VolumeAttachmentSource" + } +]; +exports.V1alpha1VolumeAttachmentSpec = V1alpha1VolumeAttachmentSpec; +//# sourceMappingURL=v1alpha1VolumeAttachmentSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentSpec.js.map b/dist/gen/model/v1alpha1VolumeAttachmentSpec.js.map new file mode 100644 index 0000000000..e571050125 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1VolumeAttachmentSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1VolumeAttachmentSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,4BAA4B;IA8BrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AArBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AA5Bf,oEAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentStatus.d.ts b/dist/gen/model/v1alpha1VolumeAttachmentStatus.d.ts new file mode 100644 index 0000000000..47e7a351b0 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentStatus.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1alpha1VolumeError } from './v1alpha1VolumeError'; +/** +* VolumeAttachmentStatus is the status of a VolumeAttachment request. +*/ +export declare class V1alpha1VolumeAttachmentStatus { + 'attachError'?: V1alpha1VolumeError; + /** + * Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + */ + 'attached': boolean; + /** + * Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + */ + 'attachmentMetadata'?: { + [key: string]: string; + }; + 'detachError'?: V1alpha1VolumeError; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1VolumeAttachmentStatus.js b/dist/gen/model/v1alpha1VolumeAttachmentStatus.js new file mode 100644 index 0000000000..aca569c2d2 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentStatus is the status of a VolumeAttachment request. +*/ +class V1alpha1VolumeAttachmentStatus { + static getAttributeTypeMap() { + return V1alpha1VolumeAttachmentStatus.attributeTypeMap; + } +} +V1alpha1VolumeAttachmentStatus.discriminator = undefined; +V1alpha1VolumeAttachmentStatus.attributeTypeMap = [ + { + "name": "attachError", + "baseName": "attachError", + "type": "V1alpha1VolumeError" + }, + { + "name": "attached", + "baseName": "attached", + "type": "boolean" + }, + { + "name": "attachmentMetadata", + "baseName": "attachmentMetadata", + "type": "{ [key: string]: string; }" + }, + { + "name": "detachError", + "baseName": "detachError", + "type": "V1alpha1VolumeError" + } +]; +exports.V1alpha1VolumeAttachmentStatus = V1alpha1VolumeAttachmentStatus; +//# sourceMappingURL=v1alpha1VolumeAttachmentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeAttachmentStatus.js.map b/dist/gen/model/v1alpha1VolumeAttachmentStatus.js.map new file mode 100644 index 0000000000..837ea07762 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeAttachmentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1VolumeAttachmentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1VolumeAttachmentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IAoCvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA1BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAlCf,wEAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeError.d.ts b/dist/gen/model/v1alpha1VolumeError.d.ts new file mode 100644 index 0000000000..3f4ef98fb1 --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeError.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* VolumeError captures an error encountered during a volume operation. +*/ +export declare class V1alpha1VolumeError { + /** + * String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information. + */ + 'message'?: string; + /** + * Time the error was encountered. + */ + 'time'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1VolumeError.js b/dist/gen/model/v1alpha1VolumeError.js new file mode 100644 index 0000000000..37fc71331a --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeError.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeError captures an error encountered during a volume operation. +*/ +class V1alpha1VolumeError { + static getAttributeTypeMap() { + return V1alpha1VolumeError.attributeTypeMap; + } +} +V1alpha1VolumeError.discriminator = undefined; +V1alpha1VolumeError.attributeTypeMap = [ + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "time", + "baseName": "time", + "type": "Date" + } +]; +exports.V1alpha1VolumeError = V1alpha1VolumeError; +//# sourceMappingURL=v1alpha1VolumeError.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1VolumeError.js.map b/dist/gen/model/v1alpha1VolumeError.js.map new file mode 100644 index 0000000000..c124217aca --- /dev/null +++ b/dist/gen/model/v1alpha1VolumeError.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1VolumeError.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1VolumeError.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mBAAmB;IAwB5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAhBM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAtBf,kDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Webhook.d.ts b/dist/gen/model/v1alpha1Webhook.d.ts new file mode 100644 index 0000000000..d93f8be032 --- /dev/null +++ b/dist/gen/model/v1alpha1Webhook.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1alpha1WebhookClientConfig } from './v1alpha1WebhookClientConfig'; +import { V1alpha1WebhookThrottleConfig } from './v1alpha1WebhookThrottleConfig'; +/** +* Webhook holds the configuration of the webhook +*/ +export declare class V1alpha1Webhook { + 'clientConfig': V1alpha1WebhookClientConfig; + 'throttle'?: V1alpha1WebhookThrottleConfig; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1Webhook.js b/dist/gen/model/v1alpha1Webhook.js new file mode 100644 index 0000000000..f33a22c8d8 --- /dev/null +++ b/dist/gen/model/v1alpha1Webhook.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Webhook holds the configuration of the webhook +*/ +class V1alpha1Webhook { + static getAttributeTypeMap() { + return V1alpha1Webhook.attributeTypeMap; + } +} +V1alpha1Webhook.discriminator = undefined; +V1alpha1Webhook.attributeTypeMap = [ + { + "name": "clientConfig", + "baseName": "clientConfig", + "type": "V1alpha1WebhookClientConfig" + }, + { + "name": "throttle", + "baseName": "throttle", + "type": "V1alpha1WebhookThrottleConfig" + } +]; +exports.V1alpha1Webhook = V1alpha1Webhook; +//# sourceMappingURL=v1alpha1Webhook.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1Webhook.js.map b/dist/gen/model/v1alpha1Webhook.js.map new file mode 100644 index 0000000000..df6e206cc1 --- /dev/null +++ b/dist/gen/model/v1alpha1Webhook.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1Webhook.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1Webhook.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAkBxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AAhBM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,+BAA+B;KAC1C;CAAK,CAAC;AAhBf,0CAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1WebhookClientConfig.d.ts b/dist/gen/model/v1alpha1WebhookClientConfig.d.ts new file mode 100644 index 0000000000..120a2e3f39 --- /dev/null +++ b/dist/gen/model/v1alpha1WebhookClientConfig.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1alpha1ServiceReference } from './v1alpha1ServiceReference'; +/** +* WebhookClientConfig contains the information to make a connection with the webhook +*/ +export declare class V1alpha1WebhookClientConfig { + /** + * `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook\'s server certificate. If unspecified, system trust roots on the apiserver are used. + */ + 'caBundle'?: string; + 'service'?: V1alpha1ServiceReference; + /** + * `url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. The scheme must be \"https\"; the URL must begin with \"https://\". A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. Attempting to use a user or basic auth e.g. \"user:password@\" is not allowed. Fragments (\"#...\") and query parameters (\"?...\") are not allowed, either. + */ + 'url'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1WebhookClientConfig.js b/dist/gen/model/v1alpha1WebhookClientConfig.js new file mode 100644 index 0000000000..5ef869e6b9 --- /dev/null +++ b/dist/gen/model/v1alpha1WebhookClientConfig.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* WebhookClientConfig contains the information to make a connection with the webhook +*/ +class V1alpha1WebhookClientConfig { + static getAttributeTypeMap() { + return V1alpha1WebhookClientConfig.attributeTypeMap; + } +} +V1alpha1WebhookClientConfig.discriminator = undefined; +V1alpha1WebhookClientConfig.attributeTypeMap = [ + { + "name": "caBundle", + "baseName": "caBundle", + "type": "string" + }, + { + "name": "service", + "baseName": "service", + "type": "V1alpha1ServiceReference" + }, + { + "name": "url", + "baseName": "url", + "type": "string" + } +]; +exports.V1alpha1WebhookClientConfig = V1alpha1WebhookClientConfig; +//# sourceMappingURL=v1alpha1WebhookClientConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1WebhookClientConfig.js.map b/dist/gen/model/v1alpha1WebhookClientConfig.js.map new file mode 100644 index 0000000000..1a5c4734bb --- /dev/null +++ b/dist/gen/model/v1alpha1WebhookClientConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1WebhookClientConfig.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1WebhookClientConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IA8BpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AArBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Bf,kEAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1alpha1WebhookThrottleConfig.d.ts b/dist/gen/model/v1alpha1WebhookThrottleConfig.d.ts new file mode 100644 index 0000000000..56f4f05cee --- /dev/null +++ b/dist/gen/model/v1alpha1WebhookThrottleConfig.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* WebhookThrottleConfig holds the configuration for throttling events +*/ +export declare class V1alpha1WebhookThrottleConfig { + /** + * ThrottleBurst is the maximum number of events sent at the same moment default 15 QPS + */ + 'burst'?: number; + /** + * ThrottleQPS maximum number of batches per second default 10 QPS + */ + 'qps'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1alpha1WebhookThrottleConfig.js b/dist/gen/model/v1alpha1WebhookThrottleConfig.js new file mode 100644 index 0000000000..5f232fd2b6 --- /dev/null +++ b/dist/gen/model/v1alpha1WebhookThrottleConfig.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* WebhookThrottleConfig holds the configuration for throttling events +*/ +class V1alpha1WebhookThrottleConfig { + static getAttributeTypeMap() { + return V1alpha1WebhookThrottleConfig.attributeTypeMap; + } +} +V1alpha1WebhookThrottleConfig.discriminator = undefined; +V1alpha1WebhookThrottleConfig.attributeTypeMap = [ + { + "name": "burst", + "baseName": "burst", + "type": "number" + }, + { + "name": "qps", + "baseName": "qps", + "type": "number" + } +]; +exports.V1alpha1WebhookThrottleConfig = V1alpha1WebhookThrottleConfig; +//# sourceMappingURL=v1alpha1WebhookThrottleConfig.js.map \ No newline at end of file diff --git a/dist/gen/model/v1alpha1WebhookThrottleConfig.js.map b/dist/gen/model/v1alpha1WebhookThrottleConfig.js.map new file mode 100644 index 0000000000..08691238c3 --- /dev/null +++ b/dist/gen/model/v1alpha1WebhookThrottleConfig.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1alpha1WebhookThrottleConfig.js","sourceRoot":"","sources":["../../../src/gen/model/v1alpha1WebhookThrottleConfig.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,6BAA6B;IAwBtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAhBM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,sEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIService.d.ts b/dist/gen/model/v1beta1APIService.d.ts new file mode 100644 index 0000000000..3095381f6d --- /dev/null +++ b/dist/gen/model/v1beta1APIService.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1APIServiceSpec } from './v1beta1APIServiceSpec'; +import { V1beta1APIServiceStatus } from './v1beta1APIServiceStatus'; +/** +* APIService represents a server for a particular GroupVersion. Name must be \"version.group\". +*/ +export declare class V1beta1APIService { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1APIServiceSpec; + 'status'?: V1beta1APIServiceStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1APIService.js b/dist/gen/model/v1beta1APIService.js new file mode 100644 index 0000000000..c0a3c7ae22 --- /dev/null +++ b/dist/gen/model/v1beta1APIService.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIService represents a server for a particular GroupVersion. Name must be \"version.group\". +*/ +class V1beta1APIService { + static getAttributeTypeMap() { + return V1beta1APIService.attributeTypeMap; + } +} +V1beta1APIService.discriminator = undefined; +V1beta1APIService.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1APIServiceSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1APIServiceStatus" + } +]; +exports.V1beta1APIService = V1beta1APIService; +//# sourceMappingURL=v1beta1APIService.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIService.js.map b/dist/gen/model/v1beta1APIService.js.map new file mode 100644 index 0000000000..092cbbffd9 --- /dev/null +++ b/dist/gen/model/v1beta1APIService.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1APIService.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1APIService.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,iBAAiB;IA0C1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAxCf,8CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceCondition.d.ts b/dist/gen/model/v1beta1APIServiceCondition.d.ts new file mode 100644 index 0000000000..f393eadb4b --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* APIServiceCondition describes the state of an APIService at a particular point +*/ +export declare class V1beta1APIServiceCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * Human-readable message indicating details about last transition. + */ + 'message'?: string; + /** + * Unique, one-word, CamelCase reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status is the status of the condition. Can be True, False, Unknown. + */ + 'status': string; + /** + * Type is the type of the condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1APIServiceCondition.js b/dist/gen/model/v1beta1APIServiceCondition.js new file mode 100644 index 0000000000..0e8ab05505 --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceCondition describes the state of an APIService at a particular point +*/ +class V1beta1APIServiceCondition { + static getAttributeTypeMap() { + return V1beta1APIServiceCondition.attributeTypeMap; + } +} +V1beta1APIServiceCondition.discriminator = undefined; +V1beta1APIServiceCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1APIServiceCondition = V1beta1APIServiceCondition; +//# sourceMappingURL=v1beta1APIServiceCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceCondition.js.map b/dist/gen/model/v1beta1APIServiceCondition.js.map new file mode 100644 index 0000000000..e7e6d0180b --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1APIServiceCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1APIServiceCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAmDnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA/BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,gEAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceList.d.ts b/dist/gen/model/v1beta1APIServiceList.d.ts new file mode 100644 index 0000000000..b49c5e7ed6 --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceList.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1APIService } from './v1beta1APIService'; +/** +* APIServiceList is a list of APIService objects. +*/ +export declare class V1beta1APIServiceList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1APIServiceList.js b/dist/gen/model/v1beta1APIServiceList.js new file mode 100644 index 0000000000..388108553a --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceList is a list of APIService objects. +*/ +class V1beta1APIServiceList { + static getAttributeTypeMap() { + return V1beta1APIServiceList.attributeTypeMap; + } +} +V1beta1APIServiceList.discriminator = undefined; +V1beta1APIServiceList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1APIServiceList = V1beta1APIServiceList; +//# sourceMappingURL=v1beta1APIServiceList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceList.js.map b/dist/gen/model/v1beta1APIServiceList.js.map new file mode 100644 index 0000000000..7d670459ad --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1APIServiceList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1APIServiceList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAoC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AAlCf,sDAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceSpec.d.ts b/dist/gen/model/v1beta1APIServiceSpec.d.ts new file mode 100644 index 0000000000..f56fda655e --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceSpec.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ApiregistrationV1beta1ServiceReference } from './apiregistrationV1beta1ServiceReference'; +/** +* APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. +*/ +export declare class V1beta1APIServiceSpec { + /** + * CABundle is a PEM encoded CA bundle which will be used to validate an API server\'s serving certificate. If unspecified, system trust roots on the apiserver are used. + */ + 'caBundle'?: string; + /** + * Group is the API group name this server hosts + */ + 'group'?: string; + /** + * GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We\'d recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s + */ + 'groupPriorityMinimum': number; + /** + * InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. + */ + 'insecureSkipTLSVerify'?: boolean; + 'service': ApiregistrationV1beta1ServiceReference; + /** + * Version is the API version this server hosts. For example, \"v1\" + */ + 'version'?: string; + /** + * VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it\'s inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + */ + 'versionPriority': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1APIServiceSpec.js b/dist/gen/model/v1beta1APIServiceSpec.js new file mode 100644 index 0000000000..470d4e5348 --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceSpec.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. +*/ +class V1beta1APIServiceSpec { + static getAttributeTypeMap() { + return V1beta1APIServiceSpec.attributeTypeMap; + } +} +V1beta1APIServiceSpec.discriminator = undefined; +V1beta1APIServiceSpec.attributeTypeMap = [ + { + "name": "caBundle", + "baseName": "caBundle", + "type": "string" + }, + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "groupPriorityMinimum", + "baseName": "groupPriorityMinimum", + "type": "number" + }, + { + "name": "insecureSkipTLSVerify", + "baseName": "insecureSkipTLSVerify", + "type": "boolean" + }, + { + "name": "service", + "baseName": "service", + "type": "ApiregistrationV1beta1ServiceReference" + }, + { + "name": "version", + "baseName": "version", + "type": "string" + }, + { + "name": "versionPriority", + "baseName": "versionPriority", + "type": "number" + } +]; +exports.V1beta1APIServiceSpec = V1beta1APIServiceSpec; +//# sourceMappingURL=v1beta1APIServiceSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceSpec.js.map b/dist/gen/model/v1beta1APIServiceSpec.js.map new file mode 100644 index 0000000000..a109d6f766 --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1APIServiceSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1APIServiceSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qBAAqB;IAkE9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAzCM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wCAAwC;KACnD;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhEf,sDAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceStatus.d.ts b/dist/gen/model/v1beta1APIServiceStatus.d.ts new file mode 100644 index 0000000000..88f9609f37 --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceStatus.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1APIServiceCondition } from './v1beta1APIServiceCondition'; +/** +* APIServiceStatus contains derived information about an API server +*/ +export declare class V1beta1APIServiceStatus { + /** + * Current service state of apiService. + */ + 'conditions'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1APIServiceStatus.js b/dist/gen/model/v1beta1APIServiceStatus.js new file mode 100644 index 0000000000..a2d769a8ef --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceStatus.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* APIServiceStatus contains derived information about an API server +*/ +class V1beta1APIServiceStatus { + static getAttributeTypeMap() { + return V1beta1APIServiceStatus.attributeTypeMap; + } +} +V1beta1APIServiceStatus.discriminator = undefined; +V1beta1APIServiceStatus.attributeTypeMap = [ + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + } +]; +exports.V1beta1APIServiceStatus = V1beta1APIServiceStatus; +//# sourceMappingURL=v1beta1APIServiceStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1APIServiceStatus.js.map b/dist/gen/model/v1beta1APIServiceStatus.js.map new file mode 100644 index 0000000000..ac2d7bd5a8 --- /dev/null +++ b/dist/gen/model/v1beta1APIServiceStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1APIServiceStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1APIServiceStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IAehC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAXM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mCAAmC;KAC9C;CAAK,CAAC;AAbf,0DAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1AggregationRule.d.ts b/dist/gen/model/v1beta1AggregationRule.d.ts new file mode 100644 index 0000000000..27bb585250 --- /dev/null +++ b/dist/gen/model/v1beta1AggregationRule.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +*/ +export declare class V1beta1AggregationRule { + /** + * ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole\'s permissions will be added + */ + 'clusterRoleSelectors'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1AggregationRule.js b/dist/gen/model/v1beta1AggregationRule.js new file mode 100644 index 0000000000..bfbc88131d --- /dev/null +++ b/dist/gen/model/v1beta1AggregationRule.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +*/ +class V1beta1AggregationRule { + static getAttributeTypeMap() { + return V1beta1AggregationRule.attributeTypeMap; + } +} +V1beta1AggregationRule.discriminator = undefined; +V1beta1AggregationRule.attributeTypeMap = [ + { + "name": "clusterRoleSelectors", + "baseName": "clusterRoleSelectors", + "type": "Array" + } +]; +exports.V1beta1AggregationRule = V1beta1AggregationRule; +//# sourceMappingURL=v1beta1AggregationRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1AggregationRule.js.map b/dist/gen/model/v1beta1AggregationRule.js.map new file mode 100644 index 0000000000..d558c8bfa1 --- /dev/null +++ b/dist/gen/model/v1beta1AggregationRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1AggregationRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1AggregationRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,sBAAsB;IAe/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAXM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAbf,wDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSIDriver.d.ts b/dist/gen/model/v1beta1CSIDriver.d.ts new file mode 100644 index 0000000000..a670b4e044 --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriver.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1CSIDriverSpec } from './v1beta1CSIDriverSpec'; +/** +* CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. +*/ +export declare class V1beta1CSIDriver { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1CSIDriverSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CSIDriver.js b/dist/gen/model/v1beta1CSIDriver.js new file mode 100644 index 0000000000..426b8e2f28 --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriver.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. CSI drivers do not need to create the CSIDriver object directly. Instead they may use the cluster-driver-registrar sidecar container. When deployed with a CSI driver it automatically creates a CSIDriver object representing the driver. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. +*/ +class V1beta1CSIDriver { + static getAttributeTypeMap() { + return V1beta1CSIDriver.attributeTypeMap; + } +} +V1beta1CSIDriver.discriminator = undefined; +V1beta1CSIDriver.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1CSIDriverSpec" + } +]; +exports.V1beta1CSIDriver = V1beta1CSIDriver; +//# sourceMappingURL=v1beta1CSIDriver.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSIDriver.js.map b/dist/gen/model/v1beta1CSIDriver.js.map new file mode 100644 index 0000000000..7365c72cd3 --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriver.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CSIDriver.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CSIDriver.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAoCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AAlCf,4CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSIDriverList.d.ts b/dist/gen/model/v1beta1CSIDriverList.d.ts new file mode 100644 index 0000000000..d71f948e35 --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriverList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1CSIDriver } from './v1beta1CSIDriver'; +/** +* CSIDriverList is a collection of CSIDriver objects. +*/ +export declare class V1beta1CSIDriverList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of CSIDriver + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CSIDriverList.js b/dist/gen/model/v1beta1CSIDriverList.js new file mode 100644 index 0000000000..d3fbf234cf --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriverList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CSIDriverList is a collection of CSIDriver objects. +*/ +class V1beta1CSIDriverList { + static getAttributeTypeMap() { + return V1beta1CSIDriverList.attributeTypeMap; + } +} +V1beta1CSIDriverList.discriminator = undefined; +V1beta1CSIDriverList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1CSIDriverList = V1beta1CSIDriverList; +//# sourceMappingURL=v1beta1CSIDriverList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSIDriverList.js.map b/dist/gen/model/v1beta1CSIDriverList.js.map new file mode 100644 index 0000000000..5c016d013f --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriverList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CSIDriverList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CSIDriverList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IAuC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSIDriverSpec.d.ts b/dist/gen/model/v1beta1CSIDriverSpec.d.ts new file mode 100644 index 0000000000..8b8fd083a6 --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriverSpec.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CSIDriverSpec is the specification of a CSIDriver. +*/ +export declare class V1beta1CSIDriverSpec { + /** + * attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called. + */ + 'attachRequired'?: boolean; + /** + * If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. \"csi.storage.k8s.io/pod.name\": pod.Name \"csi.storage.k8s.io/pod.namespace\": pod.Namespace \"csi.storage.k8s.io/pod.uid\": string(pod.UID) + */ + 'podInfoOnMount'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CSIDriverSpec.js b/dist/gen/model/v1beta1CSIDriverSpec.js new file mode 100644 index 0000000000..e8c1e81acf --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriverSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CSIDriverSpec is the specification of a CSIDriver. +*/ +class V1beta1CSIDriverSpec { + static getAttributeTypeMap() { + return V1beta1CSIDriverSpec.attributeTypeMap; + } +} +V1beta1CSIDriverSpec.discriminator = undefined; +V1beta1CSIDriverSpec.attributeTypeMap = [ + { + "name": "attachRequired", + "baseName": "attachRequired", + "type": "boolean" + }, + { + "name": "podInfoOnMount", + "baseName": "podInfoOnMount", + "type": "boolean" + } +]; +exports.V1beta1CSIDriverSpec = V1beta1CSIDriverSpec; +//# sourceMappingURL=v1beta1CSIDriverSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSIDriverSpec.js.map b/dist/gen/model/v1beta1CSIDriverSpec.js.map new file mode 100644 index 0000000000..bc5cbc7d73 --- /dev/null +++ b/dist/gen/model/v1beta1CSIDriverSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CSIDriverSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CSIDriverSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAwB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAhBM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAtBf,oDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINode.d.ts b/dist/gen/model/v1beta1CSINode.d.ts new file mode 100644 index 0000000000..4c0d066cf4 --- /dev/null +++ b/dist/gen/model/v1beta1CSINode.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1CSINodeSpec } from './v1beta1CSINodeSpec'; +/** +* CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn\'t create this object. CSINode has an OwnerReference that points to the corresponding node object. +*/ +export declare class V1beta1CSINode { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1CSINodeSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CSINode.js b/dist/gen/model/v1beta1CSINode.js new file mode 100644 index 0000000000..33db4338d7 --- /dev/null +++ b/dist/gen/model/v1beta1CSINode.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn\'t create this object. CSINode has an OwnerReference that points to the corresponding node object. +*/ +class V1beta1CSINode { + static getAttributeTypeMap() { + return V1beta1CSINode.attributeTypeMap; + } +} +V1beta1CSINode.discriminator = undefined; +V1beta1CSINode.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1CSINodeSpec" + } +]; +exports.V1beta1CSINode = V1beta1CSINode; +//# sourceMappingURL=v1beta1CSINode.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINode.js.map b/dist/gen/model/v1beta1CSINode.js.map new file mode 100644 index 0000000000..a34cf2ecce --- /dev/null +++ b/dist/gen/model/v1beta1CSINode.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CSINode.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CSINode.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,cAAc;IAoCvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AA1BM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oBAAoB;KAC/B;CAAK,CAAC;AAlCf,wCAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINodeDriver.d.ts b/dist/gen/model/v1beta1CSINodeDriver.d.ts new file mode 100644 index 0000000000..982d885aea --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeDriver.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CSINodeDriver holds information about the specification of one CSI driver installed on a node +*/ +export declare class V1beta1CSINodeDriver { + /** + * This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver. + */ + 'name': string; + /** + * nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as \"node1\", but the storage system may refer to the same node as \"nodeA\". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. \"nodeA\" instead of \"node1\". This field is required. + */ + 'nodeID': string; + /** + * topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. \"company.com/zone\", \"company.com/region\"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology. + */ + 'topologyKeys'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CSINodeDriver.js b/dist/gen/model/v1beta1CSINodeDriver.js new file mode 100644 index 0000000000..b26ad26d63 --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeDriver.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CSINodeDriver holds information about the specification of one CSI driver installed on a node +*/ +class V1beta1CSINodeDriver { + static getAttributeTypeMap() { + return V1beta1CSINodeDriver.attributeTypeMap; + } +} +V1beta1CSINodeDriver.discriminator = undefined; +V1beta1CSINodeDriver.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "nodeID", + "baseName": "nodeID", + "type": "string" + }, + { + "name": "topologyKeys", + "baseName": "topologyKeys", + "type": "Array" + } +]; +exports.V1beta1CSINodeDriver = V1beta1CSINodeDriver; +//# sourceMappingURL=v1beta1CSINodeDriver.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINodeDriver.js.map b/dist/gen/model/v1beta1CSINodeDriver.js.map new file mode 100644 index 0000000000..a10452bc17 --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeDriver.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CSINodeDriver.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CSINodeDriver.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oBAAoB;IAiC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AArBM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA/Bf,oDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINodeList.d.ts b/dist/gen/model/v1beta1CSINodeList.d.ts new file mode 100644 index 0000000000..753f139766 --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1CSINode } from './v1beta1CSINode'; +/** +* CSINodeList is a collection of CSINode objects. +*/ +export declare class V1beta1CSINodeList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of CSINode + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CSINodeList.js b/dist/gen/model/v1beta1CSINodeList.js new file mode 100644 index 0000000000..edd638682e --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CSINodeList is a collection of CSINode objects. +*/ +class V1beta1CSINodeList { + static getAttributeTypeMap() { + return V1beta1CSINodeList.attributeTypeMap; + } +} +V1beta1CSINodeList.discriminator = undefined; +V1beta1CSINodeList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1CSINodeList = V1beta1CSINodeList; +//# sourceMappingURL=v1beta1CSINodeList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINodeList.js.map b/dist/gen/model/v1beta1CSINodeList.js.map new file mode 100644 index 0000000000..58d4950d31 --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CSINodeList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CSINodeList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kBAAkB;IAuC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA1BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINodeSpec.d.ts b/dist/gen/model/v1beta1CSINodeSpec.d.ts new file mode 100644 index 0000000000..0423883041 --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeSpec.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1CSINodeDriver } from './v1beta1CSINodeDriver'; +/** +* CSINodeSpec holds information about the specification of all CSI drivers installed on a node +*/ +export declare class V1beta1CSINodeSpec { + /** + * drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. + */ + 'drivers': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CSINodeSpec.js b/dist/gen/model/v1beta1CSINodeSpec.js new file mode 100644 index 0000000000..30bd461062 --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CSINodeSpec holds information about the specification of all CSI drivers installed on a node +*/ +class V1beta1CSINodeSpec { + static getAttributeTypeMap() { + return V1beta1CSINodeSpec.attributeTypeMap; + } +} +V1beta1CSINodeSpec.discriminator = undefined; +V1beta1CSINodeSpec.attributeTypeMap = [ + { + "name": "drivers", + "baseName": "drivers", + "type": "Array" + } +]; +exports.V1beta1CSINodeSpec = V1beta1CSINodeSpec; +//# sourceMappingURL=v1beta1CSINodeSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CSINodeSpec.js.map b/dist/gen/model/v1beta1CSINodeSpec.js.map new file mode 100644 index 0000000000..a5556a713f --- /dev/null +++ b/dist/gen/model/v1beta1CSINodeSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CSINodeSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CSINodeSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAe3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAXM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,6BAA6B;KACxC;CAAK,CAAC;AAbf,gDAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequest.d.ts b/dist/gen/model/v1beta1CertificateSigningRequest.d.ts new file mode 100644 index 0000000000..8691b56cd2 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequest.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1CertificateSigningRequestSpec } from './v1beta1CertificateSigningRequestSpec'; +import { V1beta1CertificateSigningRequestStatus } from './v1beta1CertificateSigningRequestStatus'; +/** +* Describes a certificate signing request +*/ +export declare class V1beta1CertificateSigningRequest { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1CertificateSigningRequestSpec; + 'status'?: V1beta1CertificateSigningRequestStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CertificateSigningRequest.js b/dist/gen/model/v1beta1CertificateSigningRequest.js new file mode 100644 index 0000000000..42aba95e8c --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequest.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Describes a certificate signing request +*/ +class V1beta1CertificateSigningRequest { + static getAttributeTypeMap() { + return V1beta1CertificateSigningRequest.attributeTypeMap; + } +} +V1beta1CertificateSigningRequest.discriminator = undefined; +V1beta1CertificateSigningRequest.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1CertificateSigningRequestSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1CertificateSigningRequestStatus" + } +]; +exports.V1beta1CertificateSigningRequest = V1beta1CertificateSigningRequest; +//# sourceMappingURL=v1beta1CertificateSigningRequest.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequest.js.map b/dist/gen/model/v1beta1CertificateSigningRequest.js.map new file mode 100644 index 0000000000..083c4446a3 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequest.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CertificateSigningRequest.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CertificateSigningRequest.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,gCAAgC;IA0CzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA/BM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,wCAAwC;KACnD;CAAK,CAAC;AAxCf,4EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestCondition.d.ts b/dist/gen/model/v1beta1CertificateSigningRequestCondition.d.ts new file mode 100644 index 0000000000..782a25446a --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestCondition.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +export declare class V1beta1CertificateSigningRequestCondition { + /** + * timestamp for the last update to this condition + */ + 'lastUpdateTime'?: Date; + /** + * human readable message with details about the request state + */ + 'message'?: string; + /** + * brief reason for the request state + */ + 'reason'?: string; + /** + * request approval state, currently Approved or Denied. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CertificateSigningRequestCondition.js b/dist/gen/model/v1beta1CertificateSigningRequestCondition.js new file mode 100644 index 0000000000..ed89c6ef4e --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestCondition.js @@ -0,0 +1,43 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +class V1beta1CertificateSigningRequestCondition { + static getAttributeTypeMap() { + return V1beta1CertificateSigningRequestCondition.attributeTypeMap; + } +} +V1beta1CertificateSigningRequestCondition.discriminator = undefined; +V1beta1CertificateSigningRequestCondition.attributeTypeMap = [ + { + "name": "lastUpdateTime", + "baseName": "lastUpdateTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1CertificateSigningRequestCondition = V1beta1CertificateSigningRequestCondition; +//# sourceMappingURL=v1beta1CertificateSigningRequestCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestCondition.js.map b/dist/gen/model/v1beta1CertificateSigningRequestCondition.js.map new file mode 100644 index 0000000000..418d0d36d2 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CertificateSigningRequestCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CertificateSigningRequestCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH,MAAa,yCAAyC;IA0ClD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AA1BM,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,8FA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestList.d.ts b/dist/gen/model/v1beta1CertificateSigningRequestList.d.ts new file mode 100644 index 0000000000..bfcb09ab87 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestList.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1CertificateSigningRequest } from './v1beta1CertificateSigningRequest'; +export declare class V1beta1CertificateSigningRequestList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CertificateSigningRequestList.js b/dist/gen/model/v1beta1CertificateSigningRequestList.js new file mode 100644 index 0000000000..8cf8715c5a --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestList.js @@ -0,0 +1,43 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +class V1beta1CertificateSigningRequestList { + static getAttributeTypeMap() { + return V1beta1CertificateSigningRequestList.attributeTypeMap; + } +} +V1beta1CertificateSigningRequestList.discriminator = undefined; +V1beta1CertificateSigningRequestList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1CertificateSigningRequestList = V1beta1CertificateSigningRequestList; +//# sourceMappingURL=v1beta1CertificateSigningRequestList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestList.js.map b/dist/gen/model/v1beta1CertificateSigningRequestList.js.map new file mode 100644 index 0000000000..6ddc42282b --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CertificateSigningRequestList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CertificateSigningRequestList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH,MAAa,oCAAoC;IAoC7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AA1BM,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,yCAAyC;KACpD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AAlCf,oFAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestSpec.d.ts b/dist/gen/model/v1beta1CertificateSigningRequestSpec.d.ts new file mode 100644 index 0000000000..cd97d64e79 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestSpec.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users. +*/ +export declare class V1beta1CertificateSigningRequestSpec { + /** + * Extra information about the requesting user. See user.Info interface for details. + */ + 'extra'?: { + [key: string]: Array; + }; + /** + * Group information about the requesting user. See user.Info interface for details. + */ + 'groups'?: Array; + /** + * Base64-encoded PKCS#10 CSR data + */ + 'request': string; + /** + * UID information about the requesting user. See user.Info interface for details. + */ + 'uid'?: string; + /** + * allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3 https://tools.ietf.org/html/rfc5280#section-4.2.1.12 + */ + 'usages'?: Array; + /** + * Information about the requesting user. See user.Info interface for details. + */ + 'username'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CertificateSigningRequestSpec.js b/dist/gen/model/v1beta1CertificateSigningRequestSpec.js new file mode 100644 index 0000000000..6e78775d9d --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestSpec.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users. +*/ +class V1beta1CertificateSigningRequestSpec { + static getAttributeTypeMap() { + return V1beta1CertificateSigningRequestSpec.attributeTypeMap; + } +} +V1beta1CertificateSigningRequestSpec.discriminator = undefined; +V1beta1CertificateSigningRequestSpec.attributeTypeMap = [ + { + "name": "extra", + "baseName": "extra", + "type": "{ [key: string]: Array; }" + }, + { + "name": "groups", + "baseName": "groups", + "type": "Array" + }, + { + "name": "request", + "baseName": "request", + "type": "string" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + }, + { + "name": "usages", + "baseName": "usages", + "type": "Array" + }, + { + "name": "username", + "baseName": "username", + "type": "string" + } +]; +exports.V1beta1CertificateSigningRequestSpec = V1beta1CertificateSigningRequestSpec; +//# sourceMappingURL=v1beta1CertificateSigningRequestSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestSpec.js.map b/dist/gen/model/v1beta1CertificateSigningRequestSpec.js.map new file mode 100644 index 0000000000..f7a4d6cbb3 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CertificateSigningRequestSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CertificateSigningRequestSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oCAAoC;IA4D7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AApCM,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,oFA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestStatus.d.ts b/dist/gen/model/v1beta1CertificateSigningRequestStatus.d.ts new file mode 100644 index 0000000000..d8a33bae15 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestStatus.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1CertificateSigningRequestCondition } from './v1beta1CertificateSigningRequestCondition'; +export declare class V1beta1CertificateSigningRequestStatus { + /** + * If request was approved, the controller will place the issued certificate here. + */ + 'certificate'?: string; + /** + * Conditions applied to the request, such as approval or denial. + */ + 'conditions'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CertificateSigningRequestStatus.js b/dist/gen/model/v1beta1CertificateSigningRequestStatus.js new file mode 100644 index 0000000000..be52df6e25 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestStatus.js @@ -0,0 +1,33 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +class V1beta1CertificateSigningRequestStatus { + static getAttributeTypeMap() { + return V1beta1CertificateSigningRequestStatus.attributeTypeMap; + } +} +V1beta1CertificateSigningRequestStatus.discriminator = undefined; +V1beta1CertificateSigningRequestStatus.attributeTypeMap = [ + { + "name": "certificate", + "baseName": "certificate", + "type": "string" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + } +]; +exports.V1beta1CertificateSigningRequestStatus = V1beta1CertificateSigningRequestStatus; +//# sourceMappingURL=v1beta1CertificateSigningRequestStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CertificateSigningRequestStatus.js.map b/dist/gen/model/v1beta1CertificateSigningRequestStatus.js.map new file mode 100644 index 0000000000..485eaf5e57 --- /dev/null +++ b/dist/gen/model/v1beta1CertificateSigningRequestStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CertificateSigningRequestStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CertificateSigningRequestStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH,MAAa,sCAAsC;IAwB/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AAhBM,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,kDAAkD;KAC7D;CAAK,CAAC;AAtBf,wFA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRole.d.ts b/dist/gen/model/v1beta1ClusterRole.d.ts new file mode 100644 index 0000000000..5942ae40fc --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRole.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1AggregationRule } from './v1beta1AggregationRule'; +import { V1beta1PolicyRule } from './v1beta1PolicyRule'; +/** +* ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +*/ +export declare class V1beta1ClusterRole { + 'aggregationRule'?: V1beta1AggregationRule; + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Rules holds all the PolicyRules for this ClusterRole + */ + 'rules'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ClusterRole.js b/dist/gen/model/v1beta1ClusterRole.js new file mode 100644 index 0000000000..9b4cbcf0f7 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRole.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +*/ +class V1beta1ClusterRole { + static getAttributeTypeMap() { + return V1beta1ClusterRole.attributeTypeMap; + } +} +V1beta1ClusterRole.discriminator = undefined; +V1beta1ClusterRole.attributeTypeMap = [ + { + "name": "aggregationRule", + "baseName": "aggregationRule", + "type": "V1beta1AggregationRule" + }, + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + } +]; +exports.V1beta1ClusterRole = V1beta1ClusterRole; +//# sourceMappingURL=v1beta1ClusterRole.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRole.js.map b/dist/gen/model/v1beta1ClusterRole.js.map new file mode 100644 index 0000000000..81c42babbe --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRole.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ClusterRole.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ClusterRole.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,kBAAkB;IA6C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AA3Cf,gDAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRoleBinding.d.ts b/dist/gen/model/v1beta1ClusterRoleBinding.d.ts new file mode 100644 index 0000000000..1d7911b968 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleBinding.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1RoleRef } from './v1beta1RoleRef'; +import { V1beta1Subject } from './v1beta1Subject'; +/** +* ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +*/ +export declare class V1beta1ClusterRoleBinding { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'roleRef': V1beta1RoleRef; + /** + * Subjects holds references to the objects the role applies to. + */ + 'subjects'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ClusterRoleBinding.js b/dist/gen/model/v1beta1ClusterRoleBinding.js new file mode 100644 index 0000000000..089d71a449 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleBinding.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +*/ +class V1beta1ClusterRoleBinding { + static getAttributeTypeMap() { + return V1beta1ClusterRoleBinding.attributeTypeMap; + } +} +V1beta1ClusterRoleBinding.discriminator = undefined; +V1beta1ClusterRoleBinding.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "roleRef", + "baseName": "roleRef", + "type": "V1beta1RoleRef" + }, + { + "name": "subjects", + "baseName": "subjects", + "type": "Array" + } +]; +exports.V1beta1ClusterRoleBinding = V1beta1ClusterRoleBinding; +//# sourceMappingURL=v1beta1ClusterRoleBinding.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRoleBinding.js.map b/dist/gen/model/v1beta1ClusterRoleBinding.js.map new file mode 100644 index 0000000000..558ffc2ce6 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleBinding.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ClusterRoleBinding.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ClusterRoleBinding.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,yBAAyB;IA6ClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AA3Cf,8DAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRoleBindingList.d.ts b/dist/gen/model/v1beta1ClusterRoleBindingList.d.ts new file mode 100644 index 0000000000..bbc34d8185 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleBindingList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1ClusterRoleBinding } from './v1beta1ClusterRoleBinding'; +/** +* ClusterRoleBindingList is a collection of ClusterRoleBindings +*/ +export declare class V1beta1ClusterRoleBindingList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of ClusterRoleBindings + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ClusterRoleBindingList.js b/dist/gen/model/v1beta1ClusterRoleBindingList.js new file mode 100644 index 0000000000..2184807305 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleBindingList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleBindingList is a collection of ClusterRoleBindings +*/ +class V1beta1ClusterRoleBindingList { + static getAttributeTypeMap() { + return V1beta1ClusterRoleBindingList.attributeTypeMap; + } +} +V1beta1ClusterRoleBindingList.discriminator = undefined; +V1beta1ClusterRoleBindingList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1ClusterRoleBindingList = V1beta1ClusterRoleBindingList; +//# sourceMappingURL=v1beta1ClusterRoleBindingList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRoleBindingList.js.map b/dist/gen/model/v1beta1ClusterRoleBindingList.js.map new file mode 100644 index 0000000000..b997e8cb47 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleBindingList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ClusterRoleBindingList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ClusterRoleBindingList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,6BAA6B;IAuCtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA1BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRoleList.d.ts b/dist/gen/model/v1beta1ClusterRoleList.d.ts new file mode 100644 index 0000000000..5f31d6ef44 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1ClusterRole } from './v1beta1ClusterRole'; +/** +* ClusterRoleList is a collection of ClusterRoles +*/ +export declare class V1beta1ClusterRoleList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of ClusterRoles + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ClusterRoleList.js b/dist/gen/model/v1beta1ClusterRoleList.js new file mode 100644 index 0000000000..0e385d7c02 --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ClusterRoleList is a collection of ClusterRoles +*/ +class V1beta1ClusterRoleList { + static getAttributeTypeMap() { + return V1beta1ClusterRoleList.attributeTypeMap; + } +} +V1beta1ClusterRoleList.discriminator = undefined; +V1beta1ClusterRoleList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1ClusterRoleList = V1beta1ClusterRoleList; +//# sourceMappingURL=v1beta1ClusterRoleList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ClusterRoleList.js.map b/dist/gen/model/v1beta1ClusterRoleList.js.map new file mode 100644 index 0000000000..52defb337f --- /dev/null +++ b/dist/gen/model/v1beta1ClusterRoleList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ClusterRoleList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ClusterRoleList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sBAAsB;IAuC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA1BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,wDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ControllerRevision.d.ts b/dist/gen/model/v1beta1ControllerRevision.d.ts new file mode 100644 index 0000000000..c2b8659275 --- /dev/null +++ b/dist/gen/model/v1beta1ControllerRevision.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { RuntimeRawExtension } from './runtimeRawExtension'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +*/ +export declare class V1beta1ControllerRevision { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'data'?: RuntimeRawExtension; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Revision indicates the revision of the state represented by Data. + */ + 'revision': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ControllerRevision.js b/dist/gen/model/v1beta1ControllerRevision.js new file mode 100644 index 0000000000..52dca43347 --- /dev/null +++ b/dist/gen/model/v1beta1ControllerRevision.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1beta2/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +*/ +class V1beta1ControllerRevision { + static getAttributeTypeMap() { + return V1beta1ControllerRevision.attributeTypeMap; + } +} +V1beta1ControllerRevision.discriminator = undefined; +V1beta1ControllerRevision.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "data", + "baseName": "data", + "type": "RuntimeRawExtension" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "revision", + "baseName": "revision", + "type": "number" + } +]; +exports.V1beta1ControllerRevision = V1beta1ControllerRevision; +//# sourceMappingURL=v1beta1ControllerRevision.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ControllerRevision.js.map b/dist/gen/model/v1beta1ControllerRevision.js.map new file mode 100644 index 0000000000..a83487a16a --- /dev/null +++ b/dist/gen/model/v1beta1ControllerRevision.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ControllerRevision.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ControllerRevision.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IA6ClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Cf,8DAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ControllerRevisionList.d.ts b/dist/gen/model/v1beta1ControllerRevisionList.d.ts new file mode 100644 index 0000000000..be1fbb2a5a --- /dev/null +++ b/dist/gen/model/v1beta1ControllerRevisionList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1ControllerRevision } from './v1beta1ControllerRevision'; +/** +* ControllerRevisionList is a resource containing a list of ControllerRevision objects. +*/ +export declare class V1beta1ControllerRevisionList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of ControllerRevisions + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ControllerRevisionList.js b/dist/gen/model/v1beta1ControllerRevisionList.js new file mode 100644 index 0000000000..e56e11cc1c --- /dev/null +++ b/dist/gen/model/v1beta1ControllerRevisionList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ControllerRevisionList is a resource containing a list of ControllerRevision objects. +*/ +class V1beta1ControllerRevisionList { + static getAttributeTypeMap() { + return V1beta1ControllerRevisionList.attributeTypeMap; + } +} +V1beta1ControllerRevisionList.discriminator = undefined; +V1beta1ControllerRevisionList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1ControllerRevisionList = V1beta1ControllerRevisionList; +//# sourceMappingURL=v1beta1ControllerRevisionList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ControllerRevisionList.js.map b/dist/gen/model/v1beta1ControllerRevisionList.js.map new file mode 100644 index 0000000000..259bb4e44b --- /dev/null +++ b/dist/gen/model/v1beta1ControllerRevisionList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ControllerRevisionList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ControllerRevisionList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,6BAA6B;IAuCtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA1BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJob.d.ts b/dist/gen/model/v1beta1CronJob.d.ts new file mode 100644 index 0000000000..8f65c3fbb7 --- /dev/null +++ b/dist/gen/model/v1beta1CronJob.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1CronJobSpec } from './v1beta1CronJobSpec'; +import { V1beta1CronJobStatus } from './v1beta1CronJobStatus'; +/** +* CronJob represents the configuration of a single cron job. +*/ +export declare class V1beta1CronJob { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1CronJobSpec; + 'status'?: V1beta1CronJobStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CronJob.js b/dist/gen/model/v1beta1CronJob.js new file mode 100644 index 0000000000..640163104a --- /dev/null +++ b/dist/gen/model/v1beta1CronJob.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJob represents the configuration of a single cron job. +*/ +class V1beta1CronJob { + static getAttributeTypeMap() { + return V1beta1CronJob.attributeTypeMap; + } +} +V1beta1CronJob.discriminator = undefined; +V1beta1CronJob.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1CronJobSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1CronJobStatus" + } +]; +exports.V1beta1CronJob = V1beta1CronJob; +//# sourceMappingURL=v1beta1CronJob.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJob.js.map b/dist/gen/model/v1beta1CronJob.js.map new file mode 100644 index 0000000000..e0b1f222e6 --- /dev/null +++ b/dist/gen/model/v1beta1CronJob.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CronJob.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CronJob.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,cAAc;IA0CvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AA/BM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sBAAsB;KACjC;CAAK,CAAC;AAxCf,wCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJobList.d.ts b/dist/gen/model/v1beta1CronJobList.d.ts new file mode 100644 index 0000000000..08acb9ae63 --- /dev/null +++ b/dist/gen/model/v1beta1CronJobList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1CronJob } from './v1beta1CronJob'; +/** +* CronJobList is a collection of cron jobs. +*/ +export declare class V1beta1CronJobList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of CronJobs. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CronJobList.js b/dist/gen/model/v1beta1CronJobList.js new file mode 100644 index 0000000000..8d018c35ba --- /dev/null +++ b/dist/gen/model/v1beta1CronJobList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJobList is a collection of cron jobs. +*/ +class V1beta1CronJobList { + static getAttributeTypeMap() { + return V1beta1CronJobList.attributeTypeMap; + } +} +V1beta1CronJobList.discriminator = undefined; +V1beta1CronJobList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1CronJobList = V1beta1CronJobList; +//# sourceMappingURL=v1beta1CronJobList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJobList.js.map b/dist/gen/model/v1beta1CronJobList.js.map new file mode 100644 index 0000000000..29cc0a97e3 --- /dev/null +++ b/dist/gen/model/v1beta1CronJobList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CronJobList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CronJobList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kBAAkB;IAuC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA1BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJobSpec.d.ts b/dist/gen/model/v1beta1CronJobSpec.d.ts new file mode 100644 index 0000000000..9ed45fc6db --- /dev/null +++ b/dist/gen/model/v1beta1CronJobSpec.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1JobTemplateSpec } from './v1beta1JobTemplateSpec'; +/** +* CronJobSpec describes how the job execution will look like and when it will actually run. +*/ +export declare class V1beta1CronJobSpec { + /** + * Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn\'t finished yet; - \"Replace\": cancels currently running job and replaces it with a new one + */ + 'concurrencyPolicy'?: string; + /** + * The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. + */ + 'failedJobsHistoryLimit'?: number; + 'jobTemplate': V1beta1JobTemplateSpec; + /** + * The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. + */ + 'schedule': string; + /** + * Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. + */ + 'startingDeadlineSeconds'?: number; + /** + * The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3. + */ + 'successfulJobsHistoryLimit'?: number; + /** + * This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. + */ + 'suspend'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CronJobSpec.js b/dist/gen/model/v1beta1CronJobSpec.js new file mode 100644 index 0000000000..b78a81204a --- /dev/null +++ b/dist/gen/model/v1beta1CronJobSpec.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJobSpec describes how the job execution will look like and when it will actually run. +*/ +class V1beta1CronJobSpec { + static getAttributeTypeMap() { + return V1beta1CronJobSpec.attributeTypeMap; + } +} +V1beta1CronJobSpec.discriminator = undefined; +V1beta1CronJobSpec.attributeTypeMap = [ + { + "name": "concurrencyPolicy", + "baseName": "concurrencyPolicy", + "type": "string" + }, + { + "name": "failedJobsHistoryLimit", + "baseName": "failedJobsHistoryLimit", + "type": "number" + }, + { + "name": "jobTemplate", + "baseName": "jobTemplate", + "type": "V1beta1JobTemplateSpec" + }, + { + "name": "schedule", + "baseName": "schedule", + "type": "string" + }, + { + "name": "startingDeadlineSeconds", + "baseName": "startingDeadlineSeconds", + "type": "number" + }, + { + "name": "successfulJobsHistoryLimit", + "baseName": "successfulJobsHistoryLimit", + "type": "number" + }, + { + "name": "suspend", + "baseName": "suspend", + "type": "boolean" + } +]; +exports.V1beta1CronJobSpec = V1beta1CronJobSpec; +//# sourceMappingURL=v1beta1CronJobSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJobSpec.js.map b/dist/gen/model/v1beta1CronJobSpec.js.map new file mode 100644 index 0000000000..4d9afc1d11 --- /dev/null +++ b/dist/gen/model/v1beta1CronJobSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CronJobSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CronJobSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,kBAAkB;IAkE3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAzCM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAhEf,gDAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJobStatus.d.ts b/dist/gen/model/v1beta1CronJobStatus.d.ts new file mode 100644 index 0000000000..30f9f2c0a4 --- /dev/null +++ b/dist/gen/model/v1beta1CronJobStatus.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectReference } from './v1ObjectReference'; +/** +* CronJobStatus represents the current state of a cron job. +*/ +export declare class V1beta1CronJobStatus { + /** + * A list of pointers to currently running jobs. + */ + 'active'?: Array; + /** + * Information when was the last time the job was successfully scheduled. + */ + 'lastScheduleTime'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CronJobStatus.js b/dist/gen/model/v1beta1CronJobStatus.js new file mode 100644 index 0000000000..8a3719d6be --- /dev/null +++ b/dist/gen/model/v1beta1CronJobStatus.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJobStatus represents the current state of a cron job. +*/ +class V1beta1CronJobStatus { + static getAttributeTypeMap() { + return V1beta1CronJobStatus.attributeTypeMap; + } +} +V1beta1CronJobStatus.discriminator = undefined; +V1beta1CronJobStatus.attributeTypeMap = [ + { + "name": "active", + "baseName": "active", + "type": "Array" + }, + { + "name": "lastScheduleTime", + "baseName": "lastScheduleTime", + "type": "Date" + } +]; +exports.V1beta1CronJobStatus = V1beta1CronJobStatus; +//# sourceMappingURL=v1beta1CronJobStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CronJobStatus.js.map b/dist/gen/model/v1beta1CronJobStatus.js.map new file mode 100644 index 0000000000..31652fc684 --- /dev/null +++ b/dist/gen/model/v1beta1CronJobStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CronJobStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CronJobStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IAwB7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAhBM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAtBf,oDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceColumnDefinition.d.ts b/dist/gen/model/v1beta1CustomResourceColumnDefinition.d.ts new file mode 100644 index 0000000000..44c557532e --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceColumnDefinition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CustomResourceColumnDefinition specifies a column for server side printing. +*/ +export declare class V1beta1CustomResourceColumnDefinition { + /** + * JSONPath is a simple JSON path, i.e. with array notation. + */ + 'JSONPath': string; + /** + * description is a human readable description of this column. + */ + 'description'?: string; + /** + * format is an optional OpenAPI type definition for this column. The \'name\' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. + */ + 'format'?: string; + /** + * name is a human readable name for the column. + */ + 'name': string; + /** + * priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a higher priority. + */ + 'priority'?: number; + /** + * type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for more. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceColumnDefinition.js b/dist/gen/model/v1beta1CustomResourceColumnDefinition.js new file mode 100644 index 0000000000..34d32ba3bc --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceColumnDefinition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceColumnDefinition specifies a column for server side printing. +*/ +class V1beta1CustomResourceColumnDefinition { + static getAttributeTypeMap() { + return V1beta1CustomResourceColumnDefinition.attributeTypeMap; + } +} +V1beta1CustomResourceColumnDefinition.discriminator = undefined; +V1beta1CustomResourceColumnDefinition.attributeTypeMap = [ + { + "name": "JSONPath", + "baseName": "JSONPath", + "type": "string" + }, + { + "name": "description", + "baseName": "description", + "type": "string" + }, + { + "name": "format", + "baseName": "format", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "priority", + "baseName": "priority", + "type": "number" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1CustomResourceColumnDefinition = V1beta1CustomResourceColumnDefinition; +//# sourceMappingURL=v1beta1CustomResourceColumnDefinition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceColumnDefinition.js.map b/dist/gen/model/v1beta1CustomResourceColumnDefinition.js.map new file mode 100644 index 0000000000..d021516deb --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceColumnDefinition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceColumnDefinition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceColumnDefinition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qCAAqC;IA4D9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AApCM,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,sFA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceConversion.d.ts b/dist/gen/model/v1beta1CustomResourceConversion.d.ts new file mode 100644 index 0000000000..6c75d64794 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceConversion.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { ApiextensionsV1beta1WebhookClientConfig } from './apiextensionsV1beta1WebhookClientConfig'; +/** +* CustomResourceConversion describes how to convert different versions of a CR. +*/ +export declare class V1beta1CustomResourceConversion { + /** + * ConversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, conversion will fail for this object. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Default to `[\'v1beta1\']`. + */ + 'conversionReviewVersions'?: Array; + /** + * `strategy` specifies the conversion strategy. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the CR. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information is needed for this option. This requires spec.preserveUnknownFields to be false. + */ + 'strategy': string; + 'webhookClientConfig'?: ApiextensionsV1beta1WebhookClientConfig; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceConversion.js b/dist/gen/model/v1beta1CustomResourceConversion.js new file mode 100644 index 0000000000..4acf30f6d0 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceConversion.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceConversion describes how to convert different versions of a CR. +*/ +class V1beta1CustomResourceConversion { + static getAttributeTypeMap() { + return V1beta1CustomResourceConversion.attributeTypeMap; + } +} +V1beta1CustomResourceConversion.discriminator = undefined; +V1beta1CustomResourceConversion.attributeTypeMap = [ + { + "name": "conversionReviewVersions", + "baseName": "conversionReviewVersions", + "type": "Array" + }, + { + "name": "strategy", + "baseName": "strategy", + "type": "string" + }, + { + "name": "webhookClientConfig", + "baseName": "webhookClientConfig", + "type": "ApiextensionsV1beta1WebhookClientConfig" + } +]; +exports.V1beta1CustomResourceConversion = V1beta1CustomResourceConversion; +//# sourceMappingURL=v1beta1CustomResourceConversion.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceConversion.js.map b/dist/gen/model/v1beta1CustomResourceConversion.js.map new file mode 100644 index 0000000000..e815d6c96c --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceConversion.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceConversion.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceConversion.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,+BAA+B;IA8BxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AArBM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,yCAAyC;KACpD;CAAK,CAAC;AA5Bf,0EAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinition.d.ts b/dist/gen/model/v1beta1CustomResourceDefinition.d.ts new file mode 100644 index 0000000000..96d411b53d --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinition.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1CustomResourceDefinitionSpec } from './v1beta1CustomResourceDefinitionSpec'; +import { V1beta1CustomResourceDefinitionStatus } from './v1beta1CustomResourceDefinitionStatus'; +/** +* CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. +*/ +export declare class V1beta1CustomResourceDefinition { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1CustomResourceDefinitionSpec; + 'status'?: V1beta1CustomResourceDefinitionStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceDefinition.js b/dist/gen/model/v1beta1CustomResourceDefinition.js new file mode 100644 index 0000000000..7b6b620f56 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. +*/ +class V1beta1CustomResourceDefinition { + static getAttributeTypeMap() { + return V1beta1CustomResourceDefinition.attributeTypeMap; + } +} +V1beta1CustomResourceDefinition.discriminator = undefined; +V1beta1CustomResourceDefinition.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1CustomResourceDefinitionSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1CustomResourceDefinitionStatus" + } +]; +exports.V1beta1CustomResourceDefinition = V1beta1CustomResourceDefinition; +//# sourceMappingURL=v1beta1CustomResourceDefinition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinition.js.map b/dist/gen/model/v1beta1CustomResourceDefinition.js.map new file mode 100644 index 0000000000..11022667cd --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceDefinition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceDefinition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,+BAA+B;IA0CxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA/BM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qCAAqC;KAChD;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,uCAAuC;KAClD;CAAK,CAAC;AAxCf,0EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionCondition.d.ts b/dist/gen/model/v1beta1CustomResourceDefinitionCondition.d.ts new file mode 100644 index 0000000000..3a6931085f --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CustomResourceDefinitionCondition contains details for the current condition of this pod. +*/ +export declare class V1beta1CustomResourceDefinitionCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * Human-readable message indicating details about last transition. + */ + 'message'?: string; + /** + * Unique, one-word, CamelCase reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status is the status of the condition. Can be True, False, Unknown. + */ + 'status': string; + /** + * Type is the type of the condition. Types include Established, NamesAccepted and Terminating. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionCondition.js b/dist/gen/model/v1beta1CustomResourceDefinitionCondition.js new file mode 100644 index 0000000000..1c395066c7 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceDefinitionCondition contains details for the current condition of this pod. +*/ +class V1beta1CustomResourceDefinitionCondition { + static getAttributeTypeMap() { + return V1beta1CustomResourceDefinitionCondition.attributeTypeMap; + } +} +V1beta1CustomResourceDefinitionCondition.discriminator = undefined; +V1beta1CustomResourceDefinitionCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1CustomResourceDefinitionCondition = V1beta1CustomResourceDefinitionCondition; +//# sourceMappingURL=v1beta1CustomResourceDefinitionCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionCondition.js.map b/dist/gen/model/v1beta1CustomResourceDefinitionCondition.js.map new file mode 100644 index 0000000000..0db878b1a4 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceDefinitionCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceDefinitionCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wCAAwC;IAmDjD,MAAM,CAAC,mBAAmB;QACtB,OAAO,wCAAwC,CAAC,gBAAgB,CAAC;IACrE,CAAC;;AA/BM,sDAAa,GAAuB,SAAS,CAAC;AAE9C,yDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,4FAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionList.d.ts b/dist/gen/model/v1beta1CustomResourceDefinitionList.d.ts new file mode 100644 index 0000000000..96f6343b5c --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1CustomResourceDefinition } from './v1beta1CustomResourceDefinition'; +/** +* CustomResourceDefinitionList is a list of CustomResourceDefinition objects. +*/ +export declare class V1beta1CustomResourceDefinitionList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items individual CustomResourceDefinitions + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionList.js b/dist/gen/model/v1beta1CustomResourceDefinitionList.js new file mode 100644 index 0000000000..21ea5c0be7 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceDefinitionList is a list of CustomResourceDefinition objects. +*/ +class V1beta1CustomResourceDefinitionList { + static getAttributeTypeMap() { + return V1beta1CustomResourceDefinitionList.attributeTypeMap; + } +} +V1beta1CustomResourceDefinitionList.discriminator = undefined; +V1beta1CustomResourceDefinitionList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1CustomResourceDefinitionList = V1beta1CustomResourceDefinitionList; +//# sourceMappingURL=v1beta1CustomResourceDefinitionList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionList.js.map b/dist/gen/model/v1beta1CustomResourceDefinitionList.js.map new file mode 100644 index 0000000000..ea7250fdcc --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceDefinitionList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceDefinitionList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mCAAmC;IAuC5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AA1BM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,wCAAwC;KACnD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionNames.d.ts b/dist/gen/model/v1beta1CustomResourceDefinitionNames.d.ts new file mode 100644 index 0000000000..e2f11f84c4 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionNames.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition +*/ +export declare class V1beta1CustomResourceDefinitionNames { + /** + * Categories is a list of grouped resources custom resources belong to (e.g. \'all\') + */ + 'categories'?: Array; + /** + * Kind is the serialized kind of the resource. It is normally CamelCase and singular. + */ + 'kind': string; + /** + * ListKind is the serialized kind of the list for this resource. Defaults to List. + */ + 'listKind'?: string; + /** + * Plural is the plural name of the resource to serve. It must match the name of the CustomResourceDefinition-registration too: plural.group and it must be all lowercase. + */ + 'plural': string; + /** + * ShortNames are short names for the resource. It must be all lowercase. + */ + 'shortNames'?: Array; + /** + * Singular is the singular name of the resource. It must be all lowercase Defaults to lowercased + */ + 'singular'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionNames.js b/dist/gen/model/v1beta1CustomResourceDefinitionNames.js new file mode 100644 index 0000000000..69fb73d995 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionNames.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition +*/ +class V1beta1CustomResourceDefinitionNames { + static getAttributeTypeMap() { + return V1beta1CustomResourceDefinitionNames.attributeTypeMap; + } +} +V1beta1CustomResourceDefinitionNames.discriminator = undefined; +V1beta1CustomResourceDefinitionNames.attributeTypeMap = [ + { + "name": "categories", + "baseName": "categories", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "listKind", + "baseName": "listKind", + "type": "string" + }, + { + "name": "plural", + "baseName": "plural", + "type": "string" + }, + { + "name": "shortNames", + "baseName": "shortNames", + "type": "Array" + }, + { + "name": "singular", + "baseName": "singular", + "type": "string" + } +]; +exports.V1beta1CustomResourceDefinitionNames = V1beta1CustomResourceDefinitionNames; +//# sourceMappingURL=v1beta1CustomResourceDefinitionNames.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionNames.js.map b/dist/gen/model/v1beta1CustomResourceDefinitionNames.js.map new file mode 100644 index 0000000000..b5fc6a5f8f --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionNames.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceDefinitionNames.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceDefinitionNames.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,oCAAoC;IA4D7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AApCM,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,oFA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionSpec.d.ts b/dist/gen/model/v1beta1CustomResourceDefinitionSpec.d.ts new file mode 100644 index 0000000000..4b5310d043 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionSpec.d.ts @@ -0,0 +1,61 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1CustomResourceColumnDefinition } from './v1beta1CustomResourceColumnDefinition'; +import { V1beta1CustomResourceConversion } from './v1beta1CustomResourceConversion'; +import { V1beta1CustomResourceDefinitionNames } from './v1beta1CustomResourceDefinitionNames'; +import { V1beta1CustomResourceDefinitionVersion } from './v1beta1CustomResourceDefinitionVersion'; +import { V1beta1CustomResourceSubresources } from './v1beta1CustomResourceSubresources'; +import { V1beta1CustomResourceValidation } from './v1beta1CustomResourceValidation'; +/** +* CustomResourceDefinitionSpec describes how a user wants their resource to appear +*/ +export declare class V1beta1CustomResourceDefinitionSpec { + /** + * AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column. Optional, the global columns for all versions. Top-level and per-version columns are mutually exclusive. + */ + 'additionalPrinterColumns'?: Array; + 'conversion'?: V1beta1CustomResourceConversion; + /** + * Group is the group this resource belongs in + */ + 'group': string; + 'names': V1beta1CustomResourceDefinitionNames; + /** + * preserveUnknownFields disables pruning of object fields which are not specified in the OpenAPI schema. apiVersion, kind, metadata and known fields inside metadata are always preserved. Defaults to true in v1beta and will default to false in v1. + */ + 'preserveUnknownFields'?: boolean; + /** + * Scope indicates whether this resource is cluster or namespace scoped. Default is namespaced + */ + 'scope': string; + 'subresources'?: V1beta1CustomResourceSubresources; + 'validation'?: V1beta1CustomResourceValidation; + /** + * Version is the version this resource belongs in Should be always first item in Versions field if provided. Optional, but at least one of Version or Versions must be set. Deprecated: Please use `Versions`. + */ + 'version'?: string; + /** + * Versions is the list of all supported versions for this resource. If Version field is provided, this field is optional. Validation: All versions must use the same validation schema for now. i.e., top level Validation field is applied to all of these versions. Order: The version name will be used to compute the order. If the version string is \"kube-like\", it will sort above non \"kube-like\" version strings, which are ordered lexicographically. \"Kube-like\" versions start with a \"v\", then are followed by a number (the major version), then optionally the string \"alpha\" or \"beta\" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + */ + 'versions'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionSpec.js b/dist/gen/model/v1beta1CustomResourceDefinitionSpec.js new file mode 100644 index 0000000000..c66f5f243a --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionSpec.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceDefinitionSpec describes how a user wants their resource to appear +*/ +class V1beta1CustomResourceDefinitionSpec { + static getAttributeTypeMap() { + return V1beta1CustomResourceDefinitionSpec.attributeTypeMap; + } +} +V1beta1CustomResourceDefinitionSpec.discriminator = undefined; +V1beta1CustomResourceDefinitionSpec.attributeTypeMap = [ + { + "name": "additionalPrinterColumns", + "baseName": "additionalPrinterColumns", + "type": "Array" + }, + { + "name": "conversion", + "baseName": "conversion", + "type": "V1beta1CustomResourceConversion" + }, + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "names", + "baseName": "names", + "type": "V1beta1CustomResourceDefinitionNames" + }, + { + "name": "preserveUnknownFields", + "baseName": "preserveUnknownFields", + "type": "boolean" + }, + { + "name": "scope", + "baseName": "scope", + "type": "string" + }, + { + "name": "subresources", + "baseName": "subresources", + "type": "V1beta1CustomResourceSubresources" + }, + { + "name": "validation", + "baseName": "validation", + "type": "V1beta1CustomResourceValidation" + }, + { + "name": "version", + "baseName": "version", + "type": "string" + }, + { + "name": "versions", + "baseName": "versions", + "type": "Array" + } +]; +exports.V1beta1CustomResourceDefinitionSpec = V1beta1CustomResourceDefinitionSpec; +//# sourceMappingURL=v1beta1CustomResourceDefinitionSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionSpec.js.map b/dist/gen/model/v1beta1CustomResourceDefinitionSpec.js.map new file mode 100644 index 0000000000..ab85528a37 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceDefinitionSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceDefinitionSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AASH;;EAEE;AACF,MAAa,mCAAmC;IAoF5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AAxDM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,8CAA8C;KACzD;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,+CAA+C;KAC1D;CAAK,CAAC;AAlFf,kFAuFC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionStatus.d.ts b/dist/gen/model/v1beta1CustomResourceDefinitionStatus.d.ts new file mode 100644 index 0000000000..c100946aec --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionStatus.d.ts @@ -0,0 +1,38 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1CustomResourceDefinitionCondition } from './v1beta1CustomResourceDefinitionCondition'; +import { V1beta1CustomResourceDefinitionNames } from './v1beta1CustomResourceDefinitionNames'; +/** +* CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition +*/ +export declare class V1beta1CustomResourceDefinitionStatus { + 'acceptedNames': V1beta1CustomResourceDefinitionNames; + /** + * Conditions indicate state for particular aspects of a CustomResourceDefinition + */ + 'conditions': Array; + /** + * StoredVersions are all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so the migration controller can first finish a migration to another version (i.e. that no old objects are left in the storage), and then remove the rest of the versions from this list. None of the versions in this list can be removed from the spec.Versions field. + */ + 'storedVersions': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionStatus.js b/dist/gen/model/v1beta1CustomResourceDefinitionStatus.js new file mode 100644 index 0000000000..dba50c8ce6 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition +*/ +class V1beta1CustomResourceDefinitionStatus { + static getAttributeTypeMap() { + return V1beta1CustomResourceDefinitionStatus.attributeTypeMap; + } +} +V1beta1CustomResourceDefinitionStatus.discriminator = undefined; +V1beta1CustomResourceDefinitionStatus.attributeTypeMap = [ + { + "name": "acceptedNames", + "baseName": "acceptedNames", + "type": "V1beta1CustomResourceDefinitionNames" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "storedVersions", + "baseName": "storedVersions", + "type": "Array" + } +]; +exports.V1beta1CustomResourceDefinitionStatus = V1beta1CustomResourceDefinitionStatus; +//# sourceMappingURL=v1beta1CustomResourceDefinitionStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionStatus.js.map b/dist/gen/model/v1beta1CustomResourceDefinitionStatus.js.map new file mode 100644 index 0000000000..1590801fae --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceDefinitionStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceDefinitionStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qCAAqC;IA8B9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AArBM,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,sCAAsC;KACjD;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AA5Bf,sFAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionVersion.d.ts b/dist/gen/model/v1beta1CustomResourceDefinitionVersion.d.ts new file mode 100644 index 0000000000..cfd7ce2b23 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionVersion.d.ts @@ -0,0 +1,48 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1CustomResourceColumnDefinition } from './v1beta1CustomResourceColumnDefinition'; +import { V1beta1CustomResourceSubresources } from './v1beta1CustomResourceSubresources'; +import { V1beta1CustomResourceValidation } from './v1beta1CustomResourceValidation'; +/** +* CustomResourceDefinitionVersion describes a version for CRD. +*/ +export declare class V1beta1CustomResourceDefinitionVersion { + /** + * AdditionalPrinterColumns are additional columns shown e.g. in kubectl next to the name. Defaults to a created-at column. Top-level and per-version columns are mutually exclusive. Per-version columns must not all be set to identical values (top-level columns should be used instead) This field is alpha-level and is only honored by servers that enable the CustomResourceWebhookConversion feature. NOTE: CRDs created prior to 1.13 populated the top-level additionalPrinterColumns field by default. To apply an update that changes to per-version additionalPrinterColumns, the top-level additionalPrinterColumns field must be explicitly set to null + */ + 'additionalPrinterColumns'?: Array; + /** + * Name is the version name, e.g. “v1”, “v2beta1”, etc. + */ + 'name': string; + 'schema'?: V1beta1CustomResourceValidation; + /** + * Served is a flag enabling/disabling this version from being served via REST APIs + */ + 'served': boolean; + /** + * Storage flags the version as storage version. There must be exactly one flagged as storage version. + */ + 'storage': boolean; + 'subresources'?: V1beta1CustomResourceSubresources; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionVersion.js b/dist/gen/model/v1beta1CustomResourceDefinitionVersion.js new file mode 100644 index 0000000000..909ea2bc0e --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionVersion.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceDefinitionVersion describes a version for CRD. +*/ +class V1beta1CustomResourceDefinitionVersion { + static getAttributeTypeMap() { + return V1beta1CustomResourceDefinitionVersion.attributeTypeMap; + } +} +V1beta1CustomResourceDefinitionVersion.discriminator = undefined; +V1beta1CustomResourceDefinitionVersion.attributeTypeMap = [ + { + "name": "additionalPrinterColumns", + "baseName": "additionalPrinterColumns", + "type": "Array" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "schema", + "baseName": "schema", + "type": "V1beta1CustomResourceValidation" + }, + { + "name": "served", + "baseName": "served", + "type": "boolean" + }, + { + "name": "storage", + "baseName": "storage", + "type": "boolean" + }, + { + "name": "subresources", + "baseName": "subresources", + "type": "V1beta1CustomResourceSubresources" + } +]; +exports.V1beta1CustomResourceDefinitionVersion = V1beta1CustomResourceDefinitionVersion; +//# sourceMappingURL=v1beta1CustomResourceDefinitionVersion.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceDefinitionVersion.js.map b/dist/gen/model/v1beta1CustomResourceDefinitionVersion.js.map new file mode 100644 index 0000000000..84319feb1d --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceDefinitionVersion.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceDefinitionVersion.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceDefinitionVersion.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,sCAAsC;IAsD/C,MAAM,CAAC,mBAAmB;QACtB,OAAO,sCAAsC,CAAC,gBAAgB,CAAC;IACnE,CAAC;;AApCM,oDAAa,GAAuB,SAAS,CAAC;AAE9C,uDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,8CAA8C;KACzD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,mCAAmC;KAC9C;CAAK,CAAC;AApDf,wFAyDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceSubresourceScale.d.ts b/dist/gen/model/v1beta1CustomResourceSubresourceScale.d.ts new file mode 100644 index 0000000000..85da897d7a --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceSubresourceScale.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources. +*/ +export declare class V1beta1CustomResourceSubresourceScale { + /** + * LabelSelectorPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Selector. Only JSON paths without the array notation are allowed. Must be a JSON Path under .status or .spec. Must be set to work with HPA. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the CustomResource, the status label selector value in the /scale subresource will default to the empty string. + */ + 'labelSelectorPath'?: string; + /** + * SpecReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Spec.Replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under .spec. If there is no value under the given path in the CustomResource, the /scale subresource will return an error on GET. + */ + 'specReplicasPath': string; + /** + * StatusReplicasPath defines the JSON path inside of a CustomResource that corresponds to Scale.Status.Replicas. Only JSON paths without the array notation are allowed. Must be a JSON Path under .status. If there is no value under the given path in the CustomResource, the status replica value in the /scale subresource will default to 0. + */ + 'statusReplicasPath': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceSubresourceScale.js b/dist/gen/model/v1beta1CustomResourceSubresourceScale.js new file mode 100644 index 0000000000..7ab2df6f2e --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceSubresourceScale.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources. +*/ +class V1beta1CustomResourceSubresourceScale { + static getAttributeTypeMap() { + return V1beta1CustomResourceSubresourceScale.attributeTypeMap; + } +} +V1beta1CustomResourceSubresourceScale.discriminator = undefined; +V1beta1CustomResourceSubresourceScale.attributeTypeMap = [ + { + "name": "labelSelectorPath", + "baseName": "labelSelectorPath", + "type": "string" + }, + { + "name": "specReplicasPath", + "baseName": "specReplicasPath", + "type": "string" + }, + { + "name": "statusReplicasPath", + "baseName": "statusReplicasPath", + "type": "string" + } +]; +exports.V1beta1CustomResourceSubresourceScale = V1beta1CustomResourceSubresourceScale; +//# sourceMappingURL=v1beta1CustomResourceSubresourceScale.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceSubresourceScale.js.map b/dist/gen/model/v1beta1CustomResourceSubresourceScale.js.map new file mode 100644 index 0000000000..40b4941da3 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceSubresourceScale.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceSubresourceScale.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceSubresourceScale.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,qCAAqC;IAiC9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AArBM,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,sFAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceSubresources.d.ts b/dist/gen/model/v1beta1CustomResourceSubresources.d.ts new file mode 100644 index 0000000000..e58ccdc199 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceSubresources.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1CustomResourceSubresourceScale } from './v1beta1CustomResourceSubresourceScale'; +/** +* CustomResourceSubresources defines the status and scale subresources for CustomResources. +*/ +export declare class V1beta1CustomResourceSubresources { + 'scale'?: V1beta1CustomResourceSubresourceScale; + /** + * Status denotes the status subresource for CustomResources + */ + 'status'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceSubresources.js b/dist/gen/model/v1beta1CustomResourceSubresources.js new file mode 100644 index 0000000000..47db1bffd1 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceSubresources.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceSubresources defines the status and scale subresources for CustomResources. +*/ +class V1beta1CustomResourceSubresources { + static getAttributeTypeMap() { + return V1beta1CustomResourceSubresources.attributeTypeMap; + } +} +V1beta1CustomResourceSubresources.discriminator = undefined; +V1beta1CustomResourceSubresources.attributeTypeMap = [ + { + "name": "scale", + "baseName": "scale", + "type": "V1beta1CustomResourceSubresourceScale" + }, + { + "name": "status", + "baseName": "status", + "type": "object" + } +]; +exports.V1beta1CustomResourceSubresources = V1beta1CustomResourceSubresources; +//# sourceMappingURL=v1beta1CustomResourceSubresources.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceSubresources.js.map b/dist/gen/model/v1beta1CustomResourceSubresources.js.map new file mode 100644 index 0000000000..2b880b6746 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceSubresources.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceSubresources.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceSubresources.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,iCAAiC;IAqB1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAhBM,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,8EAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceValidation.d.ts b/dist/gen/model/v1beta1CustomResourceValidation.d.ts new file mode 100644 index 0000000000..25713a0230 --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceValidation.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1JSONSchemaProps } from './v1beta1JSONSchemaProps'; +/** +* CustomResourceValidation is a list of validation methods for CustomResources. +*/ +export declare class V1beta1CustomResourceValidation { + 'openAPIV3Schema'?: V1beta1JSONSchemaProps; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1CustomResourceValidation.js b/dist/gen/model/v1beta1CustomResourceValidation.js new file mode 100644 index 0000000000..5acba22b9c --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceValidation.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CustomResourceValidation is a list of validation methods for CustomResources. +*/ +class V1beta1CustomResourceValidation { + static getAttributeTypeMap() { + return V1beta1CustomResourceValidation.attributeTypeMap; + } +} +V1beta1CustomResourceValidation.discriminator = undefined; +V1beta1CustomResourceValidation.attributeTypeMap = [ + { + "name": "openAPIV3Schema", + "baseName": "openAPIV3Schema", + "type": "V1beta1JSONSchemaProps" + } +]; +exports.V1beta1CustomResourceValidation = V1beta1CustomResourceValidation; +//# sourceMappingURL=v1beta1CustomResourceValidation.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1CustomResourceValidation.js.map b/dist/gen/model/v1beta1CustomResourceValidation.js.map new file mode 100644 index 0000000000..830f5453eb --- /dev/null +++ b/dist/gen/model/v1beta1CustomResourceValidation.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1CustomResourceValidation.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1CustomResourceValidation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,+BAA+B;IAYxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAXM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAVf,0EAeC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSet.d.ts b/dist/gen/model/v1beta1DaemonSet.d.ts new file mode 100644 index 0000000000..6182e90c01 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1DaemonSetSpec } from './v1beta1DaemonSetSpec'; +import { V1beta1DaemonSetStatus } from './v1beta1DaemonSetStatus'; +/** +* DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set. +*/ +export declare class V1beta1DaemonSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1DaemonSetSpec; + 'status'?: V1beta1DaemonSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1DaemonSet.js b/dist/gen/model/v1beta1DaemonSet.js new file mode 100644 index 0000000000..cbeac60609 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of DaemonSet is deprecated by apps/v1beta2/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set. +*/ +class V1beta1DaemonSet { + static getAttributeTypeMap() { + return V1beta1DaemonSet.attributeTypeMap; + } +} +V1beta1DaemonSet.discriminator = undefined; +V1beta1DaemonSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1DaemonSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1DaemonSetStatus" + } +]; +exports.V1beta1DaemonSet = V1beta1DaemonSet; +//# sourceMappingURL=v1beta1DaemonSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSet.js.map b/dist/gen/model/v1beta1DaemonSet.js.map new file mode 100644 index 0000000000..4fc0ca1c20 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1DaemonSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1DaemonSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,gBAAgB;IA0CzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA/BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAxCf,4CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetCondition.d.ts b/dist/gen/model/v1beta1DaemonSetCondition.d.ts new file mode 100644 index 0000000000..33a452f81e --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DaemonSetCondition describes the state of a DaemonSet at a certain point. +*/ +export declare class V1beta1DaemonSetCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of DaemonSet condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1DaemonSetCondition.js b/dist/gen/model/v1beta1DaemonSetCondition.js new file mode 100644 index 0000000000..6cf44f59b6 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetCondition describes the state of a DaemonSet at a certain point. +*/ +class V1beta1DaemonSetCondition { + static getAttributeTypeMap() { + return V1beta1DaemonSetCondition.attributeTypeMap; + } +} +V1beta1DaemonSetCondition.discriminator = undefined; +V1beta1DaemonSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1DaemonSetCondition = V1beta1DaemonSetCondition; +//# sourceMappingURL=v1beta1DaemonSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetCondition.js.map b/dist/gen/model/v1beta1DaemonSetCondition.js.map new file mode 100644 index 0000000000..0d60196363 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1DaemonSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1DaemonSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,yBAAyB;IAmDlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,8DAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetList.d.ts b/dist/gen/model/v1beta1DaemonSetList.d.ts new file mode 100644 index 0000000000..b8afd5d1bd --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1DaemonSet } from './v1beta1DaemonSet'; +/** +* DaemonSetList is a collection of daemon sets. +*/ +export declare class V1beta1DaemonSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * A list of daemon sets. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1DaemonSetList.js b/dist/gen/model/v1beta1DaemonSetList.js new file mode 100644 index 0000000000..193fd89310 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetList is a collection of daemon sets. +*/ +class V1beta1DaemonSetList { + static getAttributeTypeMap() { + return V1beta1DaemonSetList.attributeTypeMap; + } +} +V1beta1DaemonSetList.discriminator = undefined; +V1beta1DaemonSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1DaemonSetList = V1beta1DaemonSetList; +//# sourceMappingURL=v1beta1DaemonSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetList.js.map b/dist/gen/model/v1beta1DaemonSetList.js.map new file mode 100644 index 0000000000..c7ffb69596 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1DaemonSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1DaemonSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IAuC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetSpec.d.ts b/dist/gen/model/v1beta1DaemonSetSpec.d.ts new file mode 100644 index 0000000000..8fa5834302 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetSpec.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +import { V1beta1DaemonSetUpdateStrategy } from './v1beta1DaemonSetUpdateStrategy'; +/** +* DaemonSetSpec is the specification of a daemon set. +*/ +export declare class V1beta1DaemonSetSpec { + /** + * The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). + */ + 'minReadySeconds'?: number; + /** + * The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + */ + 'revisionHistoryLimit'?: number; + 'selector'?: V1LabelSelector; + 'template': V1PodTemplateSpec; + /** + * DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation. + */ + 'templateGeneration'?: number; + 'updateStrategy'?: V1beta1DaemonSetUpdateStrategy; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1DaemonSetSpec.js b/dist/gen/model/v1beta1DaemonSetSpec.js new file mode 100644 index 0000000000..f970fefc92 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetSpec.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetSpec is the specification of a daemon set. +*/ +class V1beta1DaemonSetSpec { + static getAttributeTypeMap() { + return V1beta1DaemonSetSpec.attributeTypeMap; + } +} +V1beta1DaemonSetSpec.discriminator = undefined; +V1beta1DaemonSetSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + }, + { + "name": "templateGeneration", + "baseName": "templateGeneration", + "type": "number" + }, + { + "name": "updateStrategy", + "baseName": "updateStrategy", + "type": "V1beta1DaemonSetUpdateStrategy" + } +]; +exports.V1beta1DaemonSetSpec = V1beta1DaemonSetSpec; +//# sourceMappingURL=v1beta1DaemonSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetSpec.js.map b/dist/gen/model/v1beta1DaemonSetSpec.js.map new file mode 100644 index 0000000000..d0eded467e --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1DaemonSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1DaemonSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,oBAAoB;IAmD7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AApCM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAjDf,oDAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetStatus.d.ts b/dist/gen/model/v1beta1DaemonSetStatus.d.ts new file mode 100644 index 0000000000..97a299355b --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetStatus.d.ts @@ -0,0 +1,68 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1DaemonSetCondition } from './v1beta1DaemonSetCondition'; +/** +* DaemonSetStatus represents the current status of a daemon set. +*/ +export declare class V1beta1DaemonSetStatus { + /** + * Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a DaemonSet\'s current state. + */ + 'conditions'?: Array; + /** + * The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'currentNumberScheduled': number; + /** + * The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'desiredNumberScheduled': number; + /** + * The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) + */ + 'numberAvailable'?: number; + /** + * The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'numberMisscheduled': number; + /** + * The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready. + */ + 'numberReady': number; + /** + * The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) + */ + 'numberUnavailable'?: number; + /** + * The most recent generation observed by the daemon set controller. + */ + 'observedGeneration'?: number; + /** + * The total number of nodes that are running updated daemon pod + */ + 'updatedNumberScheduled'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1DaemonSetStatus.js b/dist/gen/model/v1beta1DaemonSetStatus.js new file mode 100644 index 0000000000..93a9dc374c --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetStatus.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetStatus represents the current status of a daemon set. +*/ +class V1beta1DaemonSetStatus { + static getAttributeTypeMap() { + return V1beta1DaemonSetStatus.attributeTypeMap; + } +} +V1beta1DaemonSetStatus.discriminator = undefined; +V1beta1DaemonSetStatus.attributeTypeMap = [ + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentNumberScheduled", + "baseName": "currentNumberScheduled", + "type": "number" + }, + { + "name": "desiredNumberScheduled", + "baseName": "desiredNumberScheduled", + "type": "number" + }, + { + "name": "numberAvailable", + "baseName": "numberAvailable", + "type": "number" + }, + { + "name": "numberMisscheduled", + "baseName": "numberMisscheduled", + "type": "number" + }, + { + "name": "numberReady", + "baseName": "numberReady", + "type": "number" + }, + { + "name": "numberUnavailable", + "baseName": "numberUnavailable", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "updatedNumberScheduled", + "baseName": "updatedNumberScheduled", + "type": "number" + } +]; +exports.V1beta1DaemonSetStatus = V1beta1DaemonSetStatus; +//# sourceMappingURL=v1beta1DaemonSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetStatus.js.map b/dist/gen/model/v1beta1DaemonSetStatus.js.map new file mode 100644 index 0000000000..3261ef01ba --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1DaemonSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1DaemonSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,sBAAsB;IAgG/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAxDM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Ff,wDAmGC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetUpdateStrategy.d.ts b/dist/gen/model/v1beta1DaemonSetUpdateStrategy.d.ts new file mode 100644 index 0000000000..c0163249ce --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetUpdateStrategy.d.ts @@ -0,0 +1,30 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1RollingUpdateDaemonSet } from './v1beta1RollingUpdateDaemonSet'; +export declare class V1beta1DaemonSetUpdateStrategy { + 'rollingUpdate'?: V1beta1RollingUpdateDaemonSet; + /** + * Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is OnDelete. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1DaemonSetUpdateStrategy.js b/dist/gen/model/v1beta1DaemonSetUpdateStrategy.js new file mode 100644 index 0000000000..aad326ea56 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetUpdateStrategy.js @@ -0,0 +1,33 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +class V1beta1DaemonSetUpdateStrategy { + static getAttributeTypeMap() { + return V1beta1DaemonSetUpdateStrategy.attributeTypeMap; + } +} +V1beta1DaemonSetUpdateStrategy.discriminator = undefined; +V1beta1DaemonSetUpdateStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1beta1RollingUpdateDaemonSet" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1DaemonSetUpdateStrategy = V1beta1DaemonSetUpdateStrategy; +//# sourceMappingURL=v1beta1DaemonSetUpdateStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1DaemonSetUpdateStrategy.js.map b/dist/gen/model/v1beta1DaemonSetUpdateStrategy.js.map new file mode 100644 index 0000000000..4806473b00 --- /dev/null +++ b/dist/gen/model/v1beta1DaemonSetUpdateStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1DaemonSetUpdateStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1DaemonSetUpdateStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH,MAAa,8BAA8B;IAqBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAhBM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,wEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1Event.d.ts b/dist/gen/model/v1beta1Event.d.ts new file mode 100644 index 0000000000..97f79cbd4f --- /dev/null +++ b/dist/gen/model/v1beta1Event.d.ts @@ -0,0 +1,84 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1EventSource } from './v1EventSource'; +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1ObjectReference } from './v1ObjectReference'; +import { V1beta1EventSeries } from './v1beta1EventSeries'; +/** +* Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. +*/ +export declare class V1beta1Event { + /** + * What action was taken/failed regarding to the regarding object. + */ + 'action'?: string; + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Deprecated field assuring backward compatibility with core.v1 Event type + */ + 'deprecatedCount'?: number; + /** + * Deprecated field assuring backward compatibility with core.v1 Event type + */ + 'deprecatedFirstTimestamp'?: Date; + /** + * Deprecated field assuring backward compatibility with core.v1 Event type + */ + 'deprecatedLastTimestamp'?: Date; + 'deprecatedSource'?: V1EventSource; + /** + * Required. Time when this Event was first observed. + */ + 'eventTime': Date; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Optional. A human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB. + */ + 'note'?: string; + /** + * Why the action was taken. + */ + 'reason'?: string; + 'regarding'?: V1ObjectReference; + 'related'?: V1ObjectReference; + /** + * Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. + */ + 'reportingController'?: string; + /** + * ID of the controller instance, e.g. `kubelet-xyzf`. + */ + 'reportingInstance'?: string; + 'series'?: V1beta1EventSeries; + /** + * Type of this event (Normal, Warning), new types could be added in the future. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1Event.js b/dist/gen/model/v1beta1Event.js new file mode 100644 index 0000000000..71e3eb30d2 --- /dev/null +++ b/dist/gen/model/v1beta1Event.js @@ -0,0 +1,111 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. +*/ +class V1beta1Event { + static getAttributeTypeMap() { + return V1beta1Event.attributeTypeMap; + } +} +V1beta1Event.discriminator = undefined; +V1beta1Event.attributeTypeMap = [ + { + "name": "action", + "baseName": "action", + "type": "string" + }, + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "deprecatedCount", + "baseName": "deprecatedCount", + "type": "number" + }, + { + "name": "deprecatedFirstTimestamp", + "baseName": "deprecatedFirstTimestamp", + "type": "Date" + }, + { + "name": "deprecatedLastTimestamp", + "baseName": "deprecatedLastTimestamp", + "type": "Date" + }, + { + "name": "deprecatedSource", + "baseName": "deprecatedSource", + "type": "V1EventSource" + }, + { + "name": "eventTime", + "baseName": "eventTime", + "type": "Date" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "note", + "baseName": "note", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "regarding", + "baseName": "regarding", + "type": "V1ObjectReference" + }, + { + "name": "related", + "baseName": "related", + "type": "V1ObjectReference" + }, + { + "name": "reportingController", + "baseName": "reportingController", + "type": "string" + }, + { + "name": "reportingInstance", + "baseName": "reportingInstance", + "type": "string" + }, + { + "name": "series", + "baseName": "series", + "type": "V1beta1EventSeries" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1Event = V1beta1Event; +//# sourceMappingURL=v1beta1Event.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1Event.js.map b/dist/gen/model/v1beta1Event.js.map new file mode 100644 index 0000000000..d54a2bd365 --- /dev/null +++ b/dist/gen/model/v1beta1Event.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1Event.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1Event.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,YAAY;IAgJrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA3FM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9If,oCAmJC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1EventList.d.ts b/dist/gen/model/v1beta1EventList.d.ts new file mode 100644 index 0000000000..6094016941 --- /dev/null +++ b/dist/gen/model/v1beta1EventList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1Event } from './v1beta1Event'; +/** +* EventList is a list of Event objects. +*/ +export declare class V1beta1EventList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1EventList.js b/dist/gen/model/v1beta1EventList.js new file mode 100644 index 0000000000..17c92cf576 --- /dev/null +++ b/dist/gen/model/v1beta1EventList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EventList is a list of Event objects. +*/ +class V1beta1EventList { + static getAttributeTypeMap() { + return V1beta1EventList.attributeTypeMap; + } +} +V1beta1EventList.discriminator = undefined; +V1beta1EventList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1EventList = V1beta1EventList; +//# sourceMappingURL=v1beta1EventList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1EventList.js.map b/dist/gen/model/v1beta1EventList.js.map new file mode 100644 index 0000000000..fb8b15a156 --- /dev/null +++ b/dist/gen/model/v1beta1EventList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1EventList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1EventList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAuCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1EventSeries.d.ts b/dist/gen/model/v1beta1EventSeries.d.ts new file mode 100644 index 0000000000..7a80aeba24 --- /dev/null +++ b/dist/gen/model/v1beta1EventSeries.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. +*/ +export declare class V1beta1EventSeries { + /** + * Number of occurrences in this series up to the last heartbeat time + */ + 'count': number; + /** + * Time when last Event from the series was seen before last heartbeat. + */ + 'lastObservedTime': Date; + /** + * Information whether this series is ongoing or finished. Deprecated. Planned removal for 1.18 + */ + 'state': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1EventSeries.js b/dist/gen/model/v1beta1EventSeries.js new file mode 100644 index 0000000000..8738ae6a7f --- /dev/null +++ b/dist/gen/model/v1beta1EventSeries.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. +*/ +class V1beta1EventSeries { + static getAttributeTypeMap() { + return V1beta1EventSeries.attributeTypeMap; + } +} +V1beta1EventSeries.discriminator = undefined; +V1beta1EventSeries.attributeTypeMap = [ + { + "name": "count", + "baseName": "count", + "type": "number" + }, + { + "name": "lastObservedTime", + "baseName": "lastObservedTime", + "type": "Date" + }, + { + "name": "state", + "baseName": "state", + "type": "string" + } +]; +exports.V1beta1EventSeries = V1beta1EventSeries; +//# sourceMappingURL=v1beta1EventSeries.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1EventSeries.js.map b/dist/gen/model/v1beta1EventSeries.js.map new file mode 100644 index 0000000000..9dc6e1d689 --- /dev/null +++ b/dist/gen/model/v1beta1EventSeries.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1EventSeries.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1EventSeries.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kBAAkB;IAiC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AArBM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,gDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1Eviction.d.ts b/dist/gen/model/v1beta1Eviction.d.ts new file mode 100644 index 0000000000..60ca8499d0 --- /dev/null +++ b/dist/gen/model/v1beta1Eviction.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1DeleteOptions } from './v1DeleteOptions'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions. +*/ +export declare class V1beta1Eviction { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'deleteOptions'?: V1DeleteOptions; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1Eviction.js b/dist/gen/model/v1beta1Eviction.js new file mode 100644 index 0000000000..c5136d40ab --- /dev/null +++ b/dist/gen/model/v1beta1Eviction.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions. +*/ +class V1beta1Eviction { + static getAttributeTypeMap() { + return V1beta1Eviction.attributeTypeMap; + } +} +V1beta1Eviction.discriminator = undefined; +V1beta1Eviction.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "deleteOptions", + "baseName": "deleteOptions", + "type": "V1DeleteOptions" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + } +]; +exports.V1beta1Eviction = V1beta1Eviction; +//# sourceMappingURL=v1beta1Eviction.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1Eviction.js.map b/dist/gen/model/v1beta1Eviction.js.map new file mode 100644 index 0000000000..9bb62839f5 --- /dev/null +++ b/dist/gen/model/v1beta1Eviction.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1Eviction.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1Eviction.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAoCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;CAAK,CAAC;AAlCf,0CAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ExternalDocumentation.d.ts b/dist/gen/model/v1beta1ExternalDocumentation.d.ts new file mode 100644 index 0000000000..80cf41ab53 --- /dev/null +++ b/dist/gen/model/v1beta1ExternalDocumentation.d.ts @@ -0,0 +1,29 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ExternalDocumentation allows referencing an external resource for extended documentation. +*/ +export declare class V1beta1ExternalDocumentation { + 'description'?: string; + 'url'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ExternalDocumentation.js b/dist/gen/model/v1beta1ExternalDocumentation.js new file mode 100644 index 0000000000..5c063db41e --- /dev/null +++ b/dist/gen/model/v1beta1ExternalDocumentation.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ExternalDocumentation allows referencing an external resource for extended documentation. +*/ +class V1beta1ExternalDocumentation { + static getAttributeTypeMap() { + return V1beta1ExternalDocumentation.attributeTypeMap; + } +} +V1beta1ExternalDocumentation.discriminator = undefined; +V1beta1ExternalDocumentation.attributeTypeMap = [ + { + "name": "description", + "baseName": "description", + "type": "string" + }, + { + "name": "url", + "baseName": "url", + "type": "string" + } +]; +exports.V1beta1ExternalDocumentation = V1beta1ExternalDocumentation; +//# sourceMappingURL=v1beta1ExternalDocumentation.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ExternalDocumentation.js.map b/dist/gen/model/v1beta1ExternalDocumentation.js.map new file mode 100644 index 0000000000..b2319763ae --- /dev/null +++ b/dist/gen/model/v1beta1ExternalDocumentation.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ExternalDocumentation.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ExternalDocumentation.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,4BAA4B;IAkBrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhBf,oEAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1IPBlock.d.ts b/dist/gen/model/v1beta1IPBlock.d.ts new file mode 100644 index 0000000000..fae6f6853b --- /dev/null +++ b/dist/gen/model/v1beta1IPBlock.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock. IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec\'s podSelector. The except entry describes CIDRs that should not be included within this rule. +*/ +export declare class V1beta1IPBlock { + /** + * CIDR is a string representing the IP Block Valid examples are \"192.168.1.1/24\" + */ + 'cidr': string; + /** + * Except is a slice of CIDRs that should not be included within an IP Block Valid examples are \"192.168.1.1/24\" Except values will be rejected if they are outside the CIDR range + */ + 'except'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1IPBlock.js b/dist/gen/model/v1beta1IPBlock.js new file mode 100644 index 0000000000..b22ca28b33 --- /dev/null +++ b/dist/gen/model/v1beta1IPBlock.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock. IPBlock describes a particular CIDR (Ex. \"192.168.1.1/24\") that is allowed to the pods matched by a NetworkPolicySpec\'s podSelector. The except entry describes CIDRs that should not be included within this rule. +*/ +class V1beta1IPBlock { + static getAttributeTypeMap() { + return V1beta1IPBlock.attributeTypeMap; + } +} +V1beta1IPBlock.discriminator = undefined; +V1beta1IPBlock.attributeTypeMap = [ + { + "name": "cidr", + "baseName": "cidr", + "type": "string" + }, + { + "name": "except", + "baseName": "except", + "type": "Array" + } +]; +exports.V1beta1IPBlock = V1beta1IPBlock; +//# sourceMappingURL=v1beta1IPBlock.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1IPBlock.js.map b/dist/gen/model/v1beta1IPBlock.js.map new file mode 100644 index 0000000000..71d405b479 --- /dev/null +++ b/dist/gen/model/v1beta1IPBlock.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1IPBlock.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1IPBlock.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IAwBvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AAhBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAtBf,wCA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1JSONSchemaProps.d.ts b/dist/gen/model/v1beta1JSONSchemaProps.d.ts new file mode 100644 index 0000000000..ccdd10f2e4 --- /dev/null +++ b/dist/gen/model/v1beta1JSONSchemaProps.d.ts @@ -0,0 +1,100 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1ExternalDocumentation } from './v1beta1ExternalDocumentation'; +/** +* JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/). +*/ +export declare class V1beta1JSONSchemaProps { + '$ref'?: string; + '$schema'?: string; + /** + * JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. + */ + 'additionalItems'?: object; + /** + * JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. + */ + 'additionalProperties'?: object; + 'allOf'?: Array; + 'anyOf'?: Array; + /** + * default is a default value for undefined object fields. Defaulting is an alpha feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false. + */ + '_default'?: object; + 'definitions'?: { + [key: string]: V1beta1JSONSchemaProps; + }; + 'dependencies'?: { + [key: string]: object; + }; + 'description'?: string; + '_enum'?: Array; + /** + * JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. + */ + 'example'?: object; + 'exclusiveMaximum'?: boolean; + 'exclusiveMinimum'?: boolean; + 'externalDocs'?: V1beta1ExternalDocumentation; + 'format'?: string; + 'id'?: string; + /** + * JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. + */ + 'items'?: object; + 'maxItems'?: number; + 'maxLength'?: number; + 'maxProperties'?: number; + 'maximum'?: number; + 'minItems'?: number; + 'minLength'?: number; + 'minProperties'?: number; + 'minimum'?: number; + 'multipleOf'?: number; + 'not'?: V1beta1JSONSchemaProps; + 'nullable'?: boolean; + 'oneOf'?: Array; + 'pattern'?: string; + 'patternProperties'?: { + [key: string]: V1beta1JSONSchemaProps; + }; + 'properties'?: { + [key: string]: V1beta1JSONSchemaProps; + }; + 'required'?: Array; + 'title'?: string; + 'type'?: string; + 'uniqueItems'?: boolean; + /** + * x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata). + */ + 'x_kubernetes_embedded_resource'?: boolean; + /** + * x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns: 1) anyOf: - type: integer - type: string 2) allOf: - anyOf: - type: integer - type: string - ... zero or more + */ + 'x_kubernetes_int_or_string'?: boolean; + /** + * x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden. + */ + 'x_kubernetes_preserve_unknown_fields'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1JSONSchemaProps.js b/dist/gen/model/v1beta1JSONSchemaProps.js new file mode 100644 index 0000000000..f29250ce2b --- /dev/null +++ b/dist/gen/model/v1beta1JSONSchemaProps.js @@ -0,0 +1,226 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/). +*/ +class V1beta1JSONSchemaProps { + static getAttributeTypeMap() { + return V1beta1JSONSchemaProps.attributeTypeMap; + } +} +V1beta1JSONSchemaProps.discriminator = undefined; +V1beta1JSONSchemaProps.attributeTypeMap = [ + { + "name": "$ref", + "baseName": "$ref", + "type": "string" + }, + { + "name": "$schema", + "baseName": "$schema", + "type": "string" + }, + { + "name": "additionalItems", + "baseName": "additionalItems", + "type": "object" + }, + { + "name": "additionalProperties", + "baseName": "additionalProperties", + "type": "object" + }, + { + "name": "allOf", + "baseName": "allOf", + "type": "Array" + }, + { + "name": "anyOf", + "baseName": "anyOf", + "type": "Array" + }, + { + "name": "_default", + "baseName": "default", + "type": "object" + }, + { + "name": "definitions", + "baseName": "definitions", + "type": "{ [key: string]: V1beta1JSONSchemaProps; }" + }, + { + "name": "dependencies", + "baseName": "dependencies", + "type": "{ [key: string]: object; }" + }, + { + "name": "description", + "baseName": "description", + "type": "string" + }, + { + "name": "_enum", + "baseName": "enum", + "type": "Array" + }, + { + "name": "example", + "baseName": "example", + "type": "object" + }, + { + "name": "exclusiveMaximum", + "baseName": "exclusiveMaximum", + "type": "boolean" + }, + { + "name": "exclusiveMinimum", + "baseName": "exclusiveMinimum", + "type": "boolean" + }, + { + "name": "externalDocs", + "baseName": "externalDocs", + "type": "V1beta1ExternalDocumentation" + }, + { + "name": "format", + "baseName": "format", + "type": "string" + }, + { + "name": "id", + "baseName": "id", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "object" + }, + { + "name": "maxItems", + "baseName": "maxItems", + "type": "number" + }, + { + "name": "maxLength", + "baseName": "maxLength", + "type": "number" + }, + { + "name": "maxProperties", + "baseName": "maxProperties", + "type": "number" + }, + { + "name": "maximum", + "baseName": "maximum", + "type": "number" + }, + { + "name": "minItems", + "baseName": "minItems", + "type": "number" + }, + { + "name": "minLength", + "baseName": "minLength", + "type": "number" + }, + { + "name": "minProperties", + "baseName": "minProperties", + "type": "number" + }, + { + "name": "minimum", + "baseName": "minimum", + "type": "number" + }, + { + "name": "multipleOf", + "baseName": "multipleOf", + "type": "number" + }, + { + "name": "not", + "baseName": "not", + "type": "V1beta1JSONSchemaProps" + }, + { + "name": "nullable", + "baseName": "nullable", + "type": "boolean" + }, + { + "name": "oneOf", + "baseName": "oneOf", + "type": "Array" + }, + { + "name": "pattern", + "baseName": "pattern", + "type": "string" + }, + { + "name": "patternProperties", + "baseName": "patternProperties", + "type": "{ [key: string]: V1beta1JSONSchemaProps; }" + }, + { + "name": "properties", + "baseName": "properties", + "type": "{ [key: string]: V1beta1JSONSchemaProps; }" + }, + { + "name": "required", + "baseName": "required", + "type": "Array" + }, + { + "name": "title", + "baseName": "title", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + }, + { + "name": "uniqueItems", + "baseName": "uniqueItems", + "type": "boolean" + }, + { + "name": "x_kubernetes_embedded_resource", + "baseName": "x-kubernetes-embedded-resource", + "type": "boolean" + }, + { + "name": "x_kubernetes_int_or_string", + "baseName": "x-kubernetes-int-or-string", + "type": "boolean" + }, + { + "name": "x_kubernetes_preserve_unknown_fields", + "baseName": "x-kubernetes-preserve-unknown-fields", + "type": "boolean" + } +]; +exports.V1beta1JSONSchemaProps = V1beta1JSONSchemaProps; +//# sourceMappingURL=v1beta1JSONSchemaProps.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1JSONSchemaProps.js.map b/dist/gen/model/v1beta1JSONSchemaProps.js.map new file mode 100644 index 0000000000..46d56e3593 --- /dev/null +++ b/dist/gen/model/v1beta1JSONSchemaProps.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1JSONSchemaProps.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1JSONSchemaProps.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1JobTemplateSpec.d.ts b/dist/gen/model/v1beta1JobTemplateSpec.d.ts new file mode 100644 index 0000000000..98f58929c9 --- /dev/null +++ b/dist/gen/model/v1beta1JobTemplateSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1JobSpec } from './v1JobSpec'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* JobTemplateSpec describes the data a Job should have when created from a template +*/ +export declare class V1beta1JobTemplateSpec { + 'metadata'?: V1ObjectMeta; + 'spec'?: V1JobSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1JobTemplateSpec.js b/dist/gen/model/v1beta1JobTemplateSpec.js new file mode 100644 index 0000000000..09213c7b77 --- /dev/null +++ b/dist/gen/model/v1beta1JobTemplateSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* JobTemplateSpec describes the data a Job should have when created from a template +*/ +class V1beta1JobTemplateSpec { + static getAttributeTypeMap() { + return V1beta1JobTemplateSpec.attributeTypeMap; + } +} +V1beta1JobTemplateSpec.discriminator = undefined; +V1beta1JobTemplateSpec.attributeTypeMap = [ + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1JobSpec" + } +]; +exports.V1beta1JobTemplateSpec = V1beta1JobTemplateSpec; +//# sourceMappingURL=v1beta1JobTemplateSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1JobTemplateSpec.js.map b/dist/gen/model/v1beta1JobTemplateSpec.js.map new file mode 100644 index 0000000000..f6be9fa040 --- /dev/null +++ b/dist/gen/model/v1beta1JobTemplateSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1JobTemplateSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1JobTemplateSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sBAAsB;IAkB/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,WAAW;KACtB;CAAK,CAAC;AAhBf,wDAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1Lease.d.ts b/dist/gen/model/v1beta1Lease.d.ts new file mode 100644 index 0000000000..7ef93c020b --- /dev/null +++ b/dist/gen/model/v1beta1Lease.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1LeaseSpec } from './v1beta1LeaseSpec'; +/** +* Lease defines a lease concept. +*/ +export declare class V1beta1Lease { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1LeaseSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1Lease.js b/dist/gen/model/v1beta1Lease.js new file mode 100644 index 0000000000..7799bf10e4 --- /dev/null +++ b/dist/gen/model/v1beta1Lease.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Lease defines a lease concept. +*/ +class V1beta1Lease { + static getAttributeTypeMap() { + return V1beta1Lease.attributeTypeMap; + } +} +V1beta1Lease.discriminator = undefined; +V1beta1Lease.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1LeaseSpec" + } +]; +exports.V1beta1Lease = V1beta1Lease; +//# sourceMappingURL=v1beta1Lease.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1Lease.js.map b/dist/gen/model/v1beta1Lease.js.map new file mode 100644 index 0000000000..fb6ef8cd2f --- /dev/null +++ b/dist/gen/model/v1beta1Lease.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1Lease.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1Lease.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,YAAY;IAoCrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA1BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kBAAkB;KAC7B;CAAK,CAAC;AAlCf,oCAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1LeaseList.d.ts b/dist/gen/model/v1beta1LeaseList.d.ts new file mode 100644 index 0000000000..c2e56e2e7d --- /dev/null +++ b/dist/gen/model/v1beta1LeaseList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1Lease } from './v1beta1Lease'; +/** +* LeaseList is a list of Lease objects. +*/ +export declare class V1beta1LeaseList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1LeaseList.js b/dist/gen/model/v1beta1LeaseList.js new file mode 100644 index 0000000000..35cca4354b --- /dev/null +++ b/dist/gen/model/v1beta1LeaseList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LeaseList is a list of Lease objects. +*/ +class V1beta1LeaseList { + static getAttributeTypeMap() { + return V1beta1LeaseList.attributeTypeMap; + } +} +V1beta1LeaseList.discriminator = undefined; +V1beta1LeaseList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1LeaseList = V1beta1LeaseList; +//# sourceMappingURL=v1beta1LeaseList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1LeaseList.js.map b/dist/gen/model/v1beta1LeaseList.js.map new file mode 100644 index 0000000000..b8f0f8ecf8 --- /dev/null +++ b/dist/gen/model/v1beta1LeaseList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1LeaseList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1LeaseList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,gBAAgB;IAuCzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA1BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1LeaseSpec.d.ts b/dist/gen/model/v1beta1LeaseSpec.d.ts new file mode 100644 index 0000000000..259dfd7ae2 --- /dev/null +++ b/dist/gen/model/v1beta1LeaseSpec.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* LeaseSpec is a specification of a Lease. +*/ +export declare class V1beta1LeaseSpec { + /** + * acquireTime is a time when the current lease was acquired. + */ + 'acquireTime'?: Date; + /** + * holderIdentity contains the identity of the holder of a current lease. + */ + 'holderIdentity'?: string; + /** + * leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed RenewTime. + */ + 'leaseDurationSeconds'?: number; + /** + * leaseTransitions is the number of transitions of a lease between holders. + */ + 'leaseTransitions'?: number; + /** + * renewTime is a time when the current holder of a lease has last updated the lease. + */ + 'renewTime'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1LeaseSpec.js b/dist/gen/model/v1beta1LeaseSpec.js new file mode 100644 index 0000000000..e668321693 --- /dev/null +++ b/dist/gen/model/v1beta1LeaseSpec.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LeaseSpec is a specification of a Lease. +*/ +class V1beta1LeaseSpec { + static getAttributeTypeMap() { + return V1beta1LeaseSpec.attributeTypeMap; + } +} +V1beta1LeaseSpec.discriminator = undefined; +V1beta1LeaseSpec.attributeTypeMap = [ + { + "name": "acquireTime", + "baseName": "acquireTime", + "type": "Date" + }, + { + "name": "holderIdentity", + "baseName": "holderIdentity", + "type": "string" + }, + { + "name": "leaseDurationSeconds", + "baseName": "leaseDurationSeconds", + "type": "number" + }, + { + "name": "leaseTransitions", + "baseName": "leaseTransitions", + "type": "number" + }, + { + "name": "renewTime", + "baseName": "renewTime", + "type": "Date" + } +]; +exports.V1beta1LeaseSpec = V1beta1LeaseSpec; +//# sourceMappingURL=v1beta1LeaseSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1LeaseSpec.js.map b/dist/gen/model/v1beta1LeaseSpec.js.map new file mode 100644 index 0000000000..54723f9d08 --- /dev/null +++ b/dist/gen/model/v1beta1LeaseSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1LeaseSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1LeaseSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAmDzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA/BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAjDf,4CAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1LocalSubjectAccessReview.d.ts b/dist/gen/model/v1beta1LocalSubjectAccessReview.d.ts new file mode 100644 index 0000000000..7334fa2fbd --- /dev/null +++ b/dist/gen/model/v1beta1LocalSubjectAccessReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1SubjectAccessReviewSpec } from './v1beta1SubjectAccessReviewSpec'; +import { V1beta1SubjectAccessReviewStatus } from './v1beta1SubjectAccessReviewStatus'; +/** +* LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. +*/ +export declare class V1beta1LocalSubjectAccessReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1SubjectAccessReviewSpec; + 'status'?: V1beta1SubjectAccessReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1LocalSubjectAccessReview.js b/dist/gen/model/v1beta1LocalSubjectAccessReview.js new file mode 100644 index 0000000000..cdb50b07ed --- /dev/null +++ b/dist/gen/model/v1beta1LocalSubjectAccessReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. +*/ +class V1beta1LocalSubjectAccessReview { + static getAttributeTypeMap() { + return V1beta1LocalSubjectAccessReview.attributeTypeMap; + } +} +V1beta1LocalSubjectAccessReview.discriminator = undefined; +V1beta1LocalSubjectAccessReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1SubjectAccessReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1SubjectAccessReviewStatus" + } +]; +exports.V1beta1LocalSubjectAccessReview = V1beta1LocalSubjectAccessReview; +//# sourceMappingURL=v1beta1LocalSubjectAccessReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1LocalSubjectAccessReview.js.map b/dist/gen/model/v1beta1LocalSubjectAccessReview.js.map new file mode 100644 index 0000000000..124e5fd8af --- /dev/null +++ b/dist/gen/model/v1beta1LocalSubjectAccessReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1LocalSubjectAccessReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1LocalSubjectAccessReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,+BAA+B;IA0CxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA/BM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC;AAxCf,0EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1MutatingWebhook.d.ts b/dist/gen/model/v1beta1MutatingWebhook.d.ts new file mode 100644 index 0000000000..b161a4c1e4 --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhook.d.ts @@ -0,0 +1,65 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AdmissionregistrationV1beta1WebhookClientConfig } from './admissionregistrationV1beta1WebhookClientConfig'; +import { V1LabelSelector } from './v1LabelSelector'; +import { V1beta1RuleWithOperations } from './v1beta1RuleWithOperations'; +/** +* MutatingWebhook describes an admission webhook and the resources and operations it applies to. +*/ +export declare class V1beta1MutatingWebhook { + /** + * AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. Default to `[\'v1beta1\']`. + */ + 'admissionReviewVersions'?: Array; + 'clientConfig': AdmissionregistrationV1beta1WebhookClientConfig; + /** + * FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore. + */ + 'failurePolicy'?: string; + /** + * matchPolicy defines how the \"rules\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to \"Exact\" + */ + 'matchPolicy'?: string; + /** + * The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where \"imagepolicy\" is the name of the webhook, and kubernetes.io is the name of the organization. Required. + */ + 'name': string; + 'namespaceSelector'?: V1LabelSelector; + 'objectSelector'?: V1LabelSelector; + /** + * reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are \"Never\" and \"IfNeeded\". Never: the webhook will not be called more than once in a single admission evaluation. IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead. Defaults to \"Never\". + */ + 'reinvocationPolicy'?: string; + /** + * Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. + */ + 'rules'?: Array; + /** + * SideEffects states whether this webhookk has side effects. Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. Defaults to Unknown. + */ + 'sideEffects'?: string; + /** + * TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 30 seconds. + */ + 'timeoutSeconds'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1MutatingWebhook.js b/dist/gen/model/v1beta1MutatingWebhook.js new file mode 100644 index 0000000000..554da2fed5 --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhook.js @@ -0,0 +1,81 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MutatingWebhook describes an admission webhook and the resources and operations it applies to. +*/ +class V1beta1MutatingWebhook { + static getAttributeTypeMap() { + return V1beta1MutatingWebhook.attributeTypeMap; + } +} +V1beta1MutatingWebhook.discriminator = undefined; +V1beta1MutatingWebhook.attributeTypeMap = [ + { + "name": "admissionReviewVersions", + "baseName": "admissionReviewVersions", + "type": "Array" + }, + { + "name": "clientConfig", + "baseName": "clientConfig", + "type": "AdmissionregistrationV1beta1WebhookClientConfig" + }, + { + "name": "failurePolicy", + "baseName": "failurePolicy", + "type": "string" + }, + { + "name": "matchPolicy", + "baseName": "matchPolicy", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespaceSelector", + "baseName": "namespaceSelector", + "type": "V1LabelSelector" + }, + { + "name": "objectSelector", + "baseName": "objectSelector", + "type": "V1LabelSelector" + }, + { + "name": "reinvocationPolicy", + "baseName": "reinvocationPolicy", + "type": "string" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + }, + { + "name": "sideEffects", + "baseName": "sideEffects", + "type": "string" + }, + { + "name": "timeoutSeconds", + "baseName": "timeoutSeconds", + "type": "number" + } +]; +exports.V1beta1MutatingWebhook = V1beta1MutatingWebhook; +//# sourceMappingURL=v1beta1MutatingWebhook.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1MutatingWebhook.js.map b/dist/gen/model/v1beta1MutatingWebhook.js.map new file mode 100644 index 0000000000..31c22d86ad --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhook.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1MutatingWebhook.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1MutatingWebhook.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,sBAAsB;IAgG/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA7DM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Ff,wDAmGC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1MutatingWebhookConfiguration.d.ts b/dist/gen/model/v1beta1MutatingWebhookConfiguration.d.ts new file mode 100644 index 0000000000..92fe966465 --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhookConfiguration.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1MutatingWebhook } from './v1beta1MutatingWebhook'; +/** +* MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. +*/ +export declare class V1beta1MutatingWebhookConfiguration { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Webhooks is a list of webhooks and the affected resources and operations. + */ + 'webhooks'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1MutatingWebhookConfiguration.js b/dist/gen/model/v1beta1MutatingWebhookConfiguration.js new file mode 100644 index 0000000000..bf744e9ba8 --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhookConfiguration.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. +*/ +class V1beta1MutatingWebhookConfiguration { + static getAttributeTypeMap() { + return V1beta1MutatingWebhookConfiguration.attributeTypeMap; + } +} +V1beta1MutatingWebhookConfiguration.discriminator = undefined; +V1beta1MutatingWebhookConfiguration.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "webhooks", + "baseName": "webhooks", + "type": "Array" + } +]; +exports.V1beta1MutatingWebhookConfiguration = V1beta1MutatingWebhookConfiguration; +//# sourceMappingURL=v1beta1MutatingWebhookConfiguration.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1MutatingWebhookConfiguration.js.map b/dist/gen/model/v1beta1MutatingWebhookConfiguration.js.map new file mode 100644 index 0000000000..0ed307b6b3 --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhookConfiguration.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1MutatingWebhookConfiguration.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1MutatingWebhookConfiguration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mCAAmC;IAuC5C,MAAM,CAAC,mBAAmB;QACtB,OAAO,mCAAmC,CAAC,gBAAgB,CAAC;IAChE,CAAC;;AA1BM,iDAAa,GAAuB,SAAS,CAAC;AAE9C,oDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,+BAA+B;KAC1C;CAAK,CAAC;AArCf,kFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1MutatingWebhookConfigurationList.d.ts b/dist/gen/model/v1beta1MutatingWebhookConfigurationList.d.ts new file mode 100644 index 0000000000..02cbf2c87d --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhookConfigurationList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1MutatingWebhookConfiguration } from './v1beta1MutatingWebhookConfiguration'; +/** +* MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. +*/ +export declare class V1beta1MutatingWebhookConfigurationList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of MutatingWebhookConfiguration. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1MutatingWebhookConfigurationList.js b/dist/gen/model/v1beta1MutatingWebhookConfigurationList.js new file mode 100644 index 0000000000..e606eb358a --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhookConfigurationList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. +*/ +class V1beta1MutatingWebhookConfigurationList { + static getAttributeTypeMap() { + return V1beta1MutatingWebhookConfigurationList.attributeTypeMap; + } +} +V1beta1MutatingWebhookConfigurationList.discriminator = undefined; +V1beta1MutatingWebhookConfigurationList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1MutatingWebhookConfigurationList = V1beta1MutatingWebhookConfigurationList; +//# sourceMappingURL=v1beta1MutatingWebhookConfigurationList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1MutatingWebhookConfigurationList.js.map b/dist/gen/model/v1beta1MutatingWebhookConfigurationList.js.map new file mode 100644 index 0000000000..d8be0fa68b --- /dev/null +++ b/dist/gen/model/v1beta1MutatingWebhookConfigurationList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1MutatingWebhookConfigurationList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1MutatingWebhookConfigurationList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uCAAuC;IAuChD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AA1BM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4CAA4C;KACvD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0FA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicy.d.ts b/dist/gen/model/v1beta1NetworkPolicy.d.ts new file mode 100644 index 0000000000..fe8c8867d6 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicy.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1NetworkPolicySpec } from './v1beta1NetworkPolicySpec'; +/** +* DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networking/v1/NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods +*/ +export declare class V1beta1NetworkPolicy { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1NetworkPolicySpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NetworkPolicy.js b/dist/gen/model/v1beta1NetworkPolicy.js new file mode 100644 index 0000000000..1a0907c47a --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicy.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networking/v1/NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods +*/ +class V1beta1NetworkPolicy { + static getAttributeTypeMap() { + return V1beta1NetworkPolicy.attributeTypeMap; + } +} +V1beta1NetworkPolicy.discriminator = undefined; +V1beta1NetworkPolicy.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1NetworkPolicySpec" + } +]; +exports.V1beta1NetworkPolicy = V1beta1NetworkPolicy; +//# sourceMappingURL=v1beta1NetworkPolicy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicy.js.map b/dist/gen/model/v1beta1NetworkPolicy.js.map new file mode 100644 index 0000000000..7859961a2c --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NetworkPolicy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NetworkPolicy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IAoC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAlCf,oDAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyEgressRule.d.ts b/dist/gen/model/v1beta1NetworkPolicyEgressRule.d.ts new file mode 100644 index 0000000000..8ce3693bdc --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyEgressRule.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1NetworkPolicyPeer } from './v1beta1NetworkPolicyPeer'; +import { V1beta1NetworkPolicyPort } from './v1beta1NetworkPolicyPort'; +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networking/v1/NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec\'s podSelector. The traffic must match both ports and to. This type is beta-level in 1.8 +*/ +export declare class V1beta1NetworkPolicyEgressRule { + /** + * List of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + */ + 'ports'?: Array; + /** + * List of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list. + */ + 'to'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NetworkPolicyEgressRule.js b/dist/gen/model/v1beta1NetworkPolicyEgressRule.js new file mode 100644 index 0000000000..f37df34f9b --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyEgressRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyEgressRule is deprecated by networking/v1/NetworkPolicyEgressRule. NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec\'s podSelector. The traffic must match both ports and to. This type is beta-level in 1.8 +*/ +class V1beta1NetworkPolicyEgressRule { + static getAttributeTypeMap() { + return V1beta1NetworkPolicyEgressRule.attributeTypeMap; + } +} +V1beta1NetworkPolicyEgressRule.discriminator = undefined; +V1beta1NetworkPolicyEgressRule.attributeTypeMap = [ + { + "name": "ports", + "baseName": "ports", + "type": "Array" + }, + { + "name": "to", + "baseName": "to", + "type": "Array" + } +]; +exports.V1beta1NetworkPolicyEgressRule = V1beta1NetworkPolicyEgressRule; +//# sourceMappingURL=v1beta1NetworkPolicyEgressRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyEgressRule.js.map b/dist/gen/model/v1beta1NetworkPolicyEgressRule.js.map new file mode 100644 index 0000000000..4f3b16ab58 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyEgressRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NetworkPolicyEgressRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NetworkPolicyEgressRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,8BAA8B;IAwBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAhBM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,IAAI;QACZ,UAAU,EAAE,IAAI;QAChB,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AAtBf,wEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyIngressRule.d.ts b/dist/gen/model/v1beta1NetworkPolicyIngressRule.d.ts new file mode 100644 index 0000000000..046cc1aa99 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyIngressRule.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1NetworkPolicyPeer } from './v1beta1NetworkPolicyPeer'; +import { V1beta1NetworkPolicyPort } from './v1beta1NetworkPolicyPort'; +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networking/v1/NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from. +*/ +export declare class V1beta1NetworkPolicyIngressRule { + /** + * List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least on item, this rule allows traffic only if the traffic matches at least one item in the from list. + */ + 'from'?: Array; + /** + * List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + */ + 'ports'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NetworkPolicyIngressRule.js b/dist/gen/model/v1beta1NetworkPolicyIngressRule.js new file mode 100644 index 0000000000..a57a76df15 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyIngressRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyIngressRule is deprecated by networking/v1/NetworkPolicyIngressRule. This NetworkPolicyIngressRule matches traffic if and only if the traffic matches both ports AND from. +*/ +class V1beta1NetworkPolicyIngressRule { + static getAttributeTypeMap() { + return V1beta1NetworkPolicyIngressRule.attributeTypeMap; + } +} +V1beta1NetworkPolicyIngressRule.discriminator = undefined; +V1beta1NetworkPolicyIngressRule.attributeTypeMap = [ + { + "name": "from", + "baseName": "from", + "type": "Array" + }, + { + "name": "ports", + "baseName": "ports", + "type": "Array" + } +]; +exports.V1beta1NetworkPolicyIngressRule = V1beta1NetworkPolicyIngressRule; +//# sourceMappingURL=v1beta1NetworkPolicyIngressRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyIngressRule.js.map b/dist/gen/model/v1beta1NetworkPolicyIngressRule.js.map new file mode 100644 index 0000000000..4d3b9ef99e --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyIngressRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NetworkPolicyIngressRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NetworkPolicyIngressRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,+BAA+B;IAwBxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AAhBM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iCAAiC;KAC5C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AAtBf,0EA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyList.d.ts b/dist/gen/model/v1beta1NetworkPolicyList.d.ts new file mode 100644 index 0000000000..1605707a33 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1NetworkPolicy } from './v1beta1NetworkPolicy'; +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networking/v1/NetworkPolicyList. Network Policy List is a list of NetworkPolicy objects. +*/ +export declare class V1beta1NetworkPolicyList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NetworkPolicyList.js b/dist/gen/model/v1beta1NetworkPolicyList.js new file mode 100644 index 0000000000..ea423ca2b0 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyList is deprecated by networking/v1/NetworkPolicyList. Network Policy List is a list of NetworkPolicy objects. +*/ +class V1beta1NetworkPolicyList { + static getAttributeTypeMap() { + return V1beta1NetworkPolicyList.attributeTypeMap; + } +} +V1beta1NetworkPolicyList.discriminator = undefined; +V1beta1NetworkPolicyList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1NetworkPolicyList = V1beta1NetworkPolicyList; +//# sourceMappingURL=v1beta1NetworkPolicyList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyList.js.map b/dist/gen/model/v1beta1NetworkPolicyList.js.map new file mode 100644 index 0000000000..f399dd97a4 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NetworkPolicyList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NetworkPolicyList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyPeer.d.ts b/dist/gen/model/v1beta1NetworkPolicyPeer.d.ts new file mode 100644 index 0000000000..967d7fddb5 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyPeer.d.ts @@ -0,0 +1,32 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1beta1IPBlock } from './v1beta1IPBlock'; +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer. +*/ +export declare class V1beta1NetworkPolicyPeer { + 'ipBlock'?: V1beta1IPBlock; + 'namespaceSelector'?: V1LabelSelector; + 'podSelector'?: V1LabelSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NetworkPolicyPeer.js b/dist/gen/model/v1beta1NetworkPolicyPeer.js new file mode 100644 index 0000000000..9f45cfa01a --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyPeer.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyPeer is deprecated by networking/v1/NetworkPolicyPeer. +*/ +class V1beta1NetworkPolicyPeer { + static getAttributeTypeMap() { + return V1beta1NetworkPolicyPeer.attributeTypeMap; + } +} +V1beta1NetworkPolicyPeer.discriminator = undefined; +V1beta1NetworkPolicyPeer.attributeTypeMap = [ + { + "name": "ipBlock", + "baseName": "ipBlock", + "type": "V1beta1IPBlock" + }, + { + "name": "namespaceSelector", + "baseName": "namespaceSelector", + "type": "V1LabelSelector" + }, + { + "name": "podSelector", + "baseName": "podSelector", + "type": "V1LabelSelector" + } +]; +exports.V1beta1NetworkPolicyPeer = V1beta1NetworkPolicyPeer; +//# sourceMappingURL=v1beta1NetworkPolicyPeer.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyPeer.js.map b/dist/gen/model/v1beta1NetworkPolicyPeer.js.map new file mode 100644 index 0000000000..f7b5dbd836 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyPeer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NetworkPolicyPeer.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NetworkPolicyPeer.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,wBAAwB;IAwBjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AArBM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AAtBf,4DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyPort.d.ts b/dist/gen/model/v1beta1NetworkPolicyPort.d.ts new file mode 100644 index 0000000000..c46d089dba --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyPort.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort. +*/ +export declare class V1beta1NetworkPolicyPort { + /** + * If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched. + */ + 'port'?: object; + /** + * Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP. + */ + 'protocol'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NetworkPolicyPort.js b/dist/gen/model/v1beta1NetworkPolicyPort.js new file mode 100644 index 0000000000..4f87534cdd --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyPort.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort. +*/ +class V1beta1NetworkPolicyPort { + static getAttributeTypeMap() { + return V1beta1NetworkPolicyPort.attributeTypeMap; + } +} +V1beta1NetworkPolicyPort.discriminator = undefined; +V1beta1NetworkPolicyPort.attributeTypeMap = [ + { + "name": "port", + "baseName": "port", + "type": "object" + }, + { + "name": "protocol", + "baseName": "protocol", + "type": "string" + } +]; +exports.V1beta1NetworkPolicyPort = V1beta1NetworkPolicyPort; +//# sourceMappingURL=v1beta1NetworkPolicyPort.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicyPort.js.map b/dist/gen/model/v1beta1NetworkPolicyPort.js.map new file mode 100644 index 0000000000..11b134a23a --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicyPort.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NetworkPolicyPort.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NetworkPolicyPort.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IAwBjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAhBM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,4DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicySpec.d.ts b/dist/gen/model/v1beta1NetworkPolicySpec.d.ts new file mode 100644 index 0000000000..432e26672b --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicySpec.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1beta1NetworkPolicyEgressRule } from './v1beta1NetworkPolicyEgressRule'; +import { V1beta1NetworkPolicyIngressRule } from './v1beta1NetworkPolicyIngressRule'; +/** +* DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec. +*/ +export declare class V1beta1NetworkPolicySpec { + /** + * List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 + */ + 'egress'?: Array; + /** + * List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod\'s local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default). + */ + 'ingress'?: Array; + 'podSelector': V1LabelSelector; + /** + * List of rule types that the NetworkPolicy relates to. Valid options are \"Ingress\", \"Egress\", or \"Ingress,Egress\". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ \"Egress\" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include \"Egress\" (since such a policy would not include an Egress section and would otherwise default to just [ \"Ingress\" ]). This field is beta-level in 1.8 + */ + 'policyTypes'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NetworkPolicySpec.js b/dist/gen/model/v1beta1NetworkPolicySpec.js new file mode 100644 index 0000000000..10a901c57a --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicySpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec. +*/ +class V1beta1NetworkPolicySpec { + static getAttributeTypeMap() { + return V1beta1NetworkPolicySpec.attributeTypeMap; + } +} +V1beta1NetworkPolicySpec.discriminator = undefined; +V1beta1NetworkPolicySpec.attributeTypeMap = [ + { + "name": "egress", + "baseName": "egress", + "type": "Array" + }, + { + "name": "ingress", + "baseName": "ingress", + "type": "Array" + }, + { + "name": "podSelector", + "baseName": "podSelector", + "type": "V1LabelSelector" + }, + { + "name": "policyTypes", + "baseName": "policyTypes", + "type": "Array" + } +]; +exports.V1beta1NetworkPolicySpec = V1beta1NetworkPolicySpec; +//# sourceMappingURL=v1beta1NetworkPolicySpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NetworkPolicySpec.js.map b/dist/gen/model/v1beta1NetworkPolicySpec.js.map new file mode 100644 index 0000000000..98b722e8d6 --- /dev/null +++ b/dist/gen/model/v1beta1NetworkPolicySpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NetworkPolicySpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NetworkPolicySpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,wCAAwC;KACnD;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AArCf,4DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NonResourceAttributes.d.ts b/dist/gen/model/v1beta1NonResourceAttributes.d.ts new file mode 100644 index 0000000000..6cbbce7f16 --- /dev/null +++ b/dist/gen/model/v1beta1NonResourceAttributes.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +*/ +export declare class V1beta1NonResourceAttributes { + /** + * Path is the URL path of the request + */ + 'path'?: string; + /** + * Verb is the standard HTTP verb + */ + 'verb'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NonResourceAttributes.js b/dist/gen/model/v1beta1NonResourceAttributes.js new file mode 100644 index 0000000000..86f9b784f1 --- /dev/null +++ b/dist/gen/model/v1beta1NonResourceAttributes.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +*/ +class V1beta1NonResourceAttributes { + static getAttributeTypeMap() { + return V1beta1NonResourceAttributes.attributeTypeMap; + } +} +V1beta1NonResourceAttributes.discriminator = undefined; +V1beta1NonResourceAttributes.attributeTypeMap = [ + { + "name": "path", + "baseName": "path", + "type": "string" + }, + { + "name": "verb", + "baseName": "verb", + "type": "string" + } +]; +exports.V1beta1NonResourceAttributes = V1beta1NonResourceAttributes; +//# sourceMappingURL=v1beta1NonResourceAttributes.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NonResourceAttributes.js.map b/dist/gen/model/v1beta1NonResourceAttributes.js.map new file mode 100644 index 0000000000..5ec9ca7058 --- /dev/null +++ b/dist/gen/model/v1beta1NonResourceAttributes.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NonResourceAttributes.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NonResourceAttributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,4BAA4B;IAwBrC,MAAM,CAAC,mBAAmB;QACtB,OAAO,4BAA4B,CAAC,gBAAgB,CAAC;IACzD,CAAC;;AAhBM,0CAAa,GAAuB,SAAS,CAAC;AAE9C,6CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,oEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1NonResourceRule.d.ts b/dist/gen/model/v1beta1NonResourceRule.d.ts new file mode 100644 index 0000000000..c5ae3dca78 --- /dev/null +++ b/dist/gen/model/v1beta1NonResourceRule.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* NonResourceRule holds information that describes a rule for the non-resource +*/ +export declare class V1beta1NonResourceRule { + /** + * NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. \"*\" means all. + */ + 'nonResourceURLs'?: Array; + /** + * Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. \"*\" means all. + */ + 'verbs': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1NonResourceRule.js b/dist/gen/model/v1beta1NonResourceRule.js new file mode 100644 index 0000000000..ffac954394 --- /dev/null +++ b/dist/gen/model/v1beta1NonResourceRule.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* NonResourceRule holds information that describes a rule for the non-resource +*/ +class V1beta1NonResourceRule { + static getAttributeTypeMap() { + return V1beta1NonResourceRule.attributeTypeMap; + } +} +V1beta1NonResourceRule.discriminator = undefined; +V1beta1NonResourceRule.attributeTypeMap = [ + { + "name": "nonResourceURLs", + "baseName": "nonResourceURLs", + "type": "Array" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + } +]; +exports.V1beta1NonResourceRule = V1beta1NonResourceRule; +//# sourceMappingURL=v1beta1NonResourceRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1NonResourceRule.js.map b/dist/gen/model/v1beta1NonResourceRule.js.map new file mode 100644 index 0000000000..f717b88933 --- /dev/null +++ b/dist/gen/model/v1beta1NonResourceRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1NonResourceRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1NonResourceRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAwB/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAtBf,wDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudget.d.ts b/dist/gen/model/v1beta1PodDisruptionBudget.d.ts new file mode 100644 index 0000000000..8923a24db5 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudget.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1PodDisruptionBudgetSpec } from './v1beta1PodDisruptionBudgetSpec'; +import { V1beta1PodDisruptionBudgetStatus } from './v1beta1PodDisruptionBudgetStatus'; +/** +* PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods +*/ +export declare class V1beta1PodDisruptionBudget { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1PodDisruptionBudgetSpec; + 'status'?: V1beta1PodDisruptionBudgetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1PodDisruptionBudget.js b/dist/gen/model/v1beta1PodDisruptionBudget.js new file mode 100644 index 0000000000..fdceeeb9cb --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudget.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods +*/ +class V1beta1PodDisruptionBudget { + static getAttributeTypeMap() { + return V1beta1PodDisruptionBudget.attributeTypeMap; + } +} +V1beta1PodDisruptionBudget.discriminator = undefined; +V1beta1PodDisruptionBudget.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1PodDisruptionBudgetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1PodDisruptionBudgetStatus" + } +]; +exports.V1beta1PodDisruptionBudget = V1beta1PodDisruptionBudget; +//# sourceMappingURL=v1beta1PodDisruptionBudget.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudget.js.map b/dist/gen/model/v1beta1PodDisruptionBudget.js.map new file mode 100644 index 0000000000..fdad0e5b23 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudget.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1PodDisruptionBudget.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1PodDisruptionBudget.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,0BAA0B;IA0CnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA/BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC;AAxCf,gEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetList.d.ts b/dist/gen/model/v1beta1PodDisruptionBudgetList.d.ts new file mode 100644 index 0000000000..e488740b30 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetList.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1PodDisruptionBudget } from './v1beta1PodDisruptionBudget'; +/** +* PodDisruptionBudgetList is a collection of PodDisruptionBudgets. +*/ +export declare class V1beta1PodDisruptionBudgetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetList.js b/dist/gen/model/v1beta1PodDisruptionBudgetList.js new file mode 100644 index 0000000000..64bcdca85e --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodDisruptionBudgetList is a collection of PodDisruptionBudgets. +*/ +class V1beta1PodDisruptionBudgetList { + static getAttributeTypeMap() { + return V1beta1PodDisruptionBudgetList.attributeTypeMap; + } +} +V1beta1PodDisruptionBudgetList.discriminator = undefined; +V1beta1PodDisruptionBudgetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1PodDisruptionBudgetList = V1beta1PodDisruptionBudgetList; +//# sourceMappingURL=v1beta1PodDisruptionBudgetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetList.js.map b/dist/gen/model/v1beta1PodDisruptionBudgetList.js.map new file mode 100644 index 0000000000..d599513e98 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1PodDisruptionBudgetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1PodDisruptionBudgetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,8BAA8B;IAoCvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA1BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AAlCf,wEAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetSpec.d.ts b/dist/gen/model/v1beta1PodDisruptionBudgetSpec.d.ts new file mode 100644 index 0000000000..d85dcb0b93 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetSpec.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* PodDisruptionBudgetSpec is a description of a PodDisruptionBudget. +*/ +export declare class V1beta1PodDisruptionBudgetSpec { + /** + * An eviction is allowed if at most \"maxUnavailable\" pods selected by \"selector\" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with \"minAvailable\". + */ + 'maxUnavailable'?: object; + /** + * An eviction is allowed if at least \"minAvailable\" pods selected by \"selector\" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying \"100%\". + */ + 'minAvailable'?: object; + 'selector'?: V1LabelSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetSpec.js b/dist/gen/model/v1beta1PodDisruptionBudgetSpec.js new file mode 100644 index 0000000000..1ee3ddd2c9 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetSpec.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodDisruptionBudgetSpec is a description of a PodDisruptionBudget. +*/ +class V1beta1PodDisruptionBudgetSpec { + static getAttributeTypeMap() { + return V1beta1PodDisruptionBudgetSpec.attributeTypeMap; + } +} +V1beta1PodDisruptionBudgetSpec.discriminator = undefined; +V1beta1PodDisruptionBudgetSpec.attributeTypeMap = [ + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + }, + { + "name": "minAvailable", + "baseName": "minAvailable", + "type": "object" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + } +]; +exports.V1beta1PodDisruptionBudgetSpec = V1beta1PodDisruptionBudgetSpec; +//# sourceMappingURL=v1beta1PodDisruptionBudgetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetSpec.js.map b/dist/gen/model/v1beta1PodDisruptionBudgetSpec.js.map new file mode 100644 index 0000000000..585fc397e5 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1PodDisruptionBudgetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1PodDisruptionBudgetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IA8BvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AArBM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AA5Bf,wEAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetStatus.d.ts b/dist/gen/model/v1beta1PodDisruptionBudgetStatus.d.ts new file mode 100644 index 0000000000..ee95fb0d2d --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetStatus.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system. +*/ +export declare class V1beta1PodDisruptionBudgetStatus { + /** + * current number of healthy pods + */ + 'currentHealthy': number; + /** + * minimum desired number of healthy pods + */ + 'desiredHealthy': number; + /** + * DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn\'t occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions. + */ + 'disruptedPods'?: { + [key: string]: Date; + }; + /** + * Number of pod disruptions that are currently allowed. + */ + 'disruptionsAllowed': number; + /** + * total number of pods counted by this disruption budget + */ + 'expectedPods': number; + /** + * Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status informatio is valid only if observedGeneration equals to PDB\'s object generation. + */ + 'observedGeneration'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetStatus.js b/dist/gen/model/v1beta1PodDisruptionBudgetStatus.js new file mode 100644 index 0000000000..d8b520f975 --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system. +*/ +class V1beta1PodDisruptionBudgetStatus { + static getAttributeTypeMap() { + return V1beta1PodDisruptionBudgetStatus.attributeTypeMap; + } +} +V1beta1PodDisruptionBudgetStatus.discriminator = undefined; +V1beta1PodDisruptionBudgetStatus.attributeTypeMap = [ + { + "name": "currentHealthy", + "baseName": "currentHealthy", + "type": "number" + }, + { + "name": "desiredHealthy", + "baseName": "desiredHealthy", + "type": "number" + }, + { + "name": "disruptedPods", + "baseName": "disruptedPods", + "type": "{ [key: string]: Date; }" + }, + { + "name": "disruptionsAllowed", + "baseName": "disruptionsAllowed", + "type": "number" + }, + { + "name": "expectedPods", + "baseName": "expectedPods", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + } +]; +exports.V1beta1PodDisruptionBudgetStatus = V1beta1PodDisruptionBudgetStatus; +//# sourceMappingURL=v1beta1PodDisruptionBudgetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1PodDisruptionBudgetStatus.js.map b/dist/gen/model/v1beta1PodDisruptionBudgetStatus.js.map new file mode 100644 index 0000000000..b48f7820ad --- /dev/null +++ b/dist/gen/model/v1beta1PodDisruptionBudgetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1PodDisruptionBudgetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1PodDisruptionBudgetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gCAAgC;IA4DzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AApCM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,4EA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1PolicyRule.d.ts b/dist/gen/model/v1beta1PolicyRule.d.ts new file mode 100644 index 0000000000..eefe42f3f8 --- /dev/null +++ b/dist/gen/model/v1beta1PolicyRule.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +*/ +export declare class V1beta1PolicyRule { + /** + * APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. + */ + 'apiGroups'?: Array; + /** + * NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as \"pods\" or \"secrets\") or non-resource URL paths (such as \"/api\"), but not both. + */ + 'nonResourceURLs'?: Array; + /** + * ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. + */ + 'resourceNames'?: Array; + /** + * Resources is a list of resources this rule applies to. \'*\' represents all resources in the specified apiGroups. \'*_/foo\' represents the subresource \'foo\' for all resources in the specified apiGroups. + */ + 'resources'?: Array; + /** + * Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds. + */ + 'verbs': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1PolicyRule.js b/dist/gen/model/v1beta1PolicyRule.js new file mode 100644 index 0000000000..054ef3921a --- /dev/null +++ b/dist/gen/model/v1beta1PolicyRule.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +*/ +class V1beta1PolicyRule { + static getAttributeTypeMap() { + return V1beta1PolicyRule.attributeTypeMap; + } +} +V1beta1PolicyRule.discriminator = undefined; +V1beta1PolicyRule.attributeTypeMap = [ + { + "name": "apiGroups", + "baseName": "apiGroups", + "type": "Array" + }, + { + "name": "nonResourceURLs", + "baseName": "nonResourceURLs", + "type": "Array" + }, + { + "name": "resourceNames", + "baseName": "resourceNames", + "type": "Array" + }, + { + "name": "resources", + "baseName": "resources", + "type": "Array" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + } +]; +exports.V1beta1PolicyRule = V1beta1PolicyRule; +//# sourceMappingURL=v1beta1PolicyRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1PolicyRule.js.map b/dist/gen/model/v1beta1PolicyRule.js.map new file mode 100644 index 0000000000..95bcc2f340 --- /dev/null +++ b/dist/gen/model/v1beta1PolicyRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1PolicyRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1PolicyRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,iBAAiB;IAmD1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAjDf,8CAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1PriorityClass.d.ts b/dist/gen/model/v1beta1PriorityClass.d.ts new file mode 100644 index 0000000000..42e0581d76 --- /dev/null +++ b/dist/gen/model/v1beta1PriorityClass.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +*/ +export declare class V1beta1PriorityClass { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * description is an arbitrary string that usually provides guidelines on when this priority class should be used. + */ + 'description'?: string; + /** + * globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. + */ + 'globalDefault'?: boolean; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is alpha-level and is only honored by servers that enable the NonPreemptingPriority feature. + */ + 'preemptionPolicy'?: string; + /** + * The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. + */ + 'value': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1PriorityClass.js b/dist/gen/model/v1beta1PriorityClass.js new file mode 100644 index 0000000000..ea7cc4404e --- /dev/null +++ b/dist/gen/model/v1beta1PriorityClass.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +*/ +class V1beta1PriorityClass { + static getAttributeTypeMap() { + return V1beta1PriorityClass.attributeTypeMap; + } +} +V1beta1PriorityClass.discriminator = undefined; +V1beta1PriorityClass.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "description", + "baseName": "description", + "type": "string" + }, + { + "name": "globalDefault", + "baseName": "globalDefault", + "type": "boolean" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "preemptionPolicy", + "baseName": "preemptionPolicy", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "number" + } +]; +exports.V1beta1PriorityClass = V1beta1PriorityClass; +//# sourceMappingURL=v1beta1PriorityClass.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1PriorityClass.js.map b/dist/gen/model/v1beta1PriorityClass.js.map new file mode 100644 index 0000000000..207928087d --- /dev/null +++ b/dist/gen/model/v1beta1PriorityClass.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1PriorityClass.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1PriorityClass.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,oBAAoB;IAkE7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AAzCM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAhEf,oDAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1PriorityClassList.d.ts b/dist/gen/model/v1beta1PriorityClassList.d.ts new file mode 100644 index 0000000000..e5b719d07d --- /dev/null +++ b/dist/gen/model/v1beta1PriorityClassList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1PriorityClass } from './v1beta1PriorityClass'; +/** +* PriorityClassList is a collection of priority classes. +*/ +export declare class V1beta1PriorityClassList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of PriorityClasses + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1PriorityClassList.js b/dist/gen/model/v1beta1PriorityClassList.js new file mode 100644 index 0000000000..4736e48016 --- /dev/null +++ b/dist/gen/model/v1beta1PriorityClassList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PriorityClassList is a collection of priority classes. +*/ +class V1beta1PriorityClassList { + static getAttributeTypeMap() { + return V1beta1PriorityClassList.attributeTypeMap; + } +} +V1beta1PriorityClassList.discriminator = undefined; +V1beta1PriorityClassList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1PriorityClassList = V1beta1PriorityClassList; +//# sourceMappingURL=v1beta1PriorityClassList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1PriorityClassList.js.map b/dist/gen/model/v1beta1PriorityClassList.js.map new file mode 100644 index 0000000000..7989b4c6ae --- /dev/null +++ b/dist/gen/model/v1beta1PriorityClassList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1PriorityClassList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1PriorityClassList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,4DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSet.d.ts b/dist/gen/model/v1beta1ReplicaSet.d.ts new file mode 100644 index 0000000000..df6866d42a --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1ReplicaSetSpec } from './v1beta1ReplicaSetSpec'; +import { V1beta1ReplicaSetStatus } from './v1beta1ReplicaSetStatus'; +/** +* DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time. +*/ +export declare class V1beta1ReplicaSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1ReplicaSetSpec; + 'status'?: V1beta1ReplicaSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ReplicaSet.js b/dist/gen/model/v1beta1ReplicaSet.js new file mode 100644 index 0000000000..0e522fb21b --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1beta2/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time. +*/ +class V1beta1ReplicaSet { + static getAttributeTypeMap() { + return V1beta1ReplicaSet.attributeTypeMap; + } +} +V1beta1ReplicaSet.discriminator = undefined; +V1beta1ReplicaSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1ReplicaSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1ReplicaSetStatus" + } +]; +exports.V1beta1ReplicaSet = V1beta1ReplicaSet; +//# sourceMappingURL=v1beta1ReplicaSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSet.js.map b/dist/gen/model/v1beta1ReplicaSet.js.map new file mode 100644 index 0000000000..782057738f --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ReplicaSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ReplicaSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,iBAAiB;IA0C1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAxCf,8CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetCondition.d.ts b/dist/gen/model/v1beta1ReplicaSetCondition.d.ts new file mode 100644 index 0000000000..644b2f5002 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ReplicaSetCondition describes the state of a replica set at a certain point. +*/ +export declare class V1beta1ReplicaSetCondition { + /** + * The last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of replica set condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ReplicaSetCondition.js b/dist/gen/model/v1beta1ReplicaSetCondition.js new file mode 100644 index 0000000000..702cbb7e4c --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetCondition describes the state of a replica set at a certain point. +*/ +class V1beta1ReplicaSetCondition { + static getAttributeTypeMap() { + return V1beta1ReplicaSetCondition.attributeTypeMap; + } +} +V1beta1ReplicaSetCondition.discriminator = undefined; +V1beta1ReplicaSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1ReplicaSetCondition = V1beta1ReplicaSetCondition; +//# sourceMappingURL=v1beta1ReplicaSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetCondition.js.map b/dist/gen/model/v1beta1ReplicaSetCondition.js.map new file mode 100644 index 0000000000..2a7d9457da --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ReplicaSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ReplicaSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAmDnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA/BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,gEAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetList.d.ts b/dist/gen/model/v1beta1ReplicaSetList.d.ts new file mode 100644 index 0000000000..e7202e5e23 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1ReplicaSet } from './v1beta1ReplicaSet'; +/** +* ReplicaSetList is a collection of ReplicaSets. +*/ +export declare class V1beta1ReplicaSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ReplicaSetList.js b/dist/gen/model/v1beta1ReplicaSetList.js new file mode 100644 index 0000000000..e303db50f3 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetList is a collection of ReplicaSets. +*/ +class V1beta1ReplicaSetList { + static getAttributeTypeMap() { + return V1beta1ReplicaSetList.attributeTypeMap; + } +} +V1beta1ReplicaSetList.discriminator = undefined; +V1beta1ReplicaSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1ReplicaSetList = V1beta1ReplicaSetList; +//# sourceMappingURL=v1beta1ReplicaSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetList.js.map b/dist/gen/model/v1beta1ReplicaSetList.js.map new file mode 100644 index 0000000000..4214ed518c --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ReplicaSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ReplicaSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAuC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetSpec.d.ts b/dist/gen/model/v1beta1ReplicaSetSpec.d.ts new file mode 100644 index 0000000000..49781299b8 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* ReplicaSetSpec is the specification of a ReplicaSet. +*/ +export declare class V1beta1ReplicaSetSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + */ + 'replicas'?: number; + 'selector'?: V1LabelSelector; + 'template'?: V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ReplicaSetSpec.js b/dist/gen/model/v1beta1ReplicaSetSpec.js new file mode 100644 index 0000000000..64c636ea01 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetSpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetSpec is the specification of a ReplicaSet. +*/ +class V1beta1ReplicaSetSpec { + static getAttributeTypeMap() { + return V1beta1ReplicaSetSpec.attributeTypeMap; + } +} +V1beta1ReplicaSetSpec.discriminator = undefined; +V1beta1ReplicaSetSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.V1beta1ReplicaSetSpec = V1beta1ReplicaSetSpec; +//# sourceMappingURL=v1beta1ReplicaSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetSpec.js.map b/dist/gen/model/v1beta1ReplicaSetSpec.js.map new file mode 100644 index 0000000000..1f5a0a7160 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ReplicaSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ReplicaSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAoC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAlCf,sDAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetStatus.d.ts b/dist/gen/model/v1beta1ReplicaSetStatus.d.ts new file mode 100644 index 0000000000..047f947b12 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetStatus.d.ts @@ -0,0 +1,52 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1ReplicaSetCondition } from './v1beta1ReplicaSetCondition'; +/** +* ReplicaSetStatus represents the current status of a ReplicaSet. +*/ +export declare class V1beta1ReplicaSetStatus { + /** + * The number of available replicas (ready for at least minReadySeconds) for this replica set. + */ + 'availableReplicas'?: number; + /** + * Represents the latest available observations of a replica set\'s current state. + */ + 'conditions'?: Array; + /** + * The number of pods that have labels matching the labels of the pod template of the replicaset. + */ + 'fullyLabeledReplicas'?: number; + /** + * ObservedGeneration reflects the generation of the most recently observed ReplicaSet. + */ + 'observedGeneration'?: number; + /** + * The number of ready replicas for this replica set. + */ + 'readyReplicas'?: number; + /** + * Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + */ + 'replicas': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ReplicaSetStatus.js b/dist/gen/model/v1beta1ReplicaSetStatus.js new file mode 100644 index 0000000000..42e1de3055 --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetStatus represents the current status of a ReplicaSet. +*/ +class V1beta1ReplicaSetStatus { + static getAttributeTypeMap() { + return V1beta1ReplicaSetStatus.attributeTypeMap; + } +} +V1beta1ReplicaSetStatus.discriminator = undefined; +V1beta1ReplicaSetStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "fullyLabeledReplicas", + "baseName": "fullyLabeledReplicas", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.V1beta1ReplicaSetStatus = V1beta1ReplicaSetStatus; +//# sourceMappingURL=v1beta1ReplicaSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ReplicaSetStatus.js.map b/dist/gen/model/v1beta1ReplicaSetStatus.js.map new file mode 100644 index 0000000000..43fbc47d3c --- /dev/null +++ b/dist/gen/model/v1beta1ReplicaSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ReplicaSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ReplicaSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IA4DhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AApCM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,0DA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ResourceAttributes.d.ts b/dist/gen/model/v1beta1ResourceAttributes.d.ts new file mode 100644 index 0000000000..7263951360 --- /dev/null +++ b/dist/gen/model/v1beta1ResourceAttributes.d.ts @@ -0,0 +1,55 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +*/ +export declare class V1beta1ResourceAttributes { + /** + * Group is the API Group of the Resource. \"*\" means all. + */ + 'group'?: string; + /** + * Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all. + */ + 'name'?: string; + /** + * Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces \"\" (empty) is defaulted for LocalSubjectAccessReviews \"\" (empty) is empty for cluster-scoped resources \"\" (empty) means \"all\" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview + */ + 'namespace'?: string; + /** + * Resource is one of the existing resource types. \"*\" means all. + */ + 'resource'?: string; + /** + * Subresource is one of the existing resource types. \"\" means none. + */ + 'subresource'?: string; + /** + * Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. \"*\" means all. + */ + 'verb'?: string; + /** + * Version is the API Version of the Resource. \"*\" means all. + */ + 'version'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ResourceAttributes.js b/dist/gen/model/v1beta1ResourceAttributes.js new file mode 100644 index 0000000000..af0a4b7bed --- /dev/null +++ b/dist/gen/model/v1beta1ResourceAttributes.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +*/ +class V1beta1ResourceAttributes { + static getAttributeTypeMap() { + return V1beta1ResourceAttributes.attributeTypeMap; + } +} +V1beta1ResourceAttributes.discriminator = undefined; +V1beta1ResourceAttributes.attributeTypeMap = [ + { + "name": "group", + "baseName": "group", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + }, + { + "name": "resource", + "baseName": "resource", + "type": "string" + }, + { + "name": "subresource", + "baseName": "subresource", + "type": "string" + }, + { + "name": "verb", + "baseName": "verb", + "type": "string" + }, + { + "name": "version", + "baseName": "version", + "type": "string" + } +]; +exports.V1beta1ResourceAttributes = V1beta1ResourceAttributes; +//# sourceMappingURL=v1beta1ResourceAttributes.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ResourceAttributes.js.map b/dist/gen/model/v1beta1ResourceAttributes.js.map new file mode 100644 index 0000000000..b6f7d2a4c5 --- /dev/null +++ b/dist/gen/model/v1beta1ResourceAttributes.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ResourceAttributes.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ResourceAttributes.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,yBAAyB;IAqElC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAzCM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnEf,8DAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ResourceRule.d.ts b/dist/gen/model/v1beta1ResourceRule.d.ts new file mode 100644 index 0000000000..4be5b727b8 --- /dev/null +++ b/dist/gen/model/v1beta1ResourceRule.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. +*/ +export declare class V1beta1ResourceRule { + /** + * APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. \"*\" means all. + */ + 'apiGroups'?: Array; + /** + * ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. \"*\" means all. + */ + 'resourceNames'?: Array; + /** + * Resources is a list of resources this rule applies to. \"*\" means all in the specified apiGroups. \"*_/foo\" represents the subresource \'foo\' for all resources in the specified apiGroups. + */ + 'resources'?: Array; + /** + * Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. \"*\" means all. + */ + 'verbs': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ResourceRule.js b/dist/gen/model/v1beta1ResourceRule.js new file mode 100644 index 0000000000..349cb77cfd --- /dev/null +++ b/dist/gen/model/v1beta1ResourceRule.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. +*/ +class V1beta1ResourceRule { + static getAttributeTypeMap() { + return V1beta1ResourceRule.attributeTypeMap; + } +} +V1beta1ResourceRule.discriminator = undefined; +V1beta1ResourceRule.attributeTypeMap = [ + { + "name": "apiGroups", + "baseName": "apiGroups", + "type": "Array" + }, + { + "name": "resourceNames", + "baseName": "resourceNames", + "type": "Array" + }, + { + "name": "resources", + "baseName": "resources", + "type": "Array" + }, + { + "name": "verbs", + "baseName": "verbs", + "type": "Array" + } +]; +exports.V1beta1ResourceRule = V1beta1ResourceRule; +//# sourceMappingURL=v1beta1ResourceRule.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ResourceRule.js.map b/dist/gen/model/v1beta1ResourceRule.js.map new file mode 100644 index 0000000000..29c926efce --- /dev/null +++ b/dist/gen/model/v1beta1ResourceRule.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ResourceRule.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ResourceRule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mBAAmB;IA0C5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;CAAK,CAAC;AAxCf,kDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1Role.d.ts b/dist/gen/model/v1beta1Role.d.ts new file mode 100644 index 0000000000..ce5582d1fa --- /dev/null +++ b/dist/gen/model/v1beta1Role.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1PolicyRule } from './v1beta1PolicyRule'; +/** +* Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +*/ +export declare class V1beta1Role { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Rules holds all the PolicyRules for this Role + */ + 'rules'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1Role.js b/dist/gen/model/v1beta1Role.js new file mode 100644 index 0000000000..bdc6b943ef --- /dev/null +++ b/dist/gen/model/v1beta1Role.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +*/ +class V1beta1Role { + static getAttributeTypeMap() { + return V1beta1Role.attributeTypeMap; + } +} +V1beta1Role.discriminator = undefined; +V1beta1Role.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + } +]; +exports.V1beta1Role = V1beta1Role; +//# sourceMappingURL=v1beta1Role.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1Role.js.map b/dist/gen/model/v1beta1Role.js.map new file mode 100644 index 0000000000..ab9f87ebef --- /dev/null +++ b/dist/gen/model/v1beta1Role.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1Role.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1Role.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,WAAW;IAuCpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AA1BM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AArCf,kCA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleBinding.d.ts b/dist/gen/model/v1beta1RoleBinding.d.ts new file mode 100644 index 0000000000..0e872c45e7 --- /dev/null +++ b/dist/gen/model/v1beta1RoleBinding.d.ts @@ -0,0 +1,44 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1RoleRef } from './v1beta1RoleRef'; +import { V1beta1Subject } from './v1beta1Subject'; +/** +* RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +*/ +export declare class V1beta1RoleBinding { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'roleRef': V1beta1RoleRef; + /** + * Subjects holds references to the objects the role applies to. + */ + 'subjects'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RoleBinding.js b/dist/gen/model/v1beta1RoleBinding.js new file mode 100644 index 0000000000..7980237860 --- /dev/null +++ b/dist/gen/model/v1beta1RoleBinding.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +*/ +class V1beta1RoleBinding { + static getAttributeTypeMap() { + return V1beta1RoleBinding.attributeTypeMap; + } +} +V1beta1RoleBinding.discriminator = undefined; +V1beta1RoleBinding.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "roleRef", + "baseName": "roleRef", + "type": "V1beta1RoleRef" + }, + { + "name": "subjects", + "baseName": "subjects", + "type": "Array" + } +]; +exports.V1beta1RoleBinding = V1beta1RoleBinding; +//# sourceMappingURL=v1beta1RoleBinding.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleBinding.js.map b/dist/gen/model/v1beta1RoleBinding.js.map new file mode 100644 index 0000000000..a09307402a --- /dev/null +++ b/dist/gen/model/v1beta1RoleBinding.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RoleBinding.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RoleBinding.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,kBAAkB;IA6C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,gBAAgB;KAC3B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AA3Cf,gDAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleBindingList.d.ts b/dist/gen/model/v1beta1RoleBindingList.d.ts new file mode 100644 index 0000000000..46ab71781e --- /dev/null +++ b/dist/gen/model/v1beta1RoleBindingList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1RoleBinding } from './v1beta1RoleBinding'; +/** +* RoleBindingList is a collection of RoleBindings +*/ +export declare class V1beta1RoleBindingList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of RoleBindings + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RoleBindingList.js b/dist/gen/model/v1beta1RoleBindingList.js new file mode 100644 index 0000000000..6d942afc97 --- /dev/null +++ b/dist/gen/model/v1beta1RoleBindingList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleBindingList is a collection of RoleBindings +*/ +class V1beta1RoleBindingList { + static getAttributeTypeMap() { + return V1beta1RoleBindingList.attributeTypeMap; + } +} +V1beta1RoleBindingList.discriminator = undefined; +V1beta1RoleBindingList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1RoleBindingList = V1beta1RoleBindingList; +//# sourceMappingURL=v1beta1RoleBindingList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleBindingList.js.map b/dist/gen/model/v1beta1RoleBindingList.js.map new file mode 100644 index 0000000000..fdbe31edf1 --- /dev/null +++ b/dist/gen/model/v1beta1RoleBindingList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RoleBindingList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RoleBindingList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sBAAsB;IAuC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA1BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,wDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleList.d.ts b/dist/gen/model/v1beta1RoleList.d.ts new file mode 100644 index 0000000000..71e279e0cc --- /dev/null +++ b/dist/gen/model/v1beta1RoleList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1Role } from './v1beta1Role'; +/** +* RoleList is a collection of Roles +*/ +export declare class V1beta1RoleList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of Roles + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RoleList.js b/dist/gen/model/v1beta1RoleList.js new file mode 100644 index 0000000000..a6eef60edb --- /dev/null +++ b/dist/gen/model/v1beta1RoleList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleList is a collection of Roles +*/ +class V1beta1RoleList { + static getAttributeTypeMap() { + return V1beta1RoleList.attributeTypeMap; + } +} +V1beta1RoleList.discriminator = undefined; +V1beta1RoleList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1RoleList = V1beta1RoleList; +//# sourceMappingURL=v1beta1RoleList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleList.js.map b/dist/gen/model/v1beta1RoleList.js.map new file mode 100644 index 0000000000..2842007e53 --- /dev/null +++ b/dist/gen/model/v1beta1RoleList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RoleList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RoleList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,eAAe;IAuCxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleRef.d.ts b/dist/gen/model/v1beta1RoleRef.d.ts new file mode 100644 index 0000000000..62af6e6e4a --- /dev/null +++ b/dist/gen/model/v1beta1RoleRef.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RoleRef contains information that points to the role being used +*/ +export declare class V1beta1RoleRef { + /** + * APIGroup is the group for the resource being referenced + */ + 'apiGroup': string; + /** + * Kind is the type of resource being referenced + */ + 'kind': string; + /** + * Name is the name of resource being referenced + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RoleRef.js b/dist/gen/model/v1beta1RoleRef.js new file mode 100644 index 0000000000..017e9ae6b0 --- /dev/null +++ b/dist/gen/model/v1beta1RoleRef.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RoleRef contains information that points to the role being used +*/ +class V1beta1RoleRef { + static getAttributeTypeMap() { + return V1beta1RoleRef.attributeTypeMap; + } +} +V1beta1RoleRef.discriminator = undefined; +V1beta1RoleRef.attributeTypeMap = [ + { + "name": "apiGroup", + "baseName": "apiGroup", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V1beta1RoleRef = V1beta1RoleRef; +//# sourceMappingURL=v1beta1RoleRef.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RoleRef.js.map b/dist/gen/model/v1beta1RoleRef.js.map new file mode 100644 index 0000000000..798c8a089c --- /dev/null +++ b/dist/gen/model/v1beta1RoleRef.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RoleRef.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RoleRef.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IAiCvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AArBM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,wCAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RollingUpdateDaemonSet.d.ts b/dist/gen/model/v1beta1RollingUpdateDaemonSet.d.ts new file mode 100644 index 0000000000..a988a66a6d --- /dev/null +++ b/dist/gen/model/v1beta1RollingUpdateDaemonSet.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Spec to control the desired behavior of daemon set rolling update. +*/ +export declare class V1beta1RollingUpdateDaemonSet { + /** + * The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update. + */ + 'maxUnavailable'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RollingUpdateDaemonSet.js b/dist/gen/model/v1beta1RollingUpdateDaemonSet.js new file mode 100644 index 0000000000..e65fda4e44 --- /dev/null +++ b/dist/gen/model/v1beta1RollingUpdateDaemonSet.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Spec to control the desired behavior of daemon set rolling update. +*/ +class V1beta1RollingUpdateDaemonSet { + static getAttributeTypeMap() { + return V1beta1RollingUpdateDaemonSet.attributeTypeMap; + } +} +V1beta1RollingUpdateDaemonSet.discriminator = undefined; +V1beta1RollingUpdateDaemonSet.attributeTypeMap = [ + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + } +]; +exports.V1beta1RollingUpdateDaemonSet = V1beta1RollingUpdateDaemonSet; +//# sourceMappingURL=v1beta1RollingUpdateDaemonSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RollingUpdateDaemonSet.js.map b/dist/gen/model/v1beta1RollingUpdateDaemonSet.js.map new file mode 100644 index 0000000000..c2b9c15209 --- /dev/null +++ b/dist/gen/model/v1beta1RollingUpdateDaemonSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RollingUpdateDaemonSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RollingUpdateDaemonSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,6BAA6B;IAetC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAXM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,sEAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.d.ts b/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.d.ts new file mode 100644 index 0000000000..118ef0da66 --- /dev/null +++ b/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +*/ +export declare class V1beta1RollingUpdateStatefulSetStrategy { + /** + * Partition indicates the ordinal at which the StatefulSet should be partitioned. + */ + 'partition'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js b/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js new file mode 100644 index 0000000000..4f20d1c55d --- /dev/null +++ b/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +*/ +class V1beta1RollingUpdateStatefulSetStrategy { + static getAttributeTypeMap() { + return V1beta1RollingUpdateStatefulSetStrategy.attributeTypeMap; + } +} +V1beta1RollingUpdateStatefulSetStrategy.discriminator = undefined; +V1beta1RollingUpdateStatefulSetStrategy.attributeTypeMap = [ + { + "name": "partition", + "baseName": "partition", + "type": "number" + } +]; +exports.V1beta1RollingUpdateStatefulSetStrategy = V1beta1RollingUpdateStatefulSetStrategy; +//# sourceMappingURL=v1beta1RollingUpdateStatefulSetStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js.map b/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js.map new file mode 100644 index 0000000000..d1dac3dacf --- /dev/null +++ b/dist/gen/model/v1beta1RollingUpdateStatefulSetStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RollingUpdateStatefulSetStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RollingUpdateStatefulSetStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uCAAuC;IAehD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AAXM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,0FAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RuleWithOperations.d.ts b/dist/gen/model/v1beta1RuleWithOperations.d.ts new file mode 100644 index 0000000000..77481a0ee9 --- /dev/null +++ b/dist/gen/model/v1beta1RuleWithOperations.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid. +*/ +export declare class V1beta1RuleWithOperations { + /** + * APIGroups is the API groups the resources belong to. \'*\' is all groups. If \'*\' is present, the length of the slice must be one. Required. + */ + 'apiGroups'?: Array; + /** + * APIVersions is the API versions the resources belong to. \'*\' is all versions. If \'*\' is present, the length of the slice must be one. Required. + */ + 'apiVersions'?: Array; + /** + * Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If \'*\' is present, the length of the slice must be one. Required. + */ + 'operations'?: Array; + /** + * Resources is a list of resources this rule applies to. For example: \'pods\' means pods. \'pods/log\' means the log subresource of pods. \'*\' means all resources, but not subresources. \'pods/_*\' means all subresources of pods. \'*_/scale\' means all scale subresources. \'*_/_*\' means all resources and their subresources. If wildcard is present, the validation rule will ensure resources do not overlap with each other. Depending on the enclosing object, subresources might not be allowed. Required. + */ + 'resources'?: Array; + /** + * scope specifies the scope of this rule. Valid values are \"Cluster\", \"Namespaced\", and \"*\" \"Cluster\" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. \"Namespaced\" means that only namespaced resources will match this rule. \"*\" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is \"*\". + */ + 'scope'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RuleWithOperations.js b/dist/gen/model/v1beta1RuleWithOperations.js new file mode 100644 index 0000000000..59b649ce38 --- /dev/null +++ b/dist/gen/model/v1beta1RuleWithOperations.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid. +*/ +class V1beta1RuleWithOperations { + static getAttributeTypeMap() { + return V1beta1RuleWithOperations.attributeTypeMap; + } +} +V1beta1RuleWithOperations.discriminator = undefined; +V1beta1RuleWithOperations.attributeTypeMap = [ + { + "name": "apiGroups", + "baseName": "apiGroups", + "type": "Array" + }, + { + "name": "apiVersions", + "baseName": "apiVersions", + "type": "Array" + }, + { + "name": "operations", + "baseName": "operations", + "type": "Array" + }, + { + "name": "resources", + "baseName": "resources", + "type": "Array" + }, + { + "name": "scope", + "baseName": "scope", + "type": "string" + } +]; +exports.V1beta1RuleWithOperations = V1beta1RuleWithOperations; +//# sourceMappingURL=v1beta1RuleWithOperations.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RuleWithOperations.js.map b/dist/gen/model/v1beta1RuleWithOperations.js.map new file mode 100644 index 0000000000..ba319ca1d4 --- /dev/null +++ b/dist/gen/model/v1beta1RuleWithOperations.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RuleWithOperations.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RuleWithOperations.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,yBAAyB;IAmDlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,8DAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RuntimeClass.d.ts b/dist/gen/model/v1beta1RuntimeClass.d.ts new file mode 100644 index 0000000000..f7ca7ff6bd --- /dev/null +++ b/dist/gen/model/v1beta1RuntimeClass.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md +*/ +export declare class V1beta1RuntimeClass { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called \"runc\" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must conform to the DNS Label (RFC 1123) requirements, and is immutable. + */ + 'handler': string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RuntimeClass.js b/dist/gen/model/v1beta1RuntimeClass.js new file mode 100644 index 0000000000..ef39c344ee --- /dev/null +++ b/dist/gen/model/v1beta1RuntimeClass.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md +*/ +class V1beta1RuntimeClass { + static getAttributeTypeMap() { + return V1beta1RuntimeClass.attributeTypeMap; + } +} +V1beta1RuntimeClass.discriminator = undefined; +V1beta1RuntimeClass.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "handler", + "baseName": "handler", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + } +]; +exports.V1beta1RuntimeClass = V1beta1RuntimeClass; +//# sourceMappingURL=v1beta1RuntimeClass.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RuntimeClass.js.map b/dist/gen/model/v1beta1RuntimeClass.js.map new file mode 100644 index 0000000000..a7bfd2f924 --- /dev/null +++ b/dist/gen/model/v1beta1RuntimeClass.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RuntimeClass.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RuntimeClass.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1RuntimeClassList.d.ts b/dist/gen/model/v1beta1RuntimeClassList.d.ts new file mode 100644 index 0000000000..3305210c30 --- /dev/null +++ b/dist/gen/model/v1beta1RuntimeClassList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1RuntimeClass } from './v1beta1RuntimeClass'; +/** +* RuntimeClassList is a list of RuntimeClass objects. +*/ +export declare class V1beta1RuntimeClassList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is a list of schema objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1RuntimeClassList.js b/dist/gen/model/v1beta1RuntimeClassList.js new file mode 100644 index 0000000000..9cd463b013 --- /dev/null +++ b/dist/gen/model/v1beta1RuntimeClassList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RuntimeClassList is a list of RuntimeClass objects. +*/ +class V1beta1RuntimeClassList { + static getAttributeTypeMap() { + return V1beta1RuntimeClassList.attributeTypeMap; + } +} +V1beta1RuntimeClassList.discriminator = undefined; +V1beta1RuntimeClassList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1RuntimeClassList = V1beta1RuntimeClassList; +//# sourceMappingURL=v1beta1RuntimeClassList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1RuntimeClassList.js.map b/dist/gen/model/v1beta1RuntimeClassList.js.map new file mode 100644 index 0000000000..ff8d290151 --- /dev/null +++ b/dist/gen/model/v1beta1RuntimeClassList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1RuntimeClassList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1RuntimeClassList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAuChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA1BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectAccessReview.d.ts b/dist/gen/model/v1beta1SelfSubjectAccessReview.d.ts new file mode 100644 index 0000000000..ee3ea1f936 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectAccessReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1SelfSubjectAccessReviewSpec } from './v1beta1SelfSubjectAccessReviewSpec'; +import { V1beta1SubjectAccessReviewStatus } from './v1beta1SubjectAccessReviewStatus'; +/** +* SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action +*/ +export declare class V1beta1SelfSubjectAccessReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1SelfSubjectAccessReviewSpec; + 'status'?: V1beta1SubjectAccessReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SelfSubjectAccessReview.js b/dist/gen/model/v1beta1SelfSubjectAccessReview.js new file mode 100644 index 0000000000..33e68a96db --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectAccessReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means \"in all namespaces\". Self is a special case, because users should always be able to check whether they can perform an action +*/ +class V1beta1SelfSubjectAccessReview { + static getAttributeTypeMap() { + return V1beta1SelfSubjectAccessReview.attributeTypeMap; + } +} +V1beta1SelfSubjectAccessReview.discriminator = undefined; +V1beta1SelfSubjectAccessReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1SelfSubjectAccessReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1SubjectAccessReviewStatus" + } +]; +exports.V1beta1SelfSubjectAccessReview = V1beta1SelfSubjectAccessReview; +//# sourceMappingURL=v1beta1SelfSubjectAccessReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectAccessReview.js.map b/dist/gen/model/v1beta1SelfSubjectAccessReview.js.map new file mode 100644 index 0000000000..aaf16ee2d0 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectAccessReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SelfSubjectAccessReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SelfSubjectAccessReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,8BAA8B;IA0CvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA/BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC;AAxCf,wEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.d.ts b/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.d.ts new file mode 100644 index 0000000000..ad37ec3891 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1NonResourceAttributes } from './v1beta1NonResourceAttributes'; +import { V1beta1ResourceAttributes } from './v1beta1ResourceAttributes'; +/** +* SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +export declare class V1beta1SelfSubjectAccessReviewSpec { + 'nonResourceAttributes'?: V1beta1NonResourceAttributes; + 'resourceAttributes'?: V1beta1ResourceAttributes; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js b/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js new file mode 100644 index 0000000000..30e4ff942b --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +class V1beta1SelfSubjectAccessReviewSpec { + static getAttributeTypeMap() { + return V1beta1SelfSubjectAccessReviewSpec.attributeTypeMap; + } +} +V1beta1SelfSubjectAccessReviewSpec.discriminator = undefined; +V1beta1SelfSubjectAccessReviewSpec.attributeTypeMap = [ + { + "name": "nonResourceAttributes", + "baseName": "nonResourceAttributes", + "type": "V1beta1NonResourceAttributes" + }, + { + "name": "resourceAttributes", + "baseName": "resourceAttributes", + "type": "V1beta1ResourceAttributes" + } +]; +exports.V1beta1SelfSubjectAccessReviewSpec = V1beta1SelfSubjectAccessReviewSpec; +//# sourceMappingURL=v1beta1SelfSubjectAccessReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js.map b/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js.map new file mode 100644 index 0000000000..6cd5690a0f --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectAccessReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SelfSubjectAccessReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SelfSubjectAccessReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kCAAkC;IAkB3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AAhBM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,2BAA2B;KACtC;CAAK,CAAC;AAhBf,gFAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectRulesReview.d.ts b/dist/gen/model/v1beta1SelfSubjectRulesReview.d.ts new file mode 100644 index 0000000000..6ef7b63f47 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectRulesReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1SelfSubjectRulesReviewSpec } from './v1beta1SelfSubjectRulesReviewSpec'; +import { V1beta1SubjectRulesReviewStatus } from './v1beta1SubjectRulesReviewStatus'; +/** +* SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server\'s authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. +*/ +export declare class V1beta1SelfSubjectRulesReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1SelfSubjectRulesReviewSpec; + 'status'?: V1beta1SubjectRulesReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SelfSubjectRulesReview.js b/dist/gen/model/v1beta1SelfSubjectRulesReview.js new file mode 100644 index 0000000000..511a6f012e --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectRulesReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server\'s authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. +*/ +class V1beta1SelfSubjectRulesReview { + static getAttributeTypeMap() { + return V1beta1SelfSubjectRulesReview.attributeTypeMap; + } +} +V1beta1SelfSubjectRulesReview.discriminator = undefined; +V1beta1SelfSubjectRulesReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1SelfSubjectRulesReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1SubjectRulesReviewStatus" + } +]; +exports.V1beta1SelfSubjectRulesReview = V1beta1SelfSubjectRulesReview; +//# sourceMappingURL=v1beta1SelfSubjectRulesReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectRulesReview.js.map b/dist/gen/model/v1beta1SelfSubjectRulesReview.js.map new file mode 100644 index 0000000000..1a75c1f425 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectRulesReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SelfSubjectRulesReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SelfSubjectRulesReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,6BAA6B;IA0CtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA/BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AAxCf,sEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.d.ts b/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.d.ts new file mode 100644 index 0000000000..38f3adfb60 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.d.ts @@ -0,0 +1,28 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +export declare class V1beta1SelfSubjectRulesReviewSpec { + /** + * Namespace to evaluate rules for. Required. + */ + 'namespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js b/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js new file mode 100644 index 0000000000..c2e4d75925 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js @@ -0,0 +1,28 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +class V1beta1SelfSubjectRulesReviewSpec { + static getAttributeTypeMap() { + return V1beta1SelfSubjectRulesReviewSpec.attributeTypeMap; + } +} +V1beta1SelfSubjectRulesReviewSpec.discriminator = undefined; +V1beta1SelfSubjectRulesReviewSpec.attributeTypeMap = [ + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + } +]; +exports.V1beta1SelfSubjectRulesReviewSpec = V1beta1SelfSubjectRulesReviewSpec; +//# sourceMappingURL=v1beta1SelfSubjectRulesReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js.map b/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js.map new file mode 100644 index 0000000000..51ae5bc9a9 --- /dev/null +++ b/dist/gen/model/v1beta1SelfSubjectRulesReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SelfSubjectRulesReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SelfSubjectRulesReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH,MAAa,iCAAiC;IAe1C,MAAM,CAAC,mBAAmB;QACtB,OAAO,iCAAiC,CAAC,gBAAgB,CAAC;IAC9D,CAAC;;AAXM,+CAAa,GAAuB,SAAS,CAAC;AAE9C,kDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,8EAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSet.d.ts b/dist/gen/model/v1beta1StatefulSet.d.ts new file mode 100644 index 0000000000..5fea59cd48 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1StatefulSetSpec } from './v1beta1StatefulSetSpec'; +import { V1beta1StatefulSetStatus } from './v1beta1StatefulSetStatus'; +/** +* DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. +*/ +export declare class V1beta1StatefulSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta1StatefulSetSpec; + 'status'?: V1beta1StatefulSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StatefulSet.js b/dist/gen/model/v1beta1StatefulSet.js new file mode 100644 index 0000000000..4c4129a239 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of StatefulSet is deprecated by apps/v1beta2/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. +*/ +class V1beta1StatefulSet { + static getAttributeTypeMap() { + return V1beta1StatefulSet.attributeTypeMap; + } +} +V1beta1StatefulSet.discriminator = undefined; +V1beta1StatefulSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1StatefulSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1StatefulSetStatus" + } +]; +exports.V1beta1StatefulSet = V1beta1StatefulSet; +//# sourceMappingURL=v1beta1StatefulSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSet.js.map b/dist/gen/model/v1beta1StatefulSet.js.map new file mode 100644 index 0000000000..419cd6bc84 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StatefulSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StatefulSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,kBAAkB;IA0C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAxCf,gDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetCondition.d.ts b/dist/gen/model/v1beta1StatefulSetCondition.d.ts new file mode 100644 index 0000000000..dfbd03cb00 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* StatefulSetCondition describes the state of a statefulset at a certain point. +*/ +export declare class V1beta1StatefulSetCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of statefulset condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StatefulSetCondition.js b/dist/gen/model/v1beta1StatefulSetCondition.js new file mode 100644 index 0000000000..6e61b2aa3d --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetCondition describes the state of a statefulset at a certain point. +*/ +class V1beta1StatefulSetCondition { + static getAttributeTypeMap() { + return V1beta1StatefulSetCondition.attributeTypeMap; + } +} +V1beta1StatefulSetCondition.discriminator = undefined; +V1beta1StatefulSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1StatefulSetCondition = V1beta1StatefulSetCondition; +//# sourceMappingURL=v1beta1StatefulSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetCondition.js.map b/dist/gen/model/v1beta1StatefulSetCondition.js.map new file mode 100644 index 0000000000..2a7691b768 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StatefulSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StatefulSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAmDpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA/BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,kEAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetList.d.ts b/dist/gen/model/v1beta1StatefulSetList.d.ts new file mode 100644 index 0000000000..dcd58ea64d --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetList.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1StatefulSet } from './v1beta1StatefulSet'; +/** +* StatefulSetList is a collection of StatefulSets. +*/ +export declare class V1beta1StatefulSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StatefulSetList.js b/dist/gen/model/v1beta1StatefulSetList.js new file mode 100644 index 0000000000..09b763c488 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetList is a collection of StatefulSets. +*/ +class V1beta1StatefulSetList { + static getAttributeTypeMap() { + return V1beta1StatefulSetList.attributeTypeMap; + } +} +V1beta1StatefulSetList.discriminator = undefined; +V1beta1StatefulSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1StatefulSetList = V1beta1StatefulSetList; +//# sourceMappingURL=v1beta1StatefulSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetList.js.map b/dist/gen/model/v1beta1StatefulSetList.js.map new file mode 100644 index 0000000000..8b165858b5 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StatefulSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StatefulSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sBAAsB;IAoC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA1BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AAlCf,wDAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetSpec.d.ts b/dist/gen/model/v1beta1StatefulSetSpec.d.ts new file mode 100644 index 0000000000..bc1863c9f9 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetSpec.d.ts @@ -0,0 +1,54 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PersistentVolumeClaim } from './v1PersistentVolumeClaim'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +import { V1beta1StatefulSetUpdateStrategy } from './v1beta1StatefulSetUpdateStrategy'; +/** +* A StatefulSetSpec is the specification of a StatefulSet. +*/ +export declare class V1beta1StatefulSetSpec { + /** + * podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. + */ + 'podManagementPolicy'?: string; + /** + * replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. + */ + 'replicas'?: number; + /** + * revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet\'s revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10. + */ + 'revisionHistoryLimit'?: number; + 'selector'?: V1LabelSelector; + /** + * serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller. + */ + 'serviceName': string; + 'template': V1PodTemplateSpec; + 'updateStrategy'?: V1beta1StatefulSetUpdateStrategy; + /** + * volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. + */ + 'volumeClaimTemplates'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StatefulSetSpec.js b/dist/gen/model/v1beta1StatefulSetSpec.js new file mode 100644 index 0000000000..dc12cffd39 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetSpec.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A StatefulSetSpec is the specification of a StatefulSet. +*/ +class V1beta1StatefulSetSpec { + static getAttributeTypeMap() { + return V1beta1StatefulSetSpec.attributeTypeMap; + } +} +V1beta1StatefulSetSpec.discriminator = undefined; +V1beta1StatefulSetSpec.attributeTypeMap = [ + { + "name": "podManagementPolicy", + "baseName": "podManagementPolicy", + "type": "string" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "serviceName", + "baseName": "serviceName", + "type": "string" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + }, + { + "name": "updateStrategy", + "baseName": "updateStrategy", + "type": "V1beta1StatefulSetUpdateStrategy" + }, + { + "name": "volumeClaimTemplates", + "baseName": "volumeClaimTemplates", + "type": "Array" + } +]; +exports.V1beta1StatefulSetSpec = V1beta1StatefulSetSpec; +//# sourceMappingURL=v1beta1StatefulSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetSpec.js.map b/dist/gen/model/v1beta1StatefulSetSpec.js.map new file mode 100644 index 0000000000..7036c8ff48 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StatefulSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StatefulSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,sBAAsB;IAqE/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA9CM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAnEf,wDAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetStatus.d.ts b/dist/gen/model/v1beta1StatefulSetStatus.d.ts new file mode 100644 index 0000000000..6f6e060f7a --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetStatus.d.ts @@ -0,0 +1,64 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1StatefulSetCondition } from './v1beta1StatefulSetCondition'; +/** +* StatefulSetStatus represents the current state of a StatefulSet. +*/ +export declare class V1beta1StatefulSetStatus { + /** + * collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a statefulset\'s current state. + */ + 'conditions'?: Array; + /** + * currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. + */ + 'currentReplicas'?: number; + /** + * currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). + */ + 'currentRevision'?: string; + /** + * observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet\'s generation, which is updated on mutation by the API Server. + */ + 'observedGeneration'?: number; + /** + * readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + */ + 'readyReplicas'?: number; + /** + * replicas is the number of Pods created by the StatefulSet controller. + */ + 'replicas': number; + /** + * updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) + */ + 'updateRevision'?: string; + /** + * updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. + */ + 'updatedReplicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StatefulSetStatus.js b/dist/gen/model/v1beta1StatefulSetStatus.js new file mode 100644 index 0000000000..ac18d89023 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetStatus.js @@ -0,0 +1,71 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetStatus represents the current state of a StatefulSet. +*/ +class V1beta1StatefulSetStatus { + static getAttributeTypeMap() { + return V1beta1StatefulSetStatus.attributeTypeMap; + } +} +V1beta1StatefulSetStatus.discriminator = undefined; +V1beta1StatefulSetStatus.attributeTypeMap = [ + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentReplicas", + "baseName": "currentReplicas", + "type": "number" + }, + { + "name": "currentRevision", + "baseName": "currentRevision", + "type": "string" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "updateRevision", + "baseName": "updateRevision", + "type": "string" + }, + { + "name": "updatedReplicas", + "baseName": "updatedReplicas", + "type": "number" + } +]; +exports.V1beta1StatefulSetStatus = V1beta1StatefulSetStatus; +//# sourceMappingURL=v1beta1StatefulSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetStatus.js.map b/dist/gen/model/v1beta1StatefulSetStatus.js.map new file mode 100644 index 0000000000..a23c2c6d3c --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StatefulSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StatefulSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,wBAAwB;IAuFjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAnDM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArFf,4DA0FC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetUpdateStrategy.d.ts b/dist/gen/model/v1beta1StatefulSetUpdateStrategy.d.ts new file mode 100644 index 0000000000..f603ef0d8c --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetUpdateStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1RollingUpdateStatefulSetStrategy } from './v1beta1RollingUpdateStatefulSetStrategy'; +/** +* StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +*/ +export declare class V1beta1StatefulSetUpdateStrategy { + 'rollingUpdate'?: V1beta1RollingUpdateStatefulSetStrategy; + /** + * Type indicates the type of the StatefulSetUpdateStrategy. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StatefulSetUpdateStrategy.js b/dist/gen/model/v1beta1StatefulSetUpdateStrategy.js new file mode 100644 index 0000000000..d736688ed5 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetUpdateStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +*/ +class V1beta1StatefulSetUpdateStrategy { + static getAttributeTypeMap() { + return V1beta1StatefulSetUpdateStrategy.attributeTypeMap; + } +} +V1beta1StatefulSetUpdateStrategy.discriminator = undefined; +V1beta1StatefulSetUpdateStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1beta1RollingUpdateStatefulSetStrategy" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta1StatefulSetUpdateStrategy = V1beta1StatefulSetUpdateStrategy; +//# sourceMappingURL=v1beta1StatefulSetUpdateStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StatefulSetUpdateStrategy.js.map b/dist/gen/model/v1beta1StatefulSetUpdateStrategy.js.map new file mode 100644 index 0000000000..20f4543f00 --- /dev/null +++ b/dist/gen/model/v1beta1StatefulSetUpdateStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StatefulSetUpdateStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StatefulSetUpdateStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,gCAAgC;IAqBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAhBM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,yCAAyC;KACpD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,4EAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StorageClass.d.ts b/dist/gen/model/v1beta1StorageClass.d.ts new file mode 100644 index 0000000000..b6cc1451ef --- /dev/null +++ b/dist/gen/model/v1beta1StorageClass.d.ts @@ -0,0 +1,68 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1TopologySelectorTerm } from './v1TopologySelectorTerm'; +/** +* StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. +*/ +export declare class V1beta1StorageClass { + /** + * AllowVolumeExpansion shows whether the storage class allow volume expand + */ + 'allowVolumeExpansion'?: boolean; + /** + * Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. + */ + 'allowedTopologies'?: Array; + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. [\"ro\", \"soft\"]. Not validated - mount of the PVs will simply fail if one is invalid. + */ + 'mountOptions'?: Array; + /** + * Parameters holds the parameters for the provisioner that should create volumes of this storage class. + */ + 'parameters'?: { + [key: string]: string; + }; + /** + * Provisioner indicates the type of the provisioner. + */ + 'provisioner': string; + /** + * Dynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete. + */ + 'reclaimPolicy'?: string; + /** + * VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature. + */ + 'volumeBindingMode'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StorageClass.js b/dist/gen/model/v1beta1StorageClass.js new file mode 100644 index 0000000000..e7bc82847c --- /dev/null +++ b/dist/gen/model/v1beta1StorageClass.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. +*/ +class V1beta1StorageClass { + static getAttributeTypeMap() { + return V1beta1StorageClass.attributeTypeMap; + } +} +V1beta1StorageClass.discriminator = undefined; +V1beta1StorageClass.attributeTypeMap = [ + { + "name": "allowVolumeExpansion", + "baseName": "allowVolumeExpansion", + "type": "boolean" + }, + { + "name": "allowedTopologies", + "baseName": "allowedTopologies", + "type": "Array" + }, + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "mountOptions", + "baseName": "mountOptions", + "type": "Array" + }, + { + "name": "parameters", + "baseName": "parameters", + "type": "{ [key: string]: string; }" + }, + { + "name": "provisioner", + "baseName": "provisioner", + "type": "string" + }, + { + "name": "reclaimPolicy", + "baseName": "reclaimPolicy", + "type": "string" + }, + { + "name": "volumeBindingMode", + "baseName": "volumeBindingMode", + "type": "string" + } +]; +exports.V1beta1StorageClass = V1beta1StorageClass; +//# sourceMappingURL=v1beta1StorageClass.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StorageClass.js.map b/dist/gen/model/v1beta1StorageClass.js.map new file mode 100644 index 0000000000..d3c1b1b1a5 --- /dev/null +++ b/dist/gen/model/v1beta1StorageClass.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StorageClass.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StorageClass.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mBAAmB;IA6F5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAxDM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Ff,kDAgGC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1StorageClassList.d.ts b/dist/gen/model/v1beta1StorageClassList.d.ts new file mode 100644 index 0000000000..5c0e286e4b --- /dev/null +++ b/dist/gen/model/v1beta1StorageClassList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1StorageClass } from './v1beta1StorageClass'; +/** +* StorageClassList is a collection of storage classes. +*/ +export declare class V1beta1StorageClassList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of StorageClasses + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1StorageClassList.js b/dist/gen/model/v1beta1StorageClassList.js new file mode 100644 index 0000000000..7c555a958d --- /dev/null +++ b/dist/gen/model/v1beta1StorageClassList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StorageClassList is a collection of storage classes. +*/ +class V1beta1StorageClassList { + static getAttributeTypeMap() { + return V1beta1StorageClassList.attributeTypeMap; + } +} +V1beta1StorageClassList.discriminator = undefined; +V1beta1StorageClassList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1StorageClassList = V1beta1StorageClassList; +//# sourceMappingURL=v1beta1StorageClassList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1StorageClassList.js.map b/dist/gen/model/v1beta1StorageClassList.js.map new file mode 100644 index 0000000000..d2287f93b6 --- /dev/null +++ b/dist/gen/model/v1beta1StorageClassList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1StorageClassList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1StorageClassList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAuChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA1BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,0DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1Subject.d.ts b/dist/gen/model/v1beta1Subject.d.ts new file mode 100644 index 0000000000..10d56af401 --- /dev/null +++ b/dist/gen/model/v1beta1Subject.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +*/ +export declare class V1beta1Subject { + /** + * APIGroup holds the API group of the referenced subject. Defaults to \"\" for ServiceAccount subjects. Defaults to \"rbac.authorization.k8s.io\" for User and Group subjects. + */ + 'apiGroup'?: string; + /** + * Kind of object being referenced. Values defined by this API group are \"User\", \"Group\", and \"ServiceAccount\". If the Authorizer does not recognized the kind value, the Authorizer should report an error. + */ + 'kind': string; + /** + * Name of the object being referenced. + */ + 'name': string; + /** + * Namespace of the referenced object. If the object kind is non-namespace, such as \"User\" or \"Group\", and this value is not empty the Authorizer should report an error. + */ + 'namespace'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1Subject.js b/dist/gen/model/v1beta1Subject.js new file mode 100644 index 0000000000..abce690987 --- /dev/null +++ b/dist/gen/model/v1beta1Subject.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +*/ +class V1beta1Subject { + static getAttributeTypeMap() { + return V1beta1Subject.attributeTypeMap; + } +} +V1beta1Subject.discriminator = undefined; +V1beta1Subject.attributeTypeMap = [ + { + "name": "apiGroup", + "baseName": "apiGroup", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespace", + "baseName": "namespace", + "type": "string" + } +]; +exports.V1beta1Subject = V1beta1Subject; +//# sourceMappingURL=v1beta1Subject.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1Subject.js.map b/dist/gen/model/v1beta1Subject.js.map new file mode 100644 index 0000000000..0126864973 --- /dev/null +++ b/dist/gen/model/v1beta1Subject.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1Subject.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1Subject.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,cAAc;IA0CvB,MAAM,CAAC,mBAAmB;QACtB,OAAO,cAAc,CAAC,gBAAgB,CAAC;IAC3C,CAAC;;AA1BM,4BAAa,GAAuB,SAAS,CAAC;AAE9C,+BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,wCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectAccessReview.d.ts b/dist/gen/model/v1beta1SubjectAccessReview.d.ts new file mode 100644 index 0000000000..0c42a5f6e6 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1SubjectAccessReviewSpec } from './v1beta1SubjectAccessReviewSpec'; +import { V1beta1SubjectAccessReviewStatus } from './v1beta1SubjectAccessReviewStatus'; +/** +* SubjectAccessReview checks whether or not a user or group can perform an action. +*/ +export declare class V1beta1SubjectAccessReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1SubjectAccessReviewSpec; + 'status'?: V1beta1SubjectAccessReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SubjectAccessReview.js b/dist/gen/model/v1beta1SubjectAccessReview.js new file mode 100644 index 0000000000..b72367dada --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectAccessReview checks whether or not a user or group can perform an action. +*/ +class V1beta1SubjectAccessReview { + static getAttributeTypeMap() { + return V1beta1SubjectAccessReview.attributeTypeMap; + } +} +V1beta1SubjectAccessReview.discriminator = undefined; +V1beta1SubjectAccessReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1SubjectAccessReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1SubjectAccessReviewStatus" + } +]; +exports.V1beta1SubjectAccessReview = V1beta1SubjectAccessReview; +//# sourceMappingURL=v1beta1SubjectAccessReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectAccessReview.js.map b/dist/gen/model/v1beta1SubjectAccessReview.js.map new file mode 100644 index 0000000000..45b7c6d577 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SubjectAccessReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SubjectAccessReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,0BAA0B;IA0CnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA/BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,kCAAkC;KAC7C;CAAK,CAAC;AAxCf,gEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectAccessReviewSpec.d.ts b/dist/gen/model/v1beta1SubjectAccessReviewSpec.d.ts new file mode 100644 index 0000000000..6c91a063a5 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReviewSpec.d.ts @@ -0,0 +1,49 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1NonResourceAttributes } from './v1beta1NonResourceAttributes'; +import { V1beta1ResourceAttributes } from './v1beta1ResourceAttributes'; +/** +* SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +export declare class V1beta1SubjectAccessReviewSpec { + /** + * Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here. + */ + 'extra'?: { + [key: string]: Array; + }; + /** + * Groups is the groups you\'re testing for. + */ + 'group'?: Array; + 'nonResourceAttributes'?: V1beta1NonResourceAttributes; + 'resourceAttributes'?: V1beta1ResourceAttributes; + /** + * UID information about the requesting user. + */ + 'uid'?: string; + /** + * User is the user you\'re testing for. If you specify \"User\" but not \"Group\", then is it interpreted as \"What if User were not a member of any groups + */ + 'user'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SubjectAccessReviewSpec.js b/dist/gen/model/v1beta1SubjectAccessReviewSpec.js new file mode 100644 index 0000000000..6033a559a4 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReviewSpec.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +*/ +class V1beta1SubjectAccessReviewSpec { + static getAttributeTypeMap() { + return V1beta1SubjectAccessReviewSpec.attributeTypeMap; + } +} +V1beta1SubjectAccessReviewSpec.discriminator = undefined; +V1beta1SubjectAccessReviewSpec.attributeTypeMap = [ + { + "name": "extra", + "baseName": "extra", + "type": "{ [key: string]: Array; }" + }, + { + "name": "group", + "baseName": "group", + "type": "Array" + }, + { + "name": "nonResourceAttributes", + "baseName": "nonResourceAttributes", + "type": "V1beta1NonResourceAttributes" + }, + { + "name": "resourceAttributes", + "baseName": "resourceAttributes", + "type": "V1beta1ResourceAttributes" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + }, + { + "name": "user", + "baseName": "user", + "type": "string" + } +]; +exports.V1beta1SubjectAccessReviewSpec = V1beta1SubjectAccessReviewSpec; +//# sourceMappingURL=v1beta1SubjectAccessReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectAccessReviewSpec.js.map b/dist/gen/model/v1beta1SubjectAccessReviewSpec.js.map new file mode 100644 index 0000000000..fffdc89d29 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SubjectAccessReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SubjectAccessReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,8BAA8B;IAsDvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AApCM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,uBAAuB;QAC/B,UAAU,EAAE,uBAAuB;QACnC,MAAM,EAAE,8BAA8B;KACzC;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AApDf,wEAyDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectAccessReviewStatus.d.ts b/dist/gen/model/v1beta1SubjectAccessReviewStatus.d.ts new file mode 100644 index 0000000000..7fd5658242 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReviewStatus.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* SubjectAccessReviewStatus +*/ +export declare class V1beta1SubjectAccessReviewStatus { + /** + * Allowed is required. True if the action would be allowed, false otherwise. + */ + 'allowed': boolean; + /** + * Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. + */ + 'denied'?: boolean; + /** + * EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. + */ + 'evaluationError'?: string; + /** + * Reason is optional. It indicates why a request was allowed or denied. + */ + 'reason'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SubjectAccessReviewStatus.js b/dist/gen/model/v1beta1SubjectAccessReviewStatus.js new file mode 100644 index 0000000000..d7e332333d --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReviewStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectAccessReviewStatus +*/ +class V1beta1SubjectAccessReviewStatus { + static getAttributeTypeMap() { + return V1beta1SubjectAccessReviewStatus.attributeTypeMap; + } +} +V1beta1SubjectAccessReviewStatus.discriminator = undefined; +V1beta1SubjectAccessReviewStatus.attributeTypeMap = [ + { + "name": "allowed", + "baseName": "allowed", + "type": "boolean" + }, + { + "name": "denied", + "baseName": "denied", + "type": "boolean" + }, + { + "name": "evaluationError", + "baseName": "evaluationError", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + } +]; +exports.V1beta1SubjectAccessReviewStatus = V1beta1SubjectAccessReviewStatus; +//# sourceMappingURL=v1beta1SubjectAccessReviewStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectAccessReviewStatus.js.map b/dist/gen/model/v1beta1SubjectAccessReviewStatus.js.map new file mode 100644 index 0000000000..bc2ce1e492 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectAccessReviewStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SubjectAccessReviewStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SubjectAccessReviewStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gCAAgC;IA0CzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AA1BM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,4EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectRulesReviewStatus.d.ts b/dist/gen/model/v1beta1SubjectRulesReviewStatus.d.ts new file mode 100644 index 0000000000..a0cd8f0fd7 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectRulesReviewStatus.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1NonResourceRule } from './v1beta1NonResourceRule'; +import { V1beta1ResourceRule } from './v1beta1ResourceRule'; +/** +* SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it\'s safe to assume the subject has that permission, even if that list is incomplete. +*/ +export declare class V1beta1SubjectRulesReviewStatus { + /** + * EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn\'t support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. + */ + 'evaluationError'?: string; + /** + * Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn\'t support rules evaluation. + */ + 'incomplete': boolean; + /** + * NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. + */ + 'nonResourceRules': Array; + /** + * ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn\'t significant, may contain duplicates, and possibly be incomplete. + */ + 'resourceRules': Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1SubjectRulesReviewStatus.js b/dist/gen/model/v1beta1SubjectRulesReviewStatus.js new file mode 100644 index 0000000000..9e3f8f3f17 --- /dev/null +++ b/dist/gen/model/v1beta1SubjectRulesReviewStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it\'s safe to assume the subject has that permission, even if that list is incomplete. +*/ +class V1beta1SubjectRulesReviewStatus { + static getAttributeTypeMap() { + return V1beta1SubjectRulesReviewStatus.attributeTypeMap; + } +} +V1beta1SubjectRulesReviewStatus.discriminator = undefined; +V1beta1SubjectRulesReviewStatus.attributeTypeMap = [ + { + "name": "evaluationError", + "baseName": "evaluationError", + "type": "string" + }, + { + "name": "incomplete", + "baseName": "incomplete", + "type": "boolean" + }, + { + "name": "nonResourceRules", + "baseName": "nonResourceRules", + "type": "Array" + }, + { + "name": "resourceRules", + "baseName": "resourceRules", + "type": "Array" + } +]; +exports.V1beta1SubjectRulesReviewStatus = V1beta1SubjectRulesReviewStatus; +//# sourceMappingURL=v1beta1SubjectRulesReviewStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1SubjectRulesReviewStatus.js.map b/dist/gen/model/v1beta1SubjectRulesReviewStatus.js.map new file mode 100644 index 0000000000..358c9ac5bb --- /dev/null +++ b/dist/gen/model/v1beta1SubjectRulesReviewStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1SubjectRulesReviewStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1SubjectRulesReviewStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,+BAA+B;IA0CxC,MAAM,CAAC,mBAAmB;QACtB,OAAO,+BAA+B,CAAC,gBAAgB,CAAC;IAC5D,CAAC;;AA1BM,6CAAa,GAAuB,SAAS,CAAC;AAE9C,gDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,4BAA4B;KACvC;CAAK,CAAC;AAxCf,0EA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1TokenReview.d.ts b/dist/gen/model/v1beta1TokenReview.d.ts new file mode 100644 index 0000000000..d6c1ac5aed --- /dev/null +++ b/dist/gen/model/v1beta1TokenReview.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1TokenReviewSpec } from './v1beta1TokenReviewSpec'; +import { V1beta1TokenReviewStatus } from './v1beta1TokenReviewStatus'; +/** +* TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. +*/ +export declare class V1beta1TokenReview { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1TokenReviewSpec; + 'status'?: V1beta1TokenReviewStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1TokenReview.js b/dist/gen/model/v1beta1TokenReview.js new file mode 100644 index 0000000000..79bdcdca73 --- /dev/null +++ b/dist/gen/model/v1beta1TokenReview.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. +*/ +class V1beta1TokenReview { + static getAttributeTypeMap() { + return V1beta1TokenReview.attributeTypeMap; + } +} +V1beta1TokenReview.discriminator = undefined; +V1beta1TokenReview.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1TokenReviewSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1TokenReviewStatus" + } +]; +exports.V1beta1TokenReview = V1beta1TokenReview; +//# sourceMappingURL=v1beta1TokenReview.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1TokenReview.js.map b/dist/gen/model/v1beta1TokenReview.js.map new file mode 100644 index 0000000000..281a42f57a --- /dev/null +++ b/dist/gen/model/v1beta1TokenReview.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1TokenReview.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1TokenReview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,kBAAkB;IA0C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAxCf,gDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1TokenReviewSpec.d.ts b/dist/gen/model/v1beta1TokenReviewSpec.d.ts new file mode 100644 index 0000000000..85aa67e920 --- /dev/null +++ b/dist/gen/model/v1beta1TokenReviewSpec.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* TokenReviewSpec is a description of the token authentication request. +*/ +export declare class V1beta1TokenReviewSpec { + /** + * Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. + */ + 'audiences'?: Array; + /** + * Token is the opaque bearer token. + */ + 'token'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1TokenReviewSpec.js b/dist/gen/model/v1beta1TokenReviewSpec.js new file mode 100644 index 0000000000..467261b9b5 --- /dev/null +++ b/dist/gen/model/v1beta1TokenReviewSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TokenReviewSpec is a description of the token authentication request. +*/ +class V1beta1TokenReviewSpec { + static getAttributeTypeMap() { + return V1beta1TokenReviewSpec.attributeTypeMap; + } +} +V1beta1TokenReviewSpec.discriminator = undefined; +V1beta1TokenReviewSpec.attributeTypeMap = [ + { + "name": "audiences", + "baseName": "audiences", + "type": "Array" + }, + { + "name": "token", + "baseName": "token", + "type": "string" + } +]; +exports.V1beta1TokenReviewSpec = V1beta1TokenReviewSpec; +//# sourceMappingURL=v1beta1TokenReviewSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1TokenReviewSpec.js.map b/dist/gen/model/v1beta1TokenReviewSpec.js.map new file mode 100644 index 0000000000..1759de0fb5 --- /dev/null +++ b/dist/gen/model/v1beta1TokenReviewSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1TokenReviewSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1TokenReviewSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,sBAAsB;IAwB/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAhBM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1TokenReviewStatus.d.ts b/dist/gen/model/v1beta1TokenReviewStatus.d.ts new file mode 100644 index 0000000000..e3059a473b --- /dev/null +++ b/dist/gen/model/v1beta1TokenReviewStatus.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1UserInfo } from './v1beta1UserInfo'; +/** +* TokenReviewStatus is the result of the token authentication request. +*/ +export declare class V1beta1TokenReviewStatus { + /** + * Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token\'s audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is \"true\", the token is valid against the audience of the Kubernetes API server. + */ + 'audiences'?: Array; + /** + * Authenticated indicates that the token was associated with a known user. + */ + 'authenticated'?: boolean; + /** + * Error indicates that the token couldn\'t be checked + */ + 'error'?: string; + 'user'?: V1beta1UserInfo; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1TokenReviewStatus.js b/dist/gen/model/v1beta1TokenReviewStatus.js new file mode 100644 index 0000000000..5e83d7dfaf --- /dev/null +++ b/dist/gen/model/v1beta1TokenReviewStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* TokenReviewStatus is the result of the token authentication request. +*/ +class V1beta1TokenReviewStatus { + static getAttributeTypeMap() { + return V1beta1TokenReviewStatus.attributeTypeMap; + } +} +V1beta1TokenReviewStatus.discriminator = undefined; +V1beta1TokenReviewStatus.attributeTypeMap = [ + { + "name": "audiences", + "baseName": "audiences", + "type": "Array" + }, + { + "name": "authenticated", + "baseName": "authenticated", + "type": "boolean" + }, + { + "name": "error", + "baseName": "error", + "type": "string" + }, + { + "name": "user", + "baseName": "user", + "type": "V1beta1UserInfo" + } +]; +exports.V1beta1TokenReviewStatus = V1beta1TokenReviewStatus; +//# sourceMappingURL=v1beta1TokenReviewStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1TokenReviewStatus.js.map b/dist/gen/model/v1beta1TokenReviewStatus.js.map new file mode 100644 index 0000000000..75bbd2c7f8 --- /dev/null +++ b/dist/gen/model/v1beta1TokenReviewStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1TokenReviewStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1TokenReviewStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,wBAAwB;IAuCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AA1BM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AArCf,4DA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1UserInfo.d.ts b/dist/gen/model/v1beta1UserInfo.d.ts new file mode 100644 index 0000000000..da206f066b --- /dev/null +++ b/dist/gen/model/v1beta1UserInfo.d.ts @@ -0,0 +1,45 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* UserInfo holds the information about the user needed to implement the user.Info interface. +*/ +export declare class V1beta1UserInfo { + /** + * Any additional information provided by the authenticator. + */ + 'extra'?: { + [key: string]: Array; + }; + /** + * The names of groups this user is a part of. + */ + 'groups'?: Array; + /** + * A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. + */ + 'uid'?: string; + /** + * The name that uniquely identifies this user among all active users. + */ + 'username'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1UserInfo.js b/dist/gen/model/v1beta1UserInfo.js new file mode 100644 index 0000000000..17af869bbb --- /dev/null +++ b/dist/gen/model/v1beta1UserInfo.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* UserInfo holds the information about the user needed to implement the user.Info interface. +*/ +class V1beta1UserInfo { + static getAttributeTypeMap() { + return V1beta1UserInfo.attributeTypeMap; + } +} +V1beta1UserInfo.discriminator = undefined; +V1beta1UserInfo.attributeTypeMap = [ + { + "name": "extra", + "baseName": "extra", + "type": "{ [key: string]: Array; }" + }, + { + "name": "groups", + "baseName": "groups", + "type": "Array" + }, + { + "name": "uid", + "baseName": "uid", + "type": "string" + }, + { + "name": "username", + "baseName": "username", + "type": "string" + } +]; +exports.V1beta1UserInfo = V1beta1UserInfo; +//# sourceMappingURL=v1beta1UserInfo.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1UserInfo.js.map b/dist/gen/model/v1beta1UserInfo.js.map new file mode 100644 index 0000000000..661330ab9e --- /dev/null +++ b/dist/gen/model/v1beta1UserInfo.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1UserInfo.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1UserInfo.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,eAAe;IA0CxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA1BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,KAAK;QACb,UAAU,EAAE,KAAK;QACjB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,0CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ValidatingWebhook.d.ts b/dist/gen/model/v1beta1ValidatingWebhook.d.ts new file mode 100644 index 0000000000..d71c5b8161 --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhook.d.ts @@ -0,0 +1,61 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { AdmissionregistrationV1beta1WebhookClientConfig } from './admissionregistrationV1beta1WebhookClientConfig'; +import { V1LabelSelector } from './v1LabelSelector'; +import { V1beta1RuleWithOperations } from './v1beta1RuleWithOperations'; +/** +* ValidatingWebhook describes an admission webhook and the resources and operations it applies to. +*/ +export declare class V1beta1ValidatingWebhook { + /** + * AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. Default to `[\'v1beta1\']`. + */ + 'admissionReviewVersions'?: Array; + 'clientConfig': AdmissionregistrationV1beta1WebhookClientConfig; + /** + * FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Ignore. + */ + 'failurePolicy'?: string; + /** + * matchPolicy defines how the \"rules\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\". - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and \"rules\" only included `apiGroups:[\"apps\"], apiVersions:[\"v1\"], resources: [\"deployments\"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. Defaults to \"Exact\" + */ + 'matchPolicy'?: string; + /** + * The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where \"imagepolicy\" is the name of the webhook, and kubernetes.io is the name of the organization. Required. + */ + 'name': string; + 'namespaceSelector'?: V1LabelSelector; + 'objectSelector'?: V1LabelSelector; + /** + * Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. + */ + 'rules'?: Array; + /** + * SideEffects states whether this webhookk has side effects. Acceptable values are: Unknown, None, Some, NoneOnDryRun Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission change and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. Defaults to Unknown. + */ + 'sideEffects'?: string; + /** + * TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 30 seconds. + */ + 'timeoutSeconds'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ValidatingWebhook.js b/dist/gen/model/v1beta1ValidatingWebhook.js new file mode 100644 index 0000000000..5229691b3d --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhook.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ValidatingWebhook describes an admission webhook and the resources and operations it applies to. +*/ +class V1beta1ValidatingWebhook { + static getAttributeTypeMap() { + return V1beta1ValidatingWebhook.attributeTypeMap; + } +} +V1beta1ValidatingWebhook.discriminator = undefined; +V1beta1ValidatingWebhook.attributeTypeMap = [ + { + "name": "admissionReviewVersions", + "baseName": "admissionReviewVersions", + "type": "Array" + }, + { + "name": "clientConfig", + "baseName": "clientConfig", + "type": "AdmissionregistrationV1beta1WebhookClientConfig" + }, + { + "name": "failurePolicy", + "baseName": "failurePolicy", + "type": "string" + }, + { + "name": "matchPolicy", + "baseName": "matchPolicy", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "namespaceSelector", + "baseName": "namespaceSelector", + "type": "V1LabelSelector" + }, + { + "name": "objectSelector", + "baseName": "objectSelector", + "type": "V1LabelSelector" + }, + { + "name": "rules", + "baseName": "rules", + "type": "Array" + }, + { + "name": "sideEffects", + "baseName": "sideEffects", + "type": "string" + }, + { + "name": "timeoutSeconds", + "baseName": "timeoutSeconds", + "type": "number" + } +]; +exports.V1beta1ValidatingWebhook = V1beta1ValidatingWebhook; +//# sourceMappingURL=v1beta1ValidatingWebhook.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ValidatingWebhook.js.map b/dist/gen/model/v1beta1ValidatingWebhook.js.map new file mode 100644 index 0000000000..222230f061 --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhook.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ValidatingWebhook.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ValidatingWebhook.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,wBAAwB;IAuFjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAxDM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,eAAe;KAC1B;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,iDAAiD;KAC5D;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArFf,4DA0FC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ValidatingWebhookConfiguration.d.ts b/dist/gen/model/v1beta1ValidatingWebhookConfiguration.d.ts new file mode 100644 index 0000000000..74b4f1f442 --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhookConfiguration.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1ValidatingWebhook } from './v1beta1ValidatingWebhook'; +/** +* ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. +*/ +export declare class V1beta1ValidatingWebhookConfiguration { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Webhooks is a list of webhooks and the affected resources and operations. + */ + 'webhooks'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ValidatingWebhookConfiguration.js b/dist/gen/model/v1beta1ValidatingWebhookConfiguration.js new file mode 100644 index 0000000000..5e360bc270 --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhookConfiguration.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. +*/ +class V1beta1ValidatingWebhookConfiguration { + static getAttributeTypeMap() { + return V1beta1ValidatingWebhookConfiguration.attributeTypeMap; + } +} +V1beta1ValidatingWebhookConfiguration.discriminator = undefined; +V1beta1ValidatingWebhookConfiguration.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "webhooks", + "baseName": "webhooks", + "type": "Array" + } +]; +exports.V1beta1ValidatingWebhookConfiguration = V1beta1ValidatingWebhookConfiguration; +//# sourceMappingURL=v1beta1ValidatingWebhookConfiguration.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ValidatingWebhookConfiguration.js.map b/dist/gen/model/v1beta1ValidatingWebhookConfiguration.js.map new file mode 100644 index 0000000000..2b5697f542 --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhookConfiguration.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ValidatingWebhookConfiguration.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ValidatingWebhookConfiguration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qCAAqC;IAuC9C,MAAM,CAAC,mBAAmB;QACtB,OAAO,qCAAqC,CAAC,gBAAgB,CAAC;IAClE,CAAC;;AA1BM,mDAAa,GAAuB,SAAS,CAAC;AAE9C,sDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iCAAiC;KAC5C;CAAK,CAAC;AArCf,sFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.d.ts b/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.d.ts new file mode 100644 index 0000000000..e2d0ddbb16 --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1ValidatingWebhookConfiguration } from './v1beta1ValidatingWebhookConfiguration'; +/** +* ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. +*/ +export declare class V1beta1ValidatingWebhookConfigurationList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of ValidatingWebhookConfiguration. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js b/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js new file mode 100644 index 0000000000..36c844ce7d --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. +*/ +class V1beta1ValidatingWebhookConfigurationList { + static getAttributeTypeMap() { + return V1beta1ValidatingWebhookConfigurationList.attributeTypeMap; + } +} +V1beta1ValidatingWebhookConfigurationList.discriminator = undefined; +V1beta1ValidatingWebhookConfigurationList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1ValidatingWebhookConfigurationList = V1beta1ValidatingWebhookConfigurationList; +//# sourceMappingURL=v1beta1ValidatingWebhookConfigurationList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js.map b/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js.map new file mode 100644 index 0000000000..bcf6643084 --- /dev/null +++ b/dist/gen/model/v1beta1ValidatingWebhookConfigurationList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1ValidatingWebhookConfigurationList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1ValidatingWebhookConfigurationList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yCAAyC;IAuClD,MAAM,CAAC,mBAAmB;QACtB,OAAO,yCAAyC,CAAC,gBAAgB,CAAC;IACtE,CAAC;;AA1BM,uDAAa,GAAuB,SAAS,CAAC;AAE9C,0DAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,8CAA8C;KACzD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,8FA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachment.d.ts b/dist/gen/model/v1beta1VolumeAttachment.d.ts new file mode 100644 index 0000000000..4e4e06a020 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachment.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta1VolumeAttachmentSpec } from './v1beta1VolumeAttachmentSpec'; +import { V1beta1VolumeAttachmentStatus } from './v1beta1VolumeAttachmentStatus'; +/** +* VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced. +*/ +export declare class V1beta1VolumeAttachment { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec': V1beta1VolumeAttachmentSpec; + 'status'?: V1beta1VolumeAttachmentStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1VolumeAttachment.js b/dist/gen/model/v1beta1VolumeAttachment.js new file mode 100644 index 0000000000..662cd74c4b --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachment.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. VolumeAttachment objects are non-namespaced. +*/ +class V1beta1VolumeAttachment { + static getAttributeTypeMap() { + return V1beta1VolumeAttachment.attributeTypeMap; + } +} +V1beta1VolumeAttachment.discriminator = undefined; +V1beta1VolumeAttachment.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta1VolumeAttachmentSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta1VolumeAttachmentStatus" + } +]; +exports.V1beta1VolumeAttachment = V1beta1VolumeAttachment; +//# sourceMappingURL=v1beta1VolumeAttachment.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachment.js.map b/dist/gen/model/v1beta1VolumeAttachment.js.map new file mode 100644 index 0000000000..f5bbb70683 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1VolumeAttachment.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1VolumeAttachment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,uBAAuB;IA0ChC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA/BM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,+BAA+B;KAC1C;CAAK,CAAC;AAxCf,0DA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentList.d.ts b/dist/gen/model/v1beta1VolumeAttachmentList.d.ts new file mode 100644 index 0000000000..aeef938c60 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta1VolumeAttachment } from './v1beta1VolumeAttachment'; +/** +* VolumeAttachmentList is a collection of VolumeAttachment objects. +*/ +export declare class V1beta1VolumeAttachmentList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of VolumeAttachments + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1VolumeAttachmentList.js b/dist/gen/model/v1beta1VolumeAttachmentList.js new file mode 100644 index 0000000000..14b63fed2d --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentList is a collection of VolumeAttachment objects. +*/ +class V1beta1VolumeAttachmentList { + static getAttributeTypeMap() { + return V1beta1VolumeAttachmentList.attributeTypeMap; + } +} +V1beta1VolumeAttachmentList.discriminator = undefined; +V1beta1VolumeAttachmentList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta1VolumeAttachmentList = V1beta1VolumeAttachmentList; +//# sourceMappingURL=v1beta1VolumeAttachmentList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentList.js.map b/dist/gen/model/v1beta1VolumeAttachmentList.js.map new file mode 100644 index 0000000000..4a7499a71c --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1VolumeAttachmentList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1VolumeAttachmentList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,2BAA2B;IAuCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentSource.d.ts b/dist/gen/model/v1beta1VolumeAttachmentSource.d.ts new file mode 100644 index 0000000000..f63ee603a4 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentSource.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1PersistentVolumeSpec } from './v1PersistentVolumeSpec'; +/** +* VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +*/ +export declare class V1beta1VolumeAttachmentSource { + 'inlineVolumeSpec'?: V1PersistentVolumeSpec; + /** + * Name of the persistent volume to attach. + */ + 'persistentVolumeName'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1VolumeAttachmentSource.js b/dist/gen/model/v1beta1VolumeAttachmentSource.js new file mode 100644 index 0000000000..5bf2ed822a --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +*/ +class V1beta1VolumeAttachmentSource { + static getAttributeTypeMap() { + return V1beta1VolumeAttachmentSource.attributeTypeMap; + } +} +V1beta1VolumeAttachmentSource.discriminator = undefined; +V1beta1VolumeAttachmentSource.attributeTypeMap = [ + { + "name": "inlineVolumeSpec", + "baseName": "inlineVolumeSpec", + "type": "V1PersistentVolumeSpec" + }, + { + "name": "persistentVolumeName", + "baseName": "persistentVolumeName", + "type": "string" + } +]; +exports.V1beta1VolumeAttachmentSource = V1beta1VolumeAttachmentSource; +//# sourceMappingURL=v1beta1VolumeAttachmentSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentSource.js.map b/dist/gen/model/v1beta1VolumeAttachmentSource.js.map new file mode 100644 index 0000000000..7bf00331df --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1VolumeAttachmentSource.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1VolumeAttachmentSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IAqBtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAhBM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,sEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentSpec.d.ts b/dist/gen/model/v1beta1VolumeAttachmentSpec.d.ts new file mode 100644 index 0000000000..f2a55c17d8 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentSpec.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1VolumeAttachmentSource } from './v1beta1VolumeAttachmentSource'; +/** +* VolumeAttachmentSpec is the specification of a VolumeAttachment request. +*/ +export declare class V1beta1VolumeAttachmentSpec { + /** + * Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). + */ + 'attacher': string; + /** + * The node that the volume should be attached to. + */ + 'nodeName': string; + 'source': V1beta1VolumeAttachmentSource; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1VolumeAttachmentSpec.js b/dist/gen/model/v1beta1VolumeAttachmentSpec.js new file mode 100644 index 0000000000..53802bb0bb --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentSpec.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentSpec is the specification of a VolumeAttachment request. +*/ +class V1beta1VolumeAttachmentSpec { + static getAttributeTypeMap() { + return V1beta1VolumeAttachmentSpec.attributeTypeMap; + } +} +V1beta1VolumeAttachmentSpec.discriminator = undefined; +V1beta1VolumeAttachmentSpec.attributeTypeMap = [ + { + "name": "attacher", + "baseName": "attacher", + "type": "string" + }, + { + "name": "nodeName", + "baseName": "nodeName", + "type": "string" + }, + { + "name": "source", + "baseName": "source", + "type": "V1beta1VolumeAttachmentSource" + } +]; +exports.V1beta1VolumeAttachmentSpec = V1beta1VolumeAttachmentSpec; +//# sourceMappingURL=v1beta1VolumeAttachmentSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentSpec.js.map b/dist/gen/model/v1beta1VolumeAttachmentSpec.js.map new file mode 100644 index 0000000000..c032ab1c3c --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1VolumeAttachmentSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1VolumeAttachmentSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IA8BpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AArBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,+BAA+B;KAC1C;CAAK,CAAC;AA5Bf,kEAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentStatus.d.ts b/dist/gen/model/v1beta1VolumeAttachmentStatus.d.ts new file mode 100644 index 0000000000..0d65cb91ce --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentStatus.d.ts @@ -0,0 +1,40 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta1VolumeError } from './v1beta1VolumeError'; +/** +* VolumeAttachmentStatus is the status of a VolumeAttachment request. +*/ +export declare class V1beta1VolumeAttachmentStatus { + 'attachError'?: V1beta1VolumeError; + /** + * Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + */ + 'attached': boolean; + /** + * Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + */ + 'attachmentMetadata'?: { + [key: string]: string; + }; + 'detachError'?: V1beta1VolumeError; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1VolumeAttachmentStatus.js b/dist/gen/model/v1beta1VolumeAttachmentStatus.js new file mode 100644 index 0000000000..bab05f0848 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeAttachmentStatus is the status of a VolumeAttachment request. +*/ +class V1beta1VolumeAttachmentStatus { + static getAttributeTypeMap() { + return V1beta1VolumeAttachmentStatus.attributeTypeMap; + } +} +V1beta1VolumeAttachmentStatus.discriminator = undefined; +V1beta1VolumeAttachmentStatus.attributeTypeMap = [ + { + "name": "attachError", + "baseName": "attachError", + "type": "V1beta1VolumeError" + }, + { + "name": "attached", + "baseName": "attached", + "type": "boolean" + }, + { + "name": "attachmentMetadata", + "baseName": "attachmentMetadata", + "type": "{ [key: string]: string; }" + }, + { + "name": "detachError", + "baseName": "detachError", + "type": "V1beta1VolumeError" + } +]; +exports.V1beta1VolumeAttachmentStatus = V1beta1VolumeAttachmentStatus; +//# sourceMappingURL=v1beta1VolumeAttachmentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeAttachmentStatus.js.map b/dist/gen/model/v1beta1VolumeAttachmentStatus.js.map new file mode 100644 index 0000000000..ee616b96ae --- /dev/null +++ b/dist/gen/model/v1beta1VolumeAttachmentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1VolumeAttachmentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1VolumeAttachmentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,6BAA6B;IAoCtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA1BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,oBAAoB;KAC/B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,oBAAoB;KAC/B;CAAK,CAAC;AAlCf,sEAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeError.d.ts b/dist/gen/model/v1beta1VolumeError.d.ts new file mode 100644 index 0000000000..53571b1b38 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeError.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* VolumeError captures an error encountered during a volume operation. +*/ +export declare class V1beta1VolumeError { + /** + * String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. + */ + 'message'?: string; + /** + * Time the error was encountered. + */ + 'time'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta1VolumeError.js b/dist/gen/model/v1beta1VolumeError.js new file mode 100644 index 0000000000..89bd51b865 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeError.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* VolumeError captures an error encountered during a volume operation. +*/ +class V1beta1VolumeError { + static getAttributeTypeMap() { + return V1beta1VolumeError.attributeTypeMap; + } +} +V1beta1VolumeError.discriminator = undefined; +V1beta1VolumeError.attributeTypeMap = [ + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "time", + "baseName": "time", + "type": "Date" + } +]; +exports.V1beta1VolumeError = V1beta1VolumeError; +//# sourceMappingURL=v1beta1VolumeError.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta1VolumeError.js.map b/dist/gen/model/v1beta1VolumeError.js.map new file mode 100644 index 0000000000..c82bddd297 --- /dev/null +++ b/dist/gen/model/v1beta1VolumeError.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta1VolumeError.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta1VolumeError.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kBAAkB;IAwB3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AAhBM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAtBf,gDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ControllerRevision.d.ts b/dist/gen/model/v1beta2ControllerRevision.d.ts new file mode 100644 index 0000000000..b43bb6ef3c --- /dev/null +++ b/dist/gen/model/v1beta2ControllerRevision.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { RuntimeRawExtension } from './runtimeRawExtension'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +*/ +export declare class V1beta2ControllerRevision { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'data'?: RuntimeRawExtension; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + /** + * Revision indicates the revision of the state represented by Data. + */ + 'revision': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ControllerRevision.js b/dist/gen/model/v1beta2ControllerRevision.js new file mode 100644 index 0000000000..243de62255 --- /dev/null +++ b/dist/gen/model/v1beta2ControllerRevision.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of ControllerRevision is deprecated by apps/v1/ControllerRevision. See the release notes for more information. ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +*/ +class V1beta2ControllerRevision { + static getAttributeTypeMap() { + return V1beta2ControllerRevision.attributeTypeMap; + } +} +V1beta2ControllerRevision.discriminator = undefined; +V1beta2ControllerRevision.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "data", + "baseName": "data", + "type": "RuntimeRawExtension" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "revision", + "baseName": "revision", + "type": "number" + } +]; +exports.V1beta2ControllerRevision = V1beta2ControllerRevision; +//# sourceMappingURL=v1beta2ControllerRevision.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ControllerRevision.js.map b/dist/gen/model/v1beta2ControllerRevision.js.map new file mode 100644 index 0000000000..864c2806b3 --- /dev/null +++ b/dist/gen/model/v1beta2ControllerRevision.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ControllerRevision.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ControllerRevision.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IA6ClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Cf,8DAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ControllerRevisionList.d.ts b/dist/gen/model/v1beta2ControllerRevisionList.d.ts new file mode 100644 index 0000000000..9f18adeb49 --- /dev/null +++ b/dist/gen/model/v1beta2ControllerRevisionList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta2ControllerRevision } from './v1beta2ControllerRevision'; +/** +* ControllerRevisionList is a resource containing a list of ControllerRevision objects. +*/ +export declare class V1beta2ControllerRevisionList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of ControllerRevisions + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ControllerRevisionList.js b/dist/gen/model/v1beta2ControllerRevisionList.js new file mode 100644 index 0000000000..2c287a1ad5 --- /dev/null +++ b/dist/gen/model/v1beta2ControllerRevisionList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ControllerRevisionList is a resource containing a list of ControllerRevision objects. +*/ +class V1beta2ControllerRevisionList { + static getAttributeTypeMap() { + return V1beta2ControllerRevisionList.attributeTypeMap; + } +} +V1beta2ControllerRevisionList.discriminator = undefined; +V1beta2ControllerRevisionList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta2ControllerRevisionList = V1beta2ControllerRevisionList; +//# sourceMappingURL=v1beta2ControllerRevisionList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ControllerRevisionList.js.map b/dist/gen/model/v1beta2ControllerRevisionList.js.map new file mode 100644 index 0000000000..e7ebb2ad6e --- /dev/null +++ b/dist/gen/model/v1beta2ControllerRevisionList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ControllerRevisionList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ControllerRevisionList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,6BAA6B;IAuCtC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AA1BM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSet.d.ts b/dist/gen/model/v1beta2DaemonSet.d.ts new file mode 100644 index 0000000000..f297dfb00f --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta2DaemonSetSpec } from './v1beta2DaemonSetSpec'; +import { V1beta2DaemonSetStatus } from './v1beta2DaemonSetStatus'; +/** +* DEPRECATED - This group version of DaemonSet is deprecated by apps/v1/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set. +*/ +export declare class V1beta2DaemonSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta2DaemonSetSpec; + 'status'?: V1beta2DaemonSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DaemonSet.js b/dist/gen/model/v1beta2DaemonSet.js new file mode 100644 index 0000000000..50366bbbb2 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of DaemonSet is deprecated by apps/v1/DaemonSet. See the release notes for more information. DaemonSet represents the configuration of a daemon set. +*/ +class V1beta2DaemonSet { + static getAttributeTypeMap() { + return V1beta2DaemonSet.attributeTypeMap; + } +} +V1beta2DaemonSet.discriminator = undefined; +V1beta2DaemonSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta2DaemonSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta2DaemonSetStatus" + } +]; +exports.V1beta2DaemonSet = V1beta2DaemonSet; +//# sourceMappingURL=v1beta2DaemonSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSet.js.map b/dist/gen/model/v1beta2DaemonSet.js.map new file mode 100644 index 0000000000..f37ac2c919 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DaemonSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DaemonSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,gBAAgB;IA0CzB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AA/BM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,sBAAsB;KACjC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,wBAAwB;KACnC;CAAK,CAAC;AAxCf,4CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetCondition.d.ts b/dist/gen/model/v1beta2DaemonSetCondition.d.ts new file mode 100644 index 0000000000..a93dfad823 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DaemonSetCondition describes the state of a DaemonSet at a certain point. +*/ +export declare class V1beta2DaemonSetCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of DaemonSet condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DaemonSetCondition.js b/dist/gen/model/v1beta2DaemonSetCondition.js new file mode 100644 index 0000000000..5cbff9e6f8 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetCondition describes the state of a DaemonSet at a certain point. +*/ +class V1beta2DaemonSetCondition { + static getAttributeTypeMap() { + return V1beta2DaemonSetCondition.attributeTypeMap; + } +} +V1beta2DaemonSetCondition.discriminator = undefined; +V1beta2DaemonSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta2DaemonSetCondition = V1beta2DaemonSetCondition; +//# sourceMappingURL=v1beta2DaemonSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetCondition.js.map b/dist/gen/model/v1beta2DaemonSetCondition.js.map new file mode 100644 index 0000000000..f5be8a6571 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DaemonSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DaemonSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,yBAAyB;IAmDlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,8DAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetList.d.ts b/dist/gen/model/v1beta2DaemonSetList.d.ts new file mode 100644 index 0000000000..2de653650e --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta2DaemonSet } from './v1beta2DaemonSet'; +/** +* DaemonSetList is a collection of daemon sets. +*/ +export declare class V1beta2DaemonSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * A list of daemon sets. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DaemonSetList.js b/dist/gen/model/v1beta2DaemonSetList.js new file mode 100644 index 0000000000..c74b90a332 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetList is a collection of daemon sets. +*/ +class V1beta2DaemonSetList { + static getAttributeTypeMap() { + return V1beta2DaemonSetList.attributeTypeMap; + } +} +V1beta2DaemonSetList.discriminator = undefined; +V1beta2DaemonSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta2DaemonSetList = V1beta2DaemonSetList; +//# sourceMappingURL=v1beta2DaemonSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetList.js.map b/dist/gen/model/v1beta2DaemonSetList.js.map new file mode 100644 index 0000000000..90c4a97ab9 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DaemonSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DaemonSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oBAAoB;IAuC7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA1BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,oDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetSpec.d.ts b/dist/gen/model/v1beta2DaemonSetSpec.d.ts new file mode 100644 index 0000000000..2e30214c54 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetSpec.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +import { V1beta2DaemonSetUpdateStrategy } from './v1beta2DaemonSetUpdateStrategy'; +/** +* DaemonSetSpec is the specification of a daemon set. +*/ +export declare class V1beta2DaemonSetSpec { + /** + * The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). + */ + 'minReadySeconds'?: number; + /** + * The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + */ + 'revisionHistoryLimit'?: number; + 'selector': V1LabelSelector; + 'template': V1PodTemplateSpec; + 'updateStrategy'?: V1beta2DaemonSetUpdateStrategy; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DaemonSetSpec.js b/dist/gen/model/v1beta2DaemonSetSpec.js new file mode 100644 index 0000000000..b4bdfba12e --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetSpec.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetSpec is the specification of a daemon set. +*/ +class V1beta2DaemonSetSpec { + static getAttributeTypeMap() { + return V1beta2DaemonSetSpec.attributeTypeMap; + } +} +V1beta2DaemonSetSpec.discriminator = undefined; +V1beta2DaemonSetSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + }, + { + "name": "updateStrategy", + "baseName": "updateStrategy", + "type": "V1beta2DaemonSetUpdateStrategy" + } +]; +exports.V1beta2DaemonSetSpec = V1beta2DaemonSetSpec; +//# sourceMappingURL=v1beta2DaemonSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetSpec.js.map b/dist/gen/model/v1beta2DaemonSetSpec.js.map new file mode 100644 index 0000000000..ee1baeef03 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DaemonSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DaemonSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,oBAAoB;IA0C7B,MAAM,CAAC,mBAAmB;QACtB,OAAO,oBAAoB,CAAC,gBAAgB,CAAC;IACjD,CAAC;;AA/BM,kCAAa,GAAuB,SAAS,CAAC;AAE9C,qCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAxCf,oDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetStatus.d.ts b/dist/gen/model/v1beta2DaemonSetStatus.d.ts new file mode 100644 index 0000000000..3e7a86b533 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetStatus.d.ts @@ -0,0 +1,68 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta2DaemonSetCondition } from './v1beta2DaemonSetCondition'; +/** +* DaemonSetStatus represents the current status of a daemon set. +*/ +export declare class V1beta2DaemonSetStatus { + /** + * Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a DaemonSet\'s current state. + */ + 'conditions'?: Array; + /** + * The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'currentNumberScheduled': number; + /** + * The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'desiredNumberScheduled': number; + /** + * The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) + */ + 'numberAvailable'?: number; + /** + * The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + */ + 'numberMisscheduled': number; + /** + * The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready. + */ + 'numberReady': number; + /** + * The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) + */ + 'numberUnavailable'?: number; + /** + * The most recent generation observed by the daemon set controller. + */ + 'observedGeneration'?: number; + /** + * The total number of nodes that are running updated daemon pod + */ + 'updatedNumberScheduled'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DaemonSetStatus.js b/dist/gen/model/v1beta2DaemonSetStatus.js new file mode 100644 index 0000000000..6696fed6b7 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetStatus.js @@ -0,0 +1,76 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetStatus represents the current status of a daemon set. +*/ +class V1beta2DaemonSetStatus { + static getAttributeTypeMap() { + return V1beta2DaemonSetStatus.attributeTypeMap; + } +} +V1beta2DaemonSetStatus.discriminator = undefined; +V1beta2DaemonSetStatus.attributeTypeMap = [ + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentNumberScheduled", + "baseName": "currentNumberScheduled", + "type": "number" + }, + { + "name": "desiredNumberScheduled", + "baseName": "desiredNumberScheduled", + "type": "number" + }, + { + "name": "numberAvailable", + "baseName": "numberAvailable", + "type": "number" + }, + { + "name": "numberMisscheduled", + "baseName": "numberMisscheduled", + "type": "number" + }, + { + "name": "numberReady", + "baseName": "numberReady", + "type": "number" + }, + { + "name": "numberUnavailable", + "baseName": "numberUnavailable", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "updatedNumberScheduled", + "baseName": "updatedNumberScheduled", + "type": "number" + } +]; +exports.V1beta2DaemonSetStatus = V1beta2DaemonSetStatus; +//# sourceMappingURL=v1beta2DaemonSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetStatus.js.map b/dist/gen/model/v1beta2DaemonSetStatus.js.map new file mode 100644 index 0000000000..b7f219205f --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DaemonSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DaemonSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,sBAAsB;IAgG/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AAxDM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA9Ff,wDAmGC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetUpdateStrategy.d.ts b/dist/gen/model/v1beta2DaemonSetUpdateStrategy.d.ts new file mode 100644 index 0000000000..144a7983c3 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetUpdateStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta2RollingUpdateDaemonSet } from './v1beta2RollingUpdateDaemonSet'; +/** +* DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. +*/ +export declare class V1beta2DaemonSetUpdateStrategy { + 'rollingUpdate'?: V1beta2RollingUpdateDaemonSet; + /** + * Type of daemon set update. Can be \"RollingUpdate\" or \"OnDelete\". Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DaemonSetUpdateStrategy.js b/dist/gen/model/v1beta2DaemonSetUpdateStrategy.js new file mode 100644 index 0000000000..84df341c98 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetUpdateStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. +*/ +class V1beta2DaemonSetUpdateStrategy { + static getAttributeTypeMap() { + return V1beta2DaemonSetUpdateStrategy.attributeTypeMap; + } +} +V1beta2DaemonSetUpdateStrategy.discriminator = undefined; +V1beta2DaemonSetUpdateStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1beta2RollingUpdateDaemonSet" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta2DaemonSetUpdateStrategy = V1beta2DaemonSetUpdateStrategy; +//# sourceMappingURL=v1beta2DaemonSetUpdateStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DaemonSetUpdateStrategy.js.map b/dist/gen/model/v1beta2DaemonSetUpdateStrategy.js.map new file mode 100644 index 0000000000..1fe5a9e930 --- /dev/null +++ b/dist/gen/model/v1beta2DaemonSetUpdateStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DaemonSetUpdateStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DaemonSetUpdateStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,8BAA8B;IAqBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAhBM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,+BAA+B;KAC1C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,wEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2Deployment.d.ts b/dist/gen/model/v1beta2Deployment.d.ts new file mode 100644 index 0000000000..3463835838 --- /dev/null +++ b/dist/gen/model/v1beta2Deployment.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta2DeploymentSpec } from './v1beta2DeploymentSpec'; +import { V1beta2DeploymentStatus } from './v1beta2DeploymentStatus'; +/** +* DEPRECATED - This group version of Deployment is deprecated by apps/v1/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets. +*/ +export declare class V1beta2Deployment { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta2DeploymentSpec; + 'status'?: V1beta2DeploymentStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2Deployment.js b/dist/gen/model/v1beta2Deployment.js new file mode 100644 index 0000000000..d99b4e8d48 --- /dev/null +++ b/dist/gen/model/v1beta2Deployment.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of Deployment is deprecated by apps/v1/Deployment. See the release notes for more information. Deployment enables declarative updates for Pods and ReplicaSets. +*/ +class V1beta2Deployment { + static getAttributeTypeMap() { + return V1beta2Deployment.attributeTypeMap; + } +} +V1beta2Deployment.discriminator = undefined; +V1beta2Deployment.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta2DeploymentSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta2DeploymentStatus" + } +]; +exports.V1beta2Deployment = V1beta2Deployment; +//# sourceMappingURL=v1beta2Deployment.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2Deployment.js.map b/dist/gen/model/v1beta2Deployment.js.map new file mode 100644 index 0000000000..057862746d --- /dev/null +++ b/dist/gen/model/v1beta2Deployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2Deployment.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2Deployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,iBAAiB;IA0C1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAxCf,8CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentCondition.d.ts b/dist/gen/model/v1beta2DeploymentCondition.d.ts new file mode 100644 index 0000000000..49c1c68db0 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentCondition.d.ts @@ -0,0 +1,51 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +export declare class V1beta2DeploymentCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * The last time this condition was updated. + */ + 'lastUpdateTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of deployment condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DeploymentCondition.js b/dist/gen/model/v1beta2DeploymentCondition.js new file mode 100644 index 0000000000..9971e5443d --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentCondition.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentCondition describes the state of a deployment at a certain point. +*/ +class V1beta2DeploymentCondition { + static getAttributeTypeMap() { + return V1beta2DeploymentCondition.attributeTypeMap; + } +} +V1beta2DeploymentCondition.discriminator = undefined; +V1beta2DeploymentCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "lastUpdateTime", + "baseName": "lastUpdateTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta2DeploymentCondition = V1beta2DeploymentCondition; +//# sourceMappingURL=v1beta2DeploymentCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentCondition.js.map b/dist/gen/model/v1beta2DeploymentCondition.js.map new file mode 100644 index 0000000000..d1df668a59 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DeploymentCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DeploymentCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IA4DnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AApCM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,gEA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentList.d.ts b/dist/gen/model/v1beta2DeploymentList.d.ts new file mode 100644 index 0000000000..1ec296d48e --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta2Deployment } from './v1beta2Deployment'; +/** +* DeploymentList is a list of Deployments. +*/ +export declare class V1beta2DeploymentList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Items is the list of Deployments. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DeploymentList.js b/dist/gen/model/v1beta2DeploymentList.js new file mode 100644 index 0000000000..7463ae78ae --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentList is a list of Deployments. +*/ +class V1beta2DeploymentList { + static getAttributeTypeMap() { + return V1beta2DeploymentList.attributeTypeMap; + } +} +V1beta2DeploymentList.discriminator = undefined; +V1beta2DeploymentList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta2DeploymentList = V1beta2DeploymentList; +//# sourceMappingURL=v1beta2DeploymentList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentList.js.map b/dist/gen/model/v1beta2DeploymentList.js.map new file mode 100644 index 0000000000..e95a3adcce --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DeploymentList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DeploymentList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAuC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentSpec.d.ts b/dist/gen/model/v1beta2DeploymentSpec.d.ts new file mode 100644 index 0000000000..b244833338 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentSpec.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +import { V1beta2DeploymentStrategy } from './v1beta2DeploymentStrategy'; +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +export declare class V1beta2DeploymentSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Indicates that the deployment is paused. + */ + 'paused'?: boolean; + /** + * The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. + */ + 'progressDeadlineSeconds'?: number; + /** + * Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. + */ + 'replicas'?: number; + /** + * The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + */ + 'revisionHistoryLimit'?: number; + 'selector': V1LabelSelector; + 'strategy'?: V1beta2DeploymentStrategy; + 'template': V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DeploymentSpec.js b/dist/gen/model/v1beta2DeploymentSpec.js new file mode 100644 index 0000000000..a8f8b32c47 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentSpec.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentSpec is the specification of the desired behavior of the Deployment. +*/ +class V1beta2DeploymentSpec { + static getAttributeTypeMap() { + return V1beta2DeploymentSpec.attributeTypeMap; + } +} +V1beta2DeploymentSpec.discriminator = undefined; +V1beta2DeploymentSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "paused", + "baseName": "paused", + "type": "boolean" + }, + { + "name": "progressDeadlineSeconds", + "baseName": "progressDeadlineSeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "strategy", + "baseName": "strategy", + "type": "V1beta2DeploymentStrategy" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.V1beta2DeploymentSpec = V1beta2DeploymentSpec; +//# sourceMappingURL=v1beta2DeploymentSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentSpec.js.map b/dist/gen/model/v1beta2DeploymentSpec.js.map new file mode 100644 index 0000000000..a96ca40b55 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DeploymentSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DeploymentSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,qBAAqB;IAqE9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA9CM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,SAAS;KACpB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAnEf,sDAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentStatus.d.ts b/dist/gen/model/v1beta2DeploymentStatus.d.ts new file mode 100644 index 0000000000..2e9d34d1d9 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentStatus.d.ts @@ -0,0 +1,60 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta2DeploymentCondition } from './v1beta2DeploymentCondition'; +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +export declare class V1beta2DeploymentStatus { + /** + * Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. + */ + 'availableReplicas'?: number; + /** + * Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a deployment\'s current state. + */ + 'conditions'?: Array; + /** + * The generation observed by the deployment controller. + */ + 'observedGeneration'?: number; + /** + * Total number of ready pods targeted by this deployment. + */ + 'readyReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment (their labels match the selector). + */ + 'replicas'?: number; + /** + * Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. + */ + 'unavailableReplicas'?: number; + /** + * Total number of non-terminated pods targeted by this deployment that have the desired template spec. + */ + 'updatedReplicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DeploymentStatus.js b/dist/gen/model/v1beta2DeploymentStatus.js new file mode 100644 index 0000000000..563274dd2a --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentStatus.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStatus is the most recently observed status of the Deployment. +*/ +class V1beta2DeploymentStatus { + static getAttributeTypeMap() { + return V1beta2DeploymentStatus.attributeTypeMap; + } +} +V1beta2DeploymentStatus.discriminator = undefined; +V1beta2DeploymentStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "unavailableReplicas", + "baseName": "unavailableReplicas", + "type": "number" + }, + { + "name": "updatedReplicas", + "baseName": "updatedReplicas", + "type": "number" + } +]; +exports.V1beta2DeploymentStatus = V1beta2DeploymentStatus; +//# sourceMappingURL=v1beta2DeploymentStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentStatus.js.map b/dist/gen/model/v1beta2DeploymentStatus.js.map new file mode 100644 index 0000000000..0d6d2cda24 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DeploymentStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DeploymentStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IA8EhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AA9CM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Ef,0DAiFC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentStrategy.d.ts b/dist/gen/model/v1beta2DeploymentStrategy.d.ts new file mode 100644 index 0000000000..c86206c2be --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta2RollingUpdateDeployment } from './v1beta2RollingUpdateDeployment'; +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +export declare class V1beta2DeploymentStrategy { + 'rollingUpdate'?: V1beta2RollingUpdateDeployment; + /** + * Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2DeploymentStrategy.js b/dist/gen/model/v1beta2DeploymentStrategy.js new file mode 100644 index 0000000000..8dac171c3c --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DeploymentStrategy describes how to replace existing pods with new ones. +*/ +class V1beta2DeploymentStrategy { + static getAttributeTypeMap() { + return V1beta2DeploymentStrategy.attributeTypeMap; + } +} +V1beta2DeploymentStrategy.discriminator = undefined; +V1beta2DeploymentStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1beta2RollingUpdateDeployment" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta2DeploymentStrategy = V1beta2DeploymentStrategy; +//# sourceMappingURL=v1beta2DeploymentStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2DeploymentStrategy.js.map b/dist/gen/model/v1beta2DeploymentStrategy.js.map new file mode 100644 index 0000000000..533e0d0593 --- /dev/null +++ b/dist/gen/model/v1beta2DeploymentStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2DeploymentStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2DeploymentStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,yBAAyB;IAqBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AAhBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,gCAAgC;KAC3C;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,8DAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSet.d.ts b/dist/gen/model/v1beta2ReplicaSet.d.ts new file mode 100644 index 0000000000..c431273760 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta2ReplicaSetSpec } from './v1beta2ReplicaSetSpec'; +import { V1beta2ReplicaSetStatus } from './v1beta2ReplicaSetStatus'; +/** +* DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time. +*/ +export declare class V1beta2ReplicaSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta2ReplicaSetSpec; + 'status'?: V1beta2ReplicaSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ReplicaSet.js b/dist/gen/model/v1beta2ReplicaSet.js new file mode 100644 index 0000000000..817aa728cb --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of ReplicaSet is deprecated by apps/v1/ReplicaSet. See the release notes for more information. ReplicaSet ensures that a specified number of pod replicas are running at any given time. +*/ +class V1beta2ReplicaSet { + static getAttributeTypeMap() { + return V1beta2ReplicaSet.attributeTypeMap; + } +} +V1beta2ReplicaSet.discriminator = undefined; +V1beta2ReplicaSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta2ReplicaSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta2ReplicaSetStatus" + } +]; +exports.V1beta2ReplicaSet = V1beta2ReplicaSet; +//# sourceMappingURL=v1beta2ReplicaSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSet.js.map b/dist/gen/model/v1beta2ReplicaSet.js.map new file mode 100644 index 0000000000..235a424883 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ReplicaSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ReplicaSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,iBAAiB;IA0C1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,uBAAuB;KAClC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAxCf,8CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetCondition.d.ts b/dist/gen/model/v1beta2ReplicaSetCondition.d.ts new file mode 100644 index 0000000000..f2943719de --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ReplicaSetCondition describes the state of a replica set at a certain point. +*/ +export declare class V1beta2ReplicaSetCondition { + /** + * The last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of replica set condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ReplicaSetCondition.js b/dist/gen/model/v1beta2ReplicaSetCondition.js new file mode 100644 index 0000000000..724a825e20 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetCondition describes the state of a replica set at a certain point. +*/ +class V1beta2ReplicaSetCondition { + static getAttributeTypeMap() { + return V1beta2ReplicaSetCondition.attributeTypeMap; + } +} +V1beta2ReplicaSetCondition.discriminator = undefined; +V1beta2ReplicaSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta2ReplicaSetCondition = V1beta2ReplicaSetCondition; +//# sourceMappingURL=v1beta2ReplicaSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetCondition.js.map b/dist/gen/model/v1beta2ReplicaSetCondition.js.map new file mode 100644 index 0000000000..6f7bcdd988 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ReplicaSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ReplicaSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,0BAA0B;IAmDnC,MAAM,CAAC,mBAAmB;QACtB,OAAO,0BAA0B,CAAC,gBAAgB,CAAC;IACvD,CAAC;;AA/BM,wCAAa,GAAuB,SAAS,CAAC;AAE9C,2CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,gEAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetList.d.ts b/dist/gen/model/v1beta2ReplicaSetList.d.ts new file mode 100644 index 0000000000..437b4636bb --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta2ReplicaSet } from './v1beta2ReplicaSet'; +/** +* ReplicaSetList is a collection of ReplicaSets. +*/ +export declare class V1beta2ReplicaSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ReplicaSetList.js b/dist/gen/model/v1beta2ReplicaSetList.js new file mode 100644 index 0000000000..a0a5532f07 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetList is a collection of ReplicaSets. +*/ +class V1beta2ReplicaSetList { + static getAttributeTypeMap() { + return V1beta2ReplicaSetList.attributeTypeMap; + } +} +V1beta2ReplicaSetList.discriminator = undefined; +V1beta2ReplicaSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta2ReplicaSetList = V1beta2ReplicaSetList; +//# sourceMappingURL=v1beta2ReplicaSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetList.js.map b/dist/gen/model/v1beta2ReplicaSetList.js.map new file mode 100644 index 0000000000..a5e1f472df --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ReplicaSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ReplicaSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAuC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,sDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetSpec.d.ts b/dist/gen/model/v1beta2ReplicaSetSpec.d.ts new file mode 100644 index 0000000000..22e4ea88fe --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +/** +* ReplicaSetSpec is the specification of a ReplicaSet. +*/ +export declare class V1beta2ReplicaSetSpec { + /** + * Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + */ + 'minReadySeconds'?: number; + /** + * Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + */ + 'replicas'?: number; + 'selector': V1LabelSelector; + 'template'?: V1PodTemplateSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ReplicaSetSpec.js b/dist/gen/model/v1beta2ReplicaSetSpec.js new file mode 100644 index 0000000000..1f539ef220 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetSpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetSpec is the specification of a ReplicaSet. +*/ +class V1beta2ReplicaSetSpec { + static getAttributeTypeMap() { + return V1beta2ReplicaSetSpec.attributeTypeMap; + } +} +V1beta2ReplicaSetSpec.discriminator = undefined; +V1beta2ReplicaSetSpec.attributeTypeMap = [ + { + "name": "minReadySeconds", + "baseName": "minReadySeconds", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + } +]; +exports.V1beta2ReplicaSetSpec = V1beta2ReplicaSetSpec; +//# sourceMappingURL=v1beta2ReplicaSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetSpec.js.map b/dist/gen/model/v1beta2ReplicaSetSpec.js.map new file mode 100644 index 0000000000..b60afbe03e --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ReplicaSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ReplicaSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,qBAAqB;IAoC9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AA1BM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;CAAK,CAAC;AAlCf,sDAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetStatus.d.ts b/dist/gen/model/v1beta2ReplicaSetStatus.d.ts new file mode 100644 index 0000000000..1214e3e45e --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetStatus.d.ts @@ -0,0 +1,52 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta2ReplicaSetCondition } from './v1beta2ReplicaSetCondition'; +/** +* ReplicaSetStatus represents the current status of a ReplicaSet. +*/ +export declare class V1beta2ReplicaSetStatus { + /** + * The number of available replicas (ready for at least minReadySeconds) for this replica set. + */ + 'availableReplicas'?: number; + /** + * Represents the latest available observations of a replica set\'s current state. + */ + 'conditions'?: Array; + /** + * The number of pods that have labels matching the labels of the pod template of the replicaset. + */ + 'fullyLabeledReplicas'?: number; + /** + * ObservedGeneration reflects the generation of the most recently observed ReplicaSet. + */ + 'observedGeneration'?: number; + /** + * The number of ready replicas for this replica set. + */ + 'readyReplicas'?: number; + /** + * Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + */ + 'replicas': number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ReplicaSetStatus.js b/dist/gen/model/v1beta2ReplicaSetStatus.js new file mode 100644 index 0000000000..eefd8c9eb1 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ReplicaSetStatus represents the current status of a ReplicaSet. +*/ +class V1beta2ReplicaSetStatus { + static getAttributeTypeMap() { + return V1beta2ReplicaSetStatus.attributeTypeMap; + } +} +V1beta2ReplicaSetStatus.discriminator = undefined; +V1beta2ReplicaSetStatus.attributeTypeMap = [ + { + "name": "availableReplicas", + "baseName": "availableReplicas", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "fullyLabeledReplicas", + "baseName": "fullyLabeledReplicas", + "type": "number" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.V1beta2ReplicaSetStatus = V1beta2ReplicaSetStatus; +//# sourceMappingURL=v1beta2ReplicaSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ReplicaSetStatus.js.map b/dist/gen/model/v1beta2ReplicaSetStatus.js.map new file mode 100644 index 0000000000..6c9ef5a150 --- /dev/null +++ b/dist/gen/model/v1beta2ReplicaSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ReplicaSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ReplicaSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IA4DhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AApCM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,mCAAmC;KAC9C;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,0DA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2RollingUpdateDaemonSet.d.ts b/dist/gen/model/v1beta2RollingUpdateDaemonSet.d.ts new file mode 100644 index 0000000000..6e45abf259 --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateDaemonSet.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Spec to control the desired behavior of daemon set rolling update. +*/ +export declare class V1beta2RollingUpdateDaemonSet { + /** + * The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update. + */ + 'maxUnavailable'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2RollingUpdateDaemonSet.js b/dist/gen/model/v1beta2RollingUpdateDaemonSet.js new file mode 100644 index 0000000000..a0ed965620 --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateDaemonSet.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Spec to control the desired behavior of daemon set rolling update. +*/ +class V1beta2RollingUpdateDaemonSet { + static getAttributeTypeMap() { + return V1beta2RollingUpdateDaemonSet.attributeTypeMap; + } +} +V1beta2RollingUpdateDaemonSet.discriminator = undefined; +V1beta2RollingUpdateDaemonSet.attributeTypeMap = [ + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + } +]; +exports.V1beta2RollingUpdateDaemonSet = V1beta2RollingUpdateDaemonSet; +//# sourceMappingURL=v1beta2RollingUpdateDaemonSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2RollingUpdateDaemonSet.js.map b/dist/gen/model/v1beta2RollingUpdateDaemonSet.js.map new file mode 100644 index 0000000000..68752d1d41 --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateDaemonSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2RollingUpdateDaemonSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2RollingUpdateDaemonSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,6BAA6B;IAetC,MAAM,CAAC,mBAAmB;QACtB,OAAO,6BAA6B,CAAC,gBAAgB,CAAC;IAC1D,CAAC;;AAXM,2CAAa,GAAuB,SAAS,CAAC;AAE9C,8CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,sEAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2RollingUpdateDeployment.d.ts b/dist/gen/model/v1beta2RollingUpdateDeployment.d.ts new file mode 100644 index 0000000000..6d960b4daa --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateDeployment.d.ts @@ -0,0 +1,35 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Spec to control the desired behavior of rolling update. +*/ +export declare class V1beta2RollingUpdateDeployment { + /** + * The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + */ + 'maxSurge'?: object; + /** + * The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + */ + 'maxUnavailable'?: object; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2RollingUpdateDeployment.js b/dist/gen/model/v1beta2RollingUpdateDeployment.js new file mode 100644 index 0000000000..05e40fe007 --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateDeployment.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Spec to control the desired behavior of rolling update. +*/ +class V1beta2RollingUpdateDeployment { + static getAttributeTypeMap() { + return V1beta2RollingUpdateDeployment.attributeTypeMap; + } +} +V1beta2RollingUpdateDeployment.discriminator = undefined; +V1beta2RollingUpdateDeployment.attributeTypeMap = [ + { + "name": "maxSurge", + "baseName": "maxSurge", + "type": "object" + }, + { + "name": "maxUnavailable", + "baseName": "maxUnavailable", + "type": "object" + } +]; +exports.V1beta2RollingUpdateDeployment = V1beta2RollingUpdateDeployment; +//# sourceMappingURL=v1beta2RollingUpdateDeployment.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2RollingUpdateDeployment.js.map b/dist/gen/model/v1beta2RollingUpdateDeployment.js.map new file mode 100644 index 0000000000..3501ceb273 --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateDeployment.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2RollingUpdateDeployment.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2RollingUpdateDeployment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,8BAA8B;IAwBvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AAhBM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAtBf,wEA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.d.ts b/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.d.ts new file mode 100644 index 0000000000..02304e57a4 --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +*/ +export declare class V1beta2RollingUpdateStatefulSetStrategy { + /** + * Partition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0. + */ + 'partition'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js b/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js new file mode 100644 index 0000000000..a358bfc5b1 --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +*/ +class V1beta2RollingUpdateStatefulSetStrategy { + static getAttributeTypeMap() { + return V1beta2RollingUpdateStatefulSetStrategy.attributeTypeMap; + } +} +V1beta2RollingUpdateStatefulSetStrategy.discriminator = undefined; +V1beta2RollingUpdateStatefulSetStrategy.attributeTypeMap = [ + { + "name": "partition", + "baseName": "partition", + "type": "number" + } +]; +exports.V1beta2RollingUpdateStatefulSetStrategy = V1beta2RollingUpdateStatefulSetStrategy; +//# sourceMappingURL=v1beta2RollingUpdateStatefulSetStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js.map b/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js.map new file mode 100644 index 0000000000..2e07b96f1b --- /dev/null +++ b/dist/gen/model/v1beta2RollingUpdateStatefulSetStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2RollingUpdateStatefulSetStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2RollingUpdateStatefulSetStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uCAAuC;IAehD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AAXM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,0FAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2Scale.d.ts b/dist/gen/model/v1beta2Scale.d.ts new file mode 100644 index 0000000000..22ba4d9f77 --- /dev/null +++ b/dist/gen/model/v1beta2Scale.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta2ScaleSpec } from './v1beta2ScaleSpec'; +import { V1beta2ScaleStatus } from './v1beta2ScaleStatus'; +/** +* Scale represents a scaling request for a resource. +*/ +export declare class V1beta2Scale { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta2ScaleSpec; + 'status'?: V1beta2ScaleStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2Scale.js b/dist/gen/model/v1beta2Scale.js new file mode 100644 index 0000000000..4212b96261 --- /dev/null +++ b/dist/gen/model/v1beta2Scale.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Scale represents a scaling request for a resource. +*/ +class V1beta2Scale { + static getAttributeTypeMap() { + return V1beta2Scale.attributeTypeMap; + } +} +V1beta2Scale.discriminator = undefined; +V1beta2Scale.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta2ScaleSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta2ScaleStatus" + } +]; +exports.V1beta2Scale = V1beta2Scale; +//# sourceMappingURL=v1beta2Scale.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2Scale.js.map b/dist/gen/model/v1beta2Scale.js.map new file mode 100644 index 0000000000..f5ff55a401 --- /dev/null +++ b/dist/gen/model/v1beta2Scale.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2Scale.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2Scale.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,YAAY;IA0CrB,MAAM,CAAC,mBAAmB;QACtB,OAAO,YAAY,CAAC,gBAAgB,CAAC;IACzC,CAAC;;AA/BM,0BAAa,GAAuB,SAAS,CAAC;AAE9C,6BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,kBAAkB;KAC7B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oBAAoB;KAC/B;CAAK,CAAC;AAxCf,oCA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ScaleSpec.d.ts b/dist/gen/model/v1beta2ScaleSpec.d.ts new file mode 100644 index 0000000000..6410373397 --- /dev/null +++ b/dist/gen/model/v1beta2ScaleSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ScaleSpec describes the attributes of a scale subresource +*/ +export declare class V1beta2ScaleSpec { + /** + * desired number of instances for the scaled object. + */ + 'replicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ScaleSpec.js b/dist/gen/model/v1beta2ScaleSpec.js new file mode 100644 index 0000000000..c76adab1bf --- /dev/null +++ b/dist/gen/model/v1beta2ScaleSpec.js @@ -0,0 +1,31 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleSpec describes the attributes of a scale subresource +*/ +class V1beta2ScaleSpec { + static getAttributeTypeMap() { + return V1beta2ScaleSpec.attributeTypeMap; + } +} +V1beta2ScaleSpec.discriminator = undefined; +V1beta2ScaleSpec.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + } +]; +exports.V1beta2ScaleSpec = V1beta2ScaleSpec; +//# sourceMappingURL=v1beta2ScaleSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ScaleSpec.js.map b/dist/gen/model/v1beta2ScaleSpec.js.map new file mode 100644 index 0000000000..07b9d98dce --- /dev/null +++ b/dist/gen/model/v1beta2ScaleSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ScaleSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ScaleSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,gBAAgB;IAezB,MAAM,CAAC,mBAAmB;QACtB,OAAO,gBAAgB,CAAC,gBAAgB,CAAC;IAC7C,CAAC;;AAXM,8BAAa,GAAuB,SAAS,CAAC;AAE9C,iCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAbf,4CAkBC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2ScaleStatus.d.ts b/dist/gen/model/v1beta2ScaleStatus.d.ts new file mode 100644 index 0000000000..032c7a81bd --- /dev/null +++ b/dist/gen/model/v1beta2ScaleStatus.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ScaleStatus represents the current status of a scale subresource. +*/ +export declare class V1beta2ScaleStatus { + /** + * actual number of observed instances of the scaled object. + */ + 'replicas': number; + /** + * label query over pods that should match the replicas count. More info: http://kubernetes.io/docs/user-guide/labels#label-selectors + */ + 'selector'?: { + [key: string]: string; + }; + /** + * label selector for pods that should match the replicas count. This is a serializated version of both map-based and more expressive set-based selectors. This is done to avoid introspection in the clients. The string will be in the same format as the query-param syntax. If the target type only supports map-based selectors, both this field and map-based selector field are populated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + */ + 'targetSelector'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2ScaleStatus.js b/dist/gen/model/v1beta2ScaleStatus.js new file mode 100644 index 0000000000..a704d934d6 --- /dev/null +++ b/dist/gen/model/v1beta2ScaleStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ScaleStatus represents the current status of a scale subresource. +*/ +class V1beta2ScaleStatus { + static getAttributeTypeMap() { + return V1beta2ScaleStatus.attributeTypeMap; + } +} +V1beta2ScaleStatus.discriminator = undefined; +V1beta2ScaleStatus.attributeTypeMap = [ + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "{ [key: string]: string; }" + }, + { + "name": "targetSelector", + "baseName": "targetSelector", + "type": "string" + } +]; +exports.V1beta2ScaleStatus = V1beta2ScaleStatus; +//# sourceMappingURL=v1beta2ScaleStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2ScaleStatus.js.map b/dist/gen/model/v1beta2ScaleStatus.js.map new file mode 100644 index 0000000000..74f6e27781 --- /dev/null +++ b/dist/gen/model/v1beta2ScaleStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2ScaleStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2ScaleStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kBAAkB;IAiC3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AArBM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,gDAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSet.d.ts b/dist/gen/model/v1beta2StatefulSet.d.ts new file mode 100644 index 0000000000..41e9f02b3c --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSet.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V1beta2StatefulSetSpec } from './v1beta2StatefulSetSpec'; +import { V1beta2StatefulSetStatus } from './v1beta2StatefulSetStatus'; +/** +* DEPRECATED - This group version of StatefulSet is deprecated by apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. +*/ +export declare class V1beta2StatefulSet { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V1beta2StatefulSetSpec; + 'status'?: V1beta2StatefulSetStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2StatefulSet.js b/dist/gen/model/v1beta2StatefulSet.js new file mode 100644 index 0000000000..a46006bfa4 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSet.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* DEPRECATED - This group version of StatefulSet is deprecated by apps/v1/StatefulSet. See the release notes for more information. StatefulSet represents a set of pods with consistent identities. Identities are defined as: - Network: A single stable DNS and hostname. - Storage: As many VolumeClaims as requested. The StatefulSet guarantees that a given network identity will always map to the same storage identity. +*/ +class V1beta2StatefulSet { + static getAttributeTypeMap() { + return V1beta2StatefulSet.attributeTypeMap; + } +} +V1beta2StatefulSet.discriminator = undefined; +V1beta2StatefulSet.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1beta2StatefulSetSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V1beta2StatefulSetStatus" + } +]; +exports.V1beta2StatefulSet = V1beta2StatefulSet; +//# sourceMappingURL=v1beta2StatefulSet.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSet.js.map b/dist/gen/model/v1beta2StatefulSet.js.map new file mode 100644 index 0000000000..8e2b18b302 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSet.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2StatefulSet.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2StatefulSet.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,kBAAkB;IA0C3B,MAAM,CAAC,mBAAmB;QACtB,OAAO,kBAAkB,CAAC,gBAAgB,CAAC;IAC/C,CAAC;;AA/BM,gCAAa,GAAuB,SAAS,CAAC;AAE9C,mCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;CAAK,CAAC;AAxCf,gDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetCondition.d.ts b/dist/gen/model/v1beta2StatefulSetCondition.d.ts new file mode 100644 index 0000000000..62c6fc8e03 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* StatefulSetCondition describes the state of a statefulset at a certain point. +*/ +export declare class V1beta2StatefulSetCondition { + /** + * Last time the condition transitioned from one status to another. + */ + 'lastTransitionTime'?: Date; + /** + * A human readable message indicating details about the transition. + */ + 'message'?: string; + /** + * The reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * Status of the condition, one of True, False, Unknown. + */ + 'status': string; + /** + * Type of statefulset condition. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2StatefulSetCondition.js b/dist/gen/model/v1beta2StatefulSetCondition.js new file mode 100644 index 0000000000..6494944832 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetCondition describes the state of a statefulset at a certain point. +*/ +class V1beta2StatefulSetCondition { + static getAttributeTypeMap() { + return V1beta2StatefulSetCondition.attributeTypeMap; + } +} +V1beta2StatefulSetCondition.discriminator = undefined; +V1beta2StatefulSetCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta2StatefulSetCondition = V1beta2StatefulSetCondition; +//# sourceMappingURL=v1beta2StatefulSetCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetCondition.js.map b/dist/gen/model/v1beta2StatefulSetCondition.js.map new file mode 100644 index 0000000000..dcfcc3a682 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2StatefulSetCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2StatefulSetCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAmDpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA/BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,kEAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetList.d.ts b/dist/gen/model/v1beta2StatefulSetList.d.ts new file mode 100644 index 0000000000..d83126d30e --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetList.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V1beta2StatefulSet } from './v1beta2StatefulSet'; +/** +* StatefulSetList is a collection of StatefulSets. +*/ +export declare class V1beta2StatefulSetList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2StatefulSetList.js b/dist/gen/model/v1beta2StatefulSetList.js new file mode 100644 index 0000000000..fea8041310 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetList is a collection of StatefulSets. +*/ +class V1beta2StatefulSetList { + static getAttributeTypeMap() { + return V1beta2StatefulSetList.attributeTypeMap; + } +} +V1beta2StatefulSetList.discriminator = undefined; +V1beta2StatefulSetList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V1beta2StatefulSetList = V1beta2StatefulSetList; +//# sourceMappingURL=v1beta2StatefulSetList.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetList.js.map b/dist/gen/model/v1beta2StatefulSetList.js.map new file mode 100644 index 0000000000..755a25cad1 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2StatefulSetList.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2StatefulSetList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,sBAAsB;IAoC/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA1BM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AAlCf,wDAuCC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetSpec.d.ts b/dist/gen/model/v1beta2StatefulSetSpec.d.ts new file mode 100644 index 0000000000..d8f5931985 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetSpec.d.ts @@ -0,0 +1,54 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V1PersistentVolumeClaim } from './v1PersistentVolumeClaim'; +import { V1PodTemplateSpec } from './v1PodTemplateSpec'; +import { V1beta2StatefulSetUpdateStrategy } from './v1beta2StatefulSetUpdateStrategy'; +/** +* A StatefulSetSpec is the specification of a StatefulSet. +*/ +export declare class V1beta2StatefulSetSpec { + /** + * podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. + */ + 'podManagementPolicy'?: string; + /** + * replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. + */ + 'replicas'?: number; + /** + * revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet\'s revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10. + */ + 'revisionHistoryLimit'?: number; + 'selector': V1LabelSelector; + /** + * serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller. + */ + 'serviceName': string; + 'template': V1PodTemplateSpec; + 'updateStrategy'?: V1beta2StatefulSetUpdateStrategy; + /** + * volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. + */ + 'volumeClaimTemplates'?: Array; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2StatefulSetSpec.js b/dist/gen/model/v1beta2StatefulSetSpec.js new file mode 100644 index 0000000000..e22ce98115 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetSpec.js @@ -0,0 +1,66 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* A StatefulSetSpec is the specification of a StatefulSet. +*/ +class V1beta2StatefulSetSpec { + static getAttributeTypeMap() { + return V1beta2StatefulSetSpec.attributeTypeMap; + } +} +V1beta2StatefulSetSpec.discriminator = undefined; +V1beta2StatefulSetSpec.attributeTypeMap = [ + { + "name": "podManagementPolicy", + "baseName": "podManagementPolicy", + "type": "string" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "revisionHistoryLimit", + "baseName": "revisionHistoryLimit", + "type": "number" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "serviceName", + "baseName": "serviceName", + "type": "string" + }, + { + "name": "template", + "baseName": "template", + "type": "V1PodTemplateSpec" + }, + { + "name": "updateStrategy", + "baseName": "updateStrategy", + "type": "V1beta2StatefulSetUpdateStrategy" + }, + { + "name": "volumeClaimTemplates", + "baseName": "volumeClaimTemplates", + "type": "Array" + } +]; +exports.V1beta2StatefulSetSpec = V1beta2StatefulSetSpec; +//# sourceMappingURL=v1beta2StatefulSetSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetSpec.js.map b/dist/gen/model/v1beta2StatefulSetSpec.js.map new file mode 100644 index 0000000000..ef02634209 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2StatefulSetSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2StatefulSetSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,sBAAsB;IAqE/B,MAAM,CAAC,mBAAmB;QACtB,OAAO,sBAAsB,CAAC,gBAAgB,CAAC;IACnD,CAAC;;AA9CM,oCAAa,GAAuB,SAAS,CAAC;AAE9C,uCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,mBAAmB;KAC9B;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,kCAAkC;KAC7C;IACD;QACI,MAAM,EAAE,sBAAsB;QAC9B,UAAU,EAAE,sBAAsB;QAClC,MAAM,EAAE,gCAAgC;KAC3C;CAAK,CAAC;AAnEf,wDAwEC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetStatus.d.ts b/dist/gen/model/v1beta2StatefulSetStatus.d.ts new file mode 100644 index 0000000000..7e7b72af71 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetStatus.d.ts @@ -0,0 +1,64 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta2StatefulSetCondition } from './v1beta2StatefulSetCondition'; +/** +* StatefulSetStatus represents the current state of a StatefulSet. +*/ +export declare class V1beta2StatefulSetStatus { + /** + * collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + */ + 'collisionCount'?: number; + /** + * Represents the latest available observations of a statefulset\'s current state. + */ + 'conditions'?: Array; + /** + * currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. + */ + 'currentReplicas'?: number; + /** + * currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). + */ + 'currentRevision'?: string; + /** + * observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet\'s generation, which is updated on mutation by the API Server. + */ + 'observedGeneration'?: number; + /** + * readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + */ + 'readyReplicas'?: number; + /** + * replicas is the number of Pods created by the StatefulSet controller. + */ + 'replicas': number; + /** + * updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) + */ + 'updateRevision'?: string; + /** + * updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. + */ + 'updatedReplicas'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2StatefulSetStatus.js b/dist/gen/model/v1beta2StatefulSetStatus.js new file mode 100644 index 0000000000..b0b59750de --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetStatus.js @@ -0,0 +1,71 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetStatus represents the current state of a StatefulSet. +*/ +class V1beta2StatefulSetStatus { + static getAttributeTypeMap() { + return V1beta2StatefulSetStatus.attributeTypeMap; + } +} +V1beta2StatefulSetStatus.discriminator = undefined; +V1beta2StatefulSetStatus.attributeTypeMap = [ + { + "name": "collisionCount", + "baseName": "collisionCount", + "type": "number" + }, + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentReplicas", + "baseName": "currentReplicas", + "type": "number" + }, + { + "name": "currentRevision", + "baseName": "currentRevision", + "type": "string" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + }, + { + "name": "readyReplicas", + "baseName": "readyReplicas", + "type": "number" + }, + { + "name": "replicas", + "baseName": "replicas", + "type": "number" + }, + { + "name": "updateRevision", + "baseName": "updateRevision", + "type": "string" + }, + { + "name": "updatedReplicas", + "baseName": "updatedReplicas", + "type": "number" + } +]; +exports.V1beta2StatefulSetStatus = V1beta2StatefulSetStatus; +//# sourceMappingURL=v1beta2StatefulSetStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetStatus.js.map b/dist/gen/model/v1beta2StatefulSetStatus.js.map new file mode 100644 index 0000000000..ff547a7282 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2StatefulSetStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2StatefulSetStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,wBAAwB;IAuFjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AAnDM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArFf,4DA0FC"} \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetUpdateStrategy.d.ts b/dist/gen/model/v1beta2StatefulSetUpdateStrategy.d.ts new file mode 100644 index 0000000000..d507fa4490 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetUpdateStrategy.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1beta2RollingUpdateStatefulSetStrategy } from './v1beta2RollingUpdateStatefulSetStrategy'; +/** +* StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +*/ +export declare class V1beta2StatefulSetUpdateStrategy { + 'rollingUpdate'?: V1beta2RollingUpdateStatefulSetStrategy; + /** + * Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. + */ + 'type'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v1beta2StatefulSetUpdateStrategy.js b/dist/gen/model/v1beta2StatefulSetUpdateStrategy.js new file mode 100644 index 0000000000..f023ef56b3 --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetUpdateStrategy.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +*/ +class V1beta2StatefulSetUpdateStrategy { + static getAttributeTypeMap() { + return V1beta2StatefulSetUpdateStrategy.attributeTypeMap; + } +} +V1beta2StatefulSetUpdateStrategy.discriminator = undefined; +V1beta2StatefulSetUpdateStrategy.attributeTypeMap = [ + { + "name": "rollingUpdate", + "baseName": "rollingUpdate", + "type": "V1beta2RollingUpdateStatefulSetStrategy" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V1beta2StatefulSetUpdateStrategy = V1beta2StatefulSetUpdateStrategy; +//# sourceMappingURL=v1beta2StatefulSetUpdateStrategy.js.map \ No newline at end of file diff --git a/dist/gen/model/v1beta2StatefulSetUpdateStrategy.js.map b/dist/gen/model/v1beta2StatefulSetUpdateStrategy.js.map new file mode 100644 index 0000000000..e7b11fa03f --- /dev/null +++ b/dist/gen/model/v1beta2StatefulSetUpdateStrategy.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v1beta2StatefulSetUpdateStrategy.js","sourceRoot":"","sources":["../../../src/gen/model/v1beta2StatefulSetUpdateStrategy.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,gCAAgC;IAqBzC,MAAM,CAAC,mBAAmB;QACtB,OAAO,gCAAgC,CAAC,gBAAgB,CAAC;IAC7D,CAAC;;AAhBM,8CAAa,GAAuB,SAAS,CAAC;AAE9C,iDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,yCAAyC;KACpD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,4EAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJob.d.ts b/dist/gen/model/v2alpha1CronJob.d.ts new file mode 100644 index 0000000000..9b454361cb --- /dev/null +++ b/dist/gen/model/v2alpha1CronJob.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V2alpha1CronJobSpec } from './v2alpha1CronJobSpec'; +import { V2alpha1CronJobStatus } from './v2alpha1CronJobStatus'; +/** +* CronJob represents the configuration of a single cron job. +*/ +export declare class V2alpha1CronJob { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V2alpha1CronJobSpec; + 'status'?: V2alpha1CronJobStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2alpha1CronJob.js b/dist/gen/model/v2alpha1CronJob.js new file mode 100644 index 0000000000..5bb299502c --- /dev/null +++ b/dist/gen/model/v2alpha1CronJob.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJob represents the configuration of a single cron job. +*/ +class V2alpha1CronJob { + static getAttributeTypeMap() { + return V2alpha1CronJob.attributeTypeMap; + } +} +V2alpha1CronJob.discriminator = undefined; +V2alpha1CronJob.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V2alpha1CronJobSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V2alpha1CronJobStatus" + } +]; +exports.V2alpha1CronJob = V2alpha1CronJob; +//# sourceMappingURL=v2alpha1CronJob.js.map \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJob.js.map b/dist/gen/model/v2alpha1CronJob.js.map new file mode 100644 index 0000000000..83b7dd0447 --- /dev/null +++ b/dist/gen/model/v2alpha1CronJob.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2alpha1CronJob.js","sourceRoot":"","sources":["../../../src/gen/model/v2alpha1CronJob.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,eAAe;IA0CxB,MAAM,CAAC,mBAAmB;QACtB,OAAO,eAAe,CAAC,gBAAgB,CAAC;IAC5C,CAAC;;AA/BM,6BAAa,GAAuB,SAAS,CAAC;AAE9C,gCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,qBAAqB;KAChC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,uBAAuB;KAClC;CAAK,CAAC;AAxCf,0CA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJobList.d.ts b/dist/gen/model/v2alpha1CronJobList.d.ts new file mode 100644 index 0000000000..814d590a60 --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V2alpha1CronJob } from './v2alpha1CronJob'; +/** +* CronJobList is a collection of cron jobs. +*/ +export declare class V2alpha1CronJobList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of CronJobs. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2alpha1CronJobList.js b/dist/gen/model/v2alpha1CronJobList.js new file mode 100644 index 0000000000..94cc529359 --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJobList is a collection of cron jobs. +*/ +class V2alpha1CronJobList { + static getAttributeTypeMap() { + return V2alpha1CronJobList.attributeTypeMap; + } +} +V2alpha1CronJobList.discriminator = undefined; +V2alpha1CronJobList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V2alpha1CronJobList = V2alpha1CronJobList; +//# sourceMappingURL=v2alpha1CronJobList.js.map \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJobList.js.map b/dist/gen/model/v2alpha1CronJobList.js.map new file mode 100644 index 0000000000..4c02bc2698 --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2alpha1CronJobList.js","sourceRoot":"","sources":["../../../src/gen/model/v2alpha1CronJobList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,wBAAwB;KACnC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJobSpec.d.ts b/dist/gen/model/v2alpha1CronJobSpec.d.ts new file mode 100644 index 0000000000..1c4bccaca1 --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobSpec.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2alpha1JobTemplateSpec } from './v2alpha1JobTemplateSpec'; +/** +* CronJobSpec describes how the job execution will look like and when it will actually run. +*/ +export declare class V2alpha1CronJobSpec { + /** + * Specifies how to treat concurrent executions of a Job. Valid values are: - \"Allow\" (default): allows CronJobs to run concurrently; - \"Forbid\": forbids concurrent runs, skipping next run if previous run hasn\'t finished yet; - \"Replace\": cancels currently running job and replaces it with a new one + */ + 'concurrencyPolicy'?: string; + /** + * The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. + */ + 'failedJobsHistoryLimit'?: number; + 'jobTemplate': V2alpha1JobTemplateSpec; + /** + * The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. + */ + 'schedule': string; + /** + * Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. + */ + 'startingDeadlineSeconds'?: number; + /** + * The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. + */ + 'successfulJobsHistoryLimit'?: number; + /** + * This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. + */ + 'suspend'?: boolean; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2alpha1CronJobSpec.js b/dist/gen/model/v2alpha1CronJobSpec.js new file mode 100644 index 0000000000..4eaf4bbd39 --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobSpec.js @@ -0,0 +1,61 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJobSpec describes how the job execution will look like and when it will actually run. +*/ +class V2alpha1CronJobSpec { + static getAttributeTypeMap() { + return V2alpha1CronJobSpec.attributeTypeMap; + } +} +V2alpha1CronJobSpec.discriminator = undefined; +V2alpha1CronJobSpec.attributeTypeMap = [ + { + "name": "concurrencyPolicy", + "baseName": "concurrencyPolicy", + "type": "string" + }, + { + "name": "failedJobsHistoryLimit", + "baseName": "failedJobsHistoryLimit", + "type": "number" + }, + { + "name": "jobTemplate", + "baseName": "jobTemplate", + "type": "V2alpha1JobTemplateSpec" + }, + { + "name": "schedule", + "baseName": "schedule", + "type": "string" + }, + { + "name": "startingDeadlineSeconds", + "baseName": "startingDeadlineSeconds", + "type": "number" + }, + { + "name": "successfulJobsHistoryLimit", + "baseName": "successfulJobsHistoryLimit", + "type": "number" + }, + { + "name": "suspend", + "baseName": "suspend", + "type": "boolean" + } +]; +exports.V2alpha1CronJobSpec = V2alpha1CronJobSpec; +//# sourceMappingURL=v2alpha1CronJobSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJobSpec.js.map b/dist/gen/model/v2alpha1CronJobSpec.js.map new file mode 100644 index 0000000000..db6a336ba8 --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2alpha1CronJobSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v2alpha1CronJobSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,mBAAmB;IAkE5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AAzCM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,mBAAmB;QAC3B,UAAU,EAAE,mBAAmB;QAC/B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,wBAAwB;QAChC,UAAU,EAAE,wBAAwB;QACpC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,yBAAyB;QACjC,UAAU,EAAE,yBAAyB;QACrC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,4BAA4B;QACpC,UAAU,EAAE,4BAA4B;QACxC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,SAAS;KACpB;CAAK,CAAC;AAhEf,kDAqEC"} \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJobStatus.d.ts b/dist/gen/model/v2alpha1CronJobStatus.d.ts new file mode 100644 index 0000000000..1b109be34b --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobStatus.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectReference } from './v1ObjectReference'; +/** +* CronJobStatus represents the current state of a cron job. +*/ +export declare class V2alpha1CronJobStatus { + /** + * A list of pointers to currently running jobs. + */ + 'active'?: Array; + /** + * Information when was the last time the job was successfully scheduled. + */ + 'lastScheduleTime'?: Date; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2alpha1CronJobStatus.js b/dist/gen/model/v2alpha1CronJobStatus.js new file mode 100644 index 0000000000..1a8653e91d --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobStatus.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CronJobStatus represents the current state of a cron job. +*/ +class V2alpha1CronJobStatus { + static getAttributeTypeMap() { + return V2alpha1CronJobStatus.attributeTypeMap; + } +} +V2alpha1CronJobStatus.discriminator = undefined; +V2alpha1CronJobStatus.attributeTypeMap = [ + { + "name": "active", + "baseName": "active", + "type": "Array" + }, + { + "name": "lastScheduleTime", + "baseName": "lastScheduleTime", + "type": "Date" + } +]; +exports.V2alpha1CronJobStatus = V2alpha1CronJobStatus; +//# sourceMappingURL=v2alpha1CronJobStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2alpha1CronJobStatus.js.map b/dist/gen/model/v2alpha1CronJobStatus.js.map new file mode 100644 index 0000000000..d37930fe3c --- /dev/null +++ b/dist/gen/model/v2alpha1CronJobStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2alpha1CronJobStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2alpha1CronJobStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,qBAAqB;IAwB9B,MAAM,CAAC,mBAAmB;QACtB,OAAO,qBAAqB,CAAC,gBAAgB,CAAC;IAClD,CAAC;;AAhBM,mCAAa,GAAuB,SAAS,CAAC;AAE9C,sCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,kBAAkB;QAC1B,UAAU,EAAE,kBAAkB;QAC9B,MAAM,EAAE,MAAM;KACjB;CAAK,CAAC;AAtBf,sDA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v2alpha1JobTemplateSpec.d.ts b/dist/gen/model/v2alpha1JobTemplateSpec.d.ts new file mode 100644 index 0000000000..ab45a16e51 --- /dev/null +++ b/dist/gen/model/v2alpha1JobTemplateSpec.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1JobSpec } from './v1JobSpec'; +import { V1ObjectMeta } from './v1ObjectMeta'; +/** +* JobTemplateSpec describes the data a Job should have when created from a template +*/ +export declare class V2alpha1JobTemplateSpec { + 'metadata'?: V1ObjectMeta; + 'spec'?: V1JobSpec; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2alpha1JobTemplateSpec.js b/dist/gen/model/v2alpha1JobTemplateSpec.js new file mode 100644 index 0000000000..8df77744fe --- /dev/null +++ b/dist/gen/model/v2alpha1JobTemplateSpec.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* JobTemplateSpec describes the data a Job should have when created from a template +*/ +class V2alpha1JobTemplateSpec { + static getAttributeTypeMap() { + return V2alpha1JobTemplateSpec.attributeTypeMap; + } +} +V2alpha1JobTemplateSpec.discriminator = undefined; +V2alpha1JobTemplateSpec.attributeTypeMap = [ + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V1JobSpec" + } +]; +exports.V2alpha1JobTemplateSpec = V2alpha1JobTemplateSpec; +//# sourceMappingURL=v2alpha1JobTemplateSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v2alpha1JobTemplateSpec.js.map b/dist/gen/model/v2alpha1JobTemplateSpec.js.map new file mode 100644 index 0000000000..89593d4c8f --- /dev/null +++ b/dist/gen/model/v2alpha1JobTemplateSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2alpha1JobTemplateSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v2alpha1JobTemplateSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAkBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,WAAW;KACtB;CAAK,CAAC;AAhBf,0DAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1CrossVersionObjectReference.d.ts b/dist/gen/model/v2beta1CrossVersionObjectReference.d.ts new file mode 100644 index 0000000000..c22f09058a --- /dev/null +++ b/dist/gen/model/v2beta1CrossVersionObjectReference.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CrossVersionObjectReference contains enough information to let you identify the referred resource. +*/ +export declare class V2beta1CrossVersionObjectReference { + /** + * API version of the referent + */ + 'apiVersion'?: string; + /** + * Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\" + */ + 'kind': string; + /** + * Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1CrossVersionObjectReference.js b/dist/gen/model/v2beta1CrossVersionObjectReference.js new file mode 100644 index 0000000000..f19eab6268 --- /dev/null +++ b/dist/gen/model/v2beta1CrossVersionObjectReference.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CrossVersionObjectReference contains enough information to let you identify the referred resource. +*/ +class V2beta1CrossVersionObjectReference { + static getAttributeTypeMap() { + return V2beta1CrossVersionObjectReference.attributeTypeMap; + } +} +V2beta1CrossVersionObjectReference.discriminator = undefined; +V2beta1CrossVersionObjectReference.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V2beta1CrossVersionObjectReference = V2beta1CrossVersionObjectReference; +//# sourceMappingURL=v2beta1CrossVersionObjectReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1CrossVersionObjectReference.js.map b/dist/gen/model/v2beta1CrossVersionObjectReference.js.map new file mode 100644 index 0000000000..35f2afd9f8 --- /dev/null +++ b/dist/gen/model/v2beta1CrossVersionObjectReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1CrossVersionObjectReference.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1CrossVersionObjectReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IAiC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AArBM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,gFAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1ExternalMetricSource.d.ts b/dist/gen/model/v2beta1ExternalMetricSource.d.ts new file mode 100644 index 0000000000..77ec7976b8 --- /dev/null +++ b/dist/gen/model/v2beta1ExternalMetricSource.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one \"target\" type should be set. +*/ +export declare class V2beta1ExternalMetricSource { + /** + * metricName is the name of the metric in question. + */ + 'metricName': string; + 'metricSelector'?: V1LabelSelector; + /** + * targetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue. + */ + 'targetAverageValue'?: string; + /** + * targetValue is the target value of the metric (as a quantity). Mutually exclusive with TargetAverageValue. + */ + 'targetValue'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1ExternalMetricSource.js b/dist/gen/model/v2beta1ExternalMetricSource.js new file mode 100644 index 0000000000..d7a8c05484 --- /dev/null +++ b/dist/gen/model/v2beta1ExternalMetricSource.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). Exactly one \"target\" type should be set. +*/ +class V2beta1ExternalMetricSource { + static getAttributeTypeMap() { + return V2beta1ExternalMetricSource.attributeTypeMap; + } +} +V2beta1ExternalMetricSource.discriminator = undefined; +V2beta1ExternalMetricSource.attributeTypeMap = [ + { + "name": "metricName", + "baseName": "metricName", + "type": "string" + }, + { + "name": "metricSelector", + "baseName": "metricSelector", + "type": "V1LabelSelector" + }, + { + "name": "targetAverageValue", + "baseName": "targetAverageValue", + "type": "string" + }, + { + "name": "targetValue", + "baseName": "targetValue", + "type": "string" + } +]; +exports.V2beta1ExternalMetricSource = V2beta1ExternalMetricSource; +//# sourceMappingURL=v2beta1ExternalMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1ExternalMetricSource.js.map b/dist/gen/model/v2beta1ExternalMetricSource.js.map new file mode 100644 index 0000000000..7e393399a0 --- /dev/null +++ b/dist/gen/model/v2beta1ExternalMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1ExternalMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1ExternalMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IAuCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,kEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1ExternalMetricStatus.d.ts b/dist/gen/model/v2beta1ExternalMetricStatus.d.ts new file mode 100644 index 0000000000..950b21098a --- /dev/null +++ b/dist/gen/model/v2beta1ExternalMetricStatus.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object. +*/ +export declare class V2beta1ExternalMetricStatus { + /** + * currentAverageValue is the current value of metric averaged over autoscaled pods. + */ + 'currentAverageValue'?: string; + /** + * currentValue is the current value of the metric (as a quantity) + */ + 'currentValue': string; + /** + * metricName is the name of a metric used for autoscaling in metric system. + */ + 'metricName': string; + 'metricSelector'?: V1LabelSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1ExternalMetricStatus.js b/dist/gen/model/v2beta1ExternalMetricStatus.js new file mode 100644 index 0000000000..ce25aaac49 --- /dev/null +++ b/dist/gen/model/v2beta1ExternalMetricStatus.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object. +*/ +class V2beta1ExternalMetricStatus { + static getAttributeTypeMap() { + return V2beta1ExternalMetricStatus.attributeTypeMap; + } +} +V2beta1ExternalMetricStatus.discriminator = undefined; +V2beta1ExternalMetricStatus.attributeTypeMap = [ + { + "name": "currentAverageValue", + "baseName": "currentAverageValue", + "type": "string" + }, + { + "name": "currentValue", + "baseName": "currentValue", + "type": "string" + }, + { + "name": "metricName", + "baseName": "metricName", + "type": "string" + }, + { + "name": "metricSelector", + "baseName": "metricSelector", + "type": "V1LabelSelector" + } +]; +exports.V2beta1ExternalMetricStatus = V2beta1ExternalMetricStatus; +//# sourceMappingURL=v2beta1ExternalMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1ExternalMetricStatus.js.map b/dist/gen/model/v2beta1ExternalMetricStatus.js.map new file mode 100644 index 0000000000..6235348c34 --- /dev/null +++ b/dist/gen/model/v2beta1ExternalMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1ExternalMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1ExternalMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IAuCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AA1BM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AArCf,kEA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscaler.d.ts b/dist/gen/model/v2beta1HorizontalPodAutoscaler.d.ts new file mode 100644 index 0000000000..92d256556d --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscaler.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V2beta1HorizontalPodAutoscalerSpec } from './v2beta1HorizontalPodAutoscalerSpec'; +import { V2beta1HorizontalPodAutoscalerStatus } from './v2beta1HorizontalPodAutoscalerStatus'; +/** +* HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +*/ +export declare class V2beta1HorizontalPodAutoscaler { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V2beta1HorizontalPodAutoscalerSpec; + 'status'?: V2beta1HorizontalPodAutoscalerStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscaler.js b/dist/gen/model/v2beta1HorizontalPodAutoscaler.js new file mode 100644 index 0000000000..19ece1afef --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscaler.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +*/ +class V2beta1HorizontalPodAutoscaler { + static getAttributeTypeMap() { + return V2beta1HorizontalPodAutoscaler.attributeTypeMap; + } +} +V2beta1HorizontalPodAutoscaler.discriminator = undefined; +V2beta1HorizontalPodAutoscaler.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V2beta1HorizontalPodAutoscalerSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V2beta1HorizontalPodAutoscalerStatus" + } +]; +exports.V2beta1HorizontalPodAutoscaler = V2beta1HorizontalPodAutoscaler; +//# sourceMappingURL=v2beta1HorizontalPodAutoscaler.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscaler.js.map b/dist/gen/model/v2beta1HorizontalPodAutoscaler.js.map new file mode 100644 index 0000000000..383d3eaa9d --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscaler.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1HorizontalPodAutoscaler.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1HorizontalPodAutoscaler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,8BAA8B;IA0CvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA/BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sCAAsC;KACjD;CAAK,CAAC;AAxCf,wEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.d.ts b/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.d.ts new file mode 100644 index 0000000000..bfcd22993d --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point. +*/ +export declare class V2beta1HorizontalPodAutoscalerCondition { + /** + * lastTransitionTime is the last time the condition transitioned from one status to another + */ + 'lastTransitionTime'?: Date; + /** + * message is a human-readable explanation containing details about the transition + */ + 'message'?: string; + /** + * reason is the reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * status is the status of the condition (True, False, Unknown) + */ + 'status': string; + /** + * type describes the current condition + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js b/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js new file mode 100644 index 0000000000..2856563bbe --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point. +*/ +class V2beta1HorizontalPodAutoscalerCondition { + static getAttributeTypeMap() { + return V2beta1HorizontalPodAutoscalerCondition.attributeTypeMap; + } +} +V2beta1HorizontalPodAutoscalerCondition.discriminator = undefined; +V2beta1HorizontalPodAutoscalerCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V2beta1HorizontalPodAutoscalerCondition = V2beta1HorizontalPodAutoscalerCondition; +//# sourceMappingURL=v2beta1HorizontalPodAutoscalerCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js.map b/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js.map new file mode 100644 index 0000000000..af162cf290 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1HorizontalPodAutoscalerCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1HorizontalPodAutoscalerCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uCAAuC;IAmDhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AA/BM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,0FAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerList.d.ts b/dist/gen/model/v2beta1HorizontalPodAutoscalerList.d.ts new file mode 100644 index 0000000000..e1fd795835 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V2beta1HorizontalPodAutoscaler } from './v2beta1HorizontalPodAutoscaler'; +/** +* HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects. +*/ +export declare class V2beta1HorizontalPodAutoscalerList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of horizontal pod autoscaler objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerList.js b/dist/gen/model/v2beta1HorizontalPodAutoscalerList.js new file mode 100644 index 0000000000..1234d238d1 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects. +*/ +class V2beta1HorizontalPodAutoscalerList { + static getAttributeTypeMap() { + return V2beta1HorizontalPodAutoscalerList.attributeTypeMap; + } +} +V2beta1HorizontalPodAutoscalerList.discriminator = undefined; +V2beta1HorizontalPodAutoscalerList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V2beta1HorizontalPodAutoscalerList = V2beta1HorizontalPodAutoscalerList; +//# sourceMappingURL=v2beta1HorizontalPodAutoscalerList.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerList.js.map b/dist/gen/model/v2beta1HorizontalPodAutoscalerList.js.map new file mode 100644 index 0000000000..f1bda4379a --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1HorizontalPodAutoscalerList.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1HorizontalPodAutoscalerList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kCAAkC;IAuC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AA1BM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.d.ts b/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.d.ts new file mode 100644 index 0000000000..0bf02422c5 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta1CrossVersionObjectReference } from './v2beta1CrossVersionObjectReference'; +import { V2beta1MetricSpec } from './v2beta1MetricSpec'; +/** +* HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler. +*/ +export declare class V2beta1HorizontalPodAutoscalerSpec { + /** + * maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas. + */ + 'maxReplicas': number; + /** + * metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. + */ + 'metrics'?: Array; + /** + * minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. + */ + 'minReplicas'?: number; + 'scaleTargetRef': V2beta1CrossVersionObjectReference; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js b/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js new file mode 100644 index 0000000000..183f7e53d2 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler. +*/ +class V2beta1HorizontalPodAutoscalerSpec { + static getAttributeTypeMap() { + return V2beta1HorizontalPodAutoscalerSpec.attributeTypeMap; + } +} +V2beta1HorizontalPodAutoscalerSpec.discriminator = undefined; +V2beta1HorizontalPodAutoscalerSpec.attributeTypeMap = [ + { + "name": "maxReplicas", + "baseName": "maxReplicas", + "type": "number" + }, + { + "name": "metrics", + "baseName": "metrics", + "type": "Array" + }, + { + "name": "minReplicas", + "baseName": "minReplicas", + "type": "number" + }, + { + "name": "scaleTargetRef", + "baseName": "scaleTargetRef", + "type": "V2beta1CrossVersionObjectReference" + } +]; +exports.V2beta1HorizontalPodAutoscalerSpec = V2beta1HorizontalPodAutoscalerSpec; +//# sourceMappingURL=v2beta1HorizontalPodAutoscalerSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js.map b/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js.map new file mode 100644 index 0000000000..7b35fbc2b7 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1HorizontalPodAutoscalerSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1HorizontalPodAutoscalerSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kCAAkC;IAuC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AA1BM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,oCAAoC;KAC/C;CAAK,CAAC;AArCf,gFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.d.ts b/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.d.ts new file mode 100644 index 0000000000..f0b5603540 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta1HorizontalPodAutoscalerCondition } from './v2beta1HorizontalPodAutoscalerCondition'; +import { V2beta1MetricStatus } from './v2beta1MetricStatus'; +/** +* HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler. +*/ +export declare class V2beta1HorizontalPodAutoscalerStatus { + /** + * conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. + */ + 'conditions': Array; + /** + * currentMetrics is the last read state of the metrics used by this autoscaler. + */ + 'currentMetrics'?: Array; + /** + * currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. + */ + 'currentReplicas': number; + /** + * desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler. + */ + 'desiredReplicas': number; + /** + * lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. + */ + 'lastScaleTime'?: Date; + /** + * observedGeneration is the most recent generation observed by this autoscaler. + */ + 'observedGeneration'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js b/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js new file mode 100644 index 0000000000..a56c961635 --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler. +*/ +class V2beta1HorizontalPodAutoscalerStatus { + static getAttributeTypeMap() { + return V2beta1HorizontalPodAutoscalerStatus.attributeTypeMap; + } +} +V2beta1HorizontalPodAutoscalerStatus.discriminator = undefined; +V2beta1HorizontalPodAutoscalerStatus.attributeTypeMap = [ + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentMetrics", + "baseName": "currentMetrics", + "type": "Array" + }, + { + "name": "currentReplicas", + "baseName": "currentReplicas", + "type": "number" + }, + { + "name": "desiredReplicas", + "baseName": "desiredReplicas", + "type": "number" + }, + { + "name": "lastScaleTime", + "baseName": "lastScaleTime", + "type": "Date" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + } +]; +exports.V2beta1HorizontalPodAutoscalerStatus = V2beta1HorizontalPodAutoscalerStatus; +//# sourceMappingURL=v2beta1HorizontalPodAutoscalerStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js.map b/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js.map new file mode 100644 index 0000000000..f1219a2b5b --- /dev/null +++ b/dist/gen/model/v2beta1HorizontalPodAutoscalerStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1HorizontalPodAutoscalerStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1HorizontalPodAutoscalerStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oCAAoC;IA4D7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AApCM,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,gDAAgD;KAC3D;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,oFA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1MetricSpec.d.ts b/dist/gen/model/v2beta1MetricSpec.d.ts new file mode 100644 index 0000000000..10fed00c66 --- /dev/null +++ b/dist/gen/model/v2beta1MetricSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta1ExternalMetricSource } from './v2beta1ExternalMetricSource'; +import { V2beta1ObjectMetricSource } from './v2beta1ObjectMetricSource'; +import { V2beta1PodsMetricSource } from './v2beta1PodsMetricSource'; +import { V2beta1ResourceMetricSource } from './v2beta1ResourceMetricSource'; +/** +* MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once). +*/ +export declare class V2beta1MetricSpec { + 'external'?: V2beta1ExternalMetricSource; + 'object'?: V2beta1ObjectMetricSource; + 'pods'?: V2beta1PodsMetricSource; + 'resource'?: V2beta1ResourceMetricSource; + /** + * type is the type of metric source. It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1MetricSpec.js b/dist/gen/model/v2beta1MetricSpec.js new file mode 100644 index 0000000000..d956e88cb7 --- /dev/null +++ b/dist/gen/model/v2beta1MetricSpec.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once). +*/ +class V2beta1MetricSpec { + static getAttributeTypeMap() { + return V2beta1MetricSpec.attributeTypeMap; + } +} +V2beta1MetricSpec.discriminator = undefined; +V2beta1MetricSpec.attributeTypeMap = [ + { + "name": "external", + "baseName": "external", + "type": "V2beta1ExternalMetricSource" + }, + { + "name": "object", + "baseName": "object", + "type": "V2beta1ObjectMetricSource" + }, + { + "name": "pods", + "baseName": "pods", + "type": "V2beta1PodsMetricSource" + }, + { + "name": "resource", + "baseName": "resource", + "type": "V2beta1ResourceMetricSource" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V2beta1MetricSpec = V2beta1MetricSpec; +//# sourceMappingURL=v2beta1MetricSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1MetricSpec.js.map b/dist/gen/model/v2beta1MetricSpec.js.map new file mode 100644 index 0000000000..f9dc644991 --- /dev/null +++ b/dist/gen/model/v2beta1MetricSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1MetricSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1MetricSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,iBAAiB;IAuC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,8CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1MetricStatus.d.ts b/dist/gen/model/v2beta1MetricStatus.d.ts new file mode 100644 index 0000000000..e5fddbcbdc --- /dev/null +++ b/dist/gen/model/v2beta1MetricStatus.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta1ExternalMetricStatus } from './v2beta1ExternalMetricStatus'; +import { V2beta1ObjectMetricStatus } from './v2beta1ObjectMetricStatus'; +import { V2beta1PodsMetricStatus } from './v2beta1PodsMetricStatus'; +import { V2beta1ResourceMetricStatus } from './v2beta1ResourceMetricStatus'; +/** +* MetricStatus describes the last-read state of a single metric. +*/ +export declare class V2beta1MetricStatus { + 'external'?: V2beta1ExternalMetricStatus; + 'object'?: V2beta1ObjectMetricStatus; + 'pods'?: V2beta1PodsMetricStatus; + 'resource'?: V2beta1ResourceMetricStatus; + /** + * type is the type of metric source. It will be one of \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1MetricStatus.js b/dist/gen/model/v2beta1MetricStatus.js new file mode 100644 index 0000000000..5836a988c3 --- /dev/null +++ b/dist/gen/model/v2beta1MetricStatus.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MetricStatus describes the last-read state of a single metric. +*/ +class V2beta1MetricStatus { + static getAttributeTypeMap() { + return V2beta1MetricStatus.attributeTypeMap; + } +} +V2beta1MetricStatus.discriminator = undefined; +V2beta1MetricStatus.attributeTypeMap = [ + { + "name": "external", + "baseName": "external", + "type": "V2beta1ExternalMetricStatus" + }, + { + "name": "object", + "baseName": "object", + "type": "V2beta1ObjectMetricStatus" + }, + { + "name": "pods", + "baseName": "pods", + "type": "V2beta1PodsMetricStatus" + }, + { + "name": "resource", + "baseName": "resource", + "type": "V2beta1ResourceMetricStatus" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V2beta1MetricStatus = V2beta1MetricStatus; +//# sourceMappingURL=v2beta1MetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1MetricStatus.js.map b/dist/gen/model/v2beta1MetricStatus.js.map new file mode 100644 index 0000000000..da1619280a --- /dev/null +++ b/dist/gen/model/v2beta1MetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1MetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1MetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA/BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1ObjectMetricSource.d.ts b/dist/gen/model/v2beta1ObjectMetricSource.d.ts new file mode 100644 index 0000000000..7e5594e4f9 --- /dev/null +++ b/dist/gen/model/v2beta1ObjectMetricSource.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V2beta1CrossVersionObjectReference } from './v2beta1CrossVersionObjectReference'; +/** +* ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +export declare class V2beta1ObjectMetricSource { + /** + * averageValue is the target value of the average of the metric across all relevant pods (as a quantity) + */ + 'averageValue'?: string; + /** + * metricName is the name of the metric in question. + */ + 'metricName': string; + 'selector'?: V1LabelSelector; + 'target': V2beta1CrossVersionObjectReference; + /** + * targetValue is the target value of the metric (as a quantity). + */ + 'targetValue': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1ObjectMetricSource.js b/dist/gen/model/v2beta1ObjectMetricSource.js new file mode 100644 index 0000000000..45c21a294d --- /dev/null +++ b/dist/gen/model/v2beta1ObjectMetricSource.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +class V2beta1ObjectMetricSource { + static getAttributeTypeMap() { + return V2beta1ObjectMetricSource.attributeTypeMap; + } +} +V2beta1ObjectMetricSource.discriminator = undefined; +V2beta1ObjectMetricSource.attributeTypeMap = [ + { + "name": "averageValue", + "baseName": "averageValue", + "type": "string" + }, + { + "name": "metricName", + "baseName": "metricName", + "type": "string" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "target", + "baseName": "target", + "type": "V2beta1CrossVersionObjectReference" + }, + { + "name": "targetValue", + "baseName": "targetValue", + "type": "string" + } +]; +exports.V2beta1ObjectMetricSource = V2beta1ObjectMetricSource; +//# sourceMappingURL=v2beta1ObjectMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1ObjectMetricSource.js.map b/dist/gen/model/v2beta1ObjectMetricSource.js.map new file mode 100644 index 0000000000..0a8a83a8e1 --- /dev/null +++ b/dist/gen/model/v2beta1ObjectMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1ObjectMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1ObjectMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IA6ClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA3Cf,8DAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1ObjectMetricStatus.d.ts b/dist/gen/model/v2beta1ObjectMetricStatus.d.ts new file mode 100644 index 0000000000..681ccf755a --- /dev/null +++ b/dist/gen/model/v2beta1ObjectMetricStatus.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +import { V2beta1CrossVersionObjectReference } from './v2beta1CrossVersionObjectReference'; +/** +* ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +export declare class V2beta1ObjectMetricStatus { + /** + * averageValue is the current value of the average of the metric across all relevant pods (as a quantity) + */ + 'averageValue'?: string; + /** + * currentValue is the current value of the metric (as a quantity). + */ + 'currentValue': string; + /** + * metricName is the name of the metric in question. + */ + 'metricName': string; + 'selector'?: V1LabelSelector; + 'target': V2beta1CrossVersionObjectReference; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1ObjectMetricStatus.js b/dist/gen/model/v2beta1ObjectMetricStatus.js new file mode 100644 index 0000000000..edf2a7fd7a --- /dev/null +++ b/dist/gen/model/v2beta1ObjectMetricStatus.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +class V2beta1ObjectMetricStatus { + static getAttributeTypeMap() { + return V2beta1ObjectMetricStatus.attributeTypeMap; + } +} +V2beta1ObjectMetricStatus.discriminator = undefined; +V2beta1ObjectMetricStatus.attributeTypeMap = [ + { + "name": "averageValue", + "baseName": "averageValue", + "type": "string" + }, + { + "name": "currentValue", + "baseName": "currentValue", + "type": "string" + }, + { + "name": "metricName", + "baseName": "metricName", + "type": "string" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "target", + "baseName": "target", + "type": "V2beta1CrossVersionObjectReference" + } +]; +exports.V2beta1ObjectMetricStatus = V2beta1ObjectMetricStatus; +//# sourceMappingURL=v2beta1ObjectMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1ObjectMetricStatus.js.map b/dist/gen/model/v2beta1ObjectMetricStatus.js.map new file mode 100644 index 0000000000..330835b8e1 --- /dev/null +++ b/dist/gen/model/v2beta1ObjectMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1ObjectMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1ObjectMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,yBAAyB;IA6ClC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AA/BM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,oCAAoC;KAC/C;CAAK,CAAC;AA3Cf,8DAgDC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1PodsMetricSource.d.ts b/dist/gen/model/v2beta1PodsMetricSource.d.ts new file mode 100644 index 0000000000..46f517bb0a --- /dev/null +++ b/dist/gen/model/v2beta1PodsMetricSource.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +*/ +export declare class V2beta1PodsMetricSource { + /** + * metricName is the name of the metric in question + */ + 'metricName': string; + 'selector'?: V1LabelSelector; + /** + * targetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity) + */ + 'targetAverageValue': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1PodsMetricSource.js b/dist/gen/model/v2beta1PodsMetricSource.js new file mode 100644 index 0000000000..a163ad6fcf --- /dev/null +++ b/dist/gen/model/v2beta1PodsMetricSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +*/ +class V2beta1PodsMetricSource { + static getAttributeTypeMap() { + return V2beta1PodsMetricSource.attributeTypeMap; + } +} +V2beta1PodsMetricSource.discriminator = undefined; +V2beta1PodsMetricSource.attributeTypeMap = [ + { + "name": "metricName", + "baseName": "metricName", + "type": "string" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + }, + { + "name": "targetAverageValue", + "baseName": "targetAverageValue", + "type": "string" + } +]; +exports.V2beta1PodsMetricSource = V2beta1PodsMetricSource; +//# sourceMappingURL=v2beta1PodsMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1PodsMetricSource.js.map b/dist/gen/model/v2beta1PodsMetricSource.js.map new file mode 100644 index 0000000000..c57ea15084 --- /dev/null +++ b/dist/gen/model/v2beta1PodsMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1PodsMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1PodsMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IA8BhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AArBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA5Bf,0DAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1PodsMetricStatus.d.ts b/dist/gen/model/v2beta1PodsMetricStatus.d.ts new file mode 100644 index 0000000000..8ff93718ca --- /dev/null +++ b/dist/gen/model/v2beta1PodsMetricStatus.d.ts @@ -0,0 +1,37 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second). +*/ +export declare class V2beta1PodsMetricStatus { + /** + * currentAverageValue is the current value of the average of the metric across all relevant pods (as a quantity) + */ + 'currentAverageValue': string; + /** + * metricName is the name of the metric in question + */ + 'metricName': string; + 'selector'?: V1LabelSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1PodsMetricStatus.js b/dist/gen/model/v2beta1PodsMetricStatus.js new file mode 100644 index 0000000000..cdd6a2a35b --- /dev/null +++ b/dist/gen/model/v2beta1PodsMetricStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second). +*/ +class V2beta1PodsMetricStatus { + static getAttributeTypeMap() { + return V2beta1PodsMetricStatus.attributeTypeMap; + } +} +V2beta1PodsMetricStatus.discriminator = undefined; +V2beta1PodsMetricStatus.attributeTypeMap = [ + { + "name": "currentAverageValue", + "baseName": "currentAverageValue", + "type": "string" + }, + { + "name": "metricName", + "baseName": "metricName", + "type": "string" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + } +]; +exports.V2beta1PodsMetricStatus = V2beta1PodsMetricStatus; +//# sourceMappingURL=v2beta1PodsMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1PodsMetricStatus.js.map b/dist/gen/model/v2beta1PodsMetricStatus.js.map new file mode 100644 index 0000000000..b0d4d539fd --- /dev/null +++ b/dist/gen/model/v2beta1PodsMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1PodsMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1PodsMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IA8BhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AArBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AA5Bf,0DAiCC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1ResourceMetricSource.d.ts b/dist/gen/model/v2beta1ResourceMetricSource.d.ts new file mode 100644 index 0000000000..615155c493 --- /dev/null +++ b/dist/gen/model/v2beta1ResourceMetricSource.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. Only one \"target\" type should be set. +*/ +export declare class V2beta1ResourceMetricSource { + /** + * name is the name of the resource in question. + */ + 'name': string; + /** + * targetAverageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. + */ + 'targetAverageUtilization'?: number; + /** + * targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type. + */ + 'targetAverageValue'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1ResourceMetricSource.js b/dist/gen/model/v2beta1ResourceMetricSource.js new file mode 100644 index 0000000000..c6062955be --- /dev/null +++ b/dist/gen/model/v2beta1ResourceMetricSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. Only one \"target\" type should be set. +*/ +class V2beta1ResourceMetricSource { + static getAttributeTypeMap() { + return V2beta1ResourceMetricSource.attributeTypeMap; + } +} +V2beta1ResourceMetricSource.discriminator = undefined; +V2beta1ResourceMetricSource.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "targetAverageUtilization", + "baseName": "targetAverageUtilization", + "type": "number" + }, + { + "name": "targetAverageValue", + "baseName": "targetAverageValue", + "type": "string" + } +]; +exports.V2beta1ResourceMetricSource = V2beta1ResourceMetricSource; +//# sourceMappingURL=v2beta1ResourceMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1ResourceMetricSource.js.map b/dist/gen/model/v2beta1ResourceMetricSource.js.map new file mode 100644 index 0000000000..81296e649e --- /dev/null +++ b/dist/gen/model/v2beta1ResourceMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1ResourceMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1ResourceMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAiCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AArBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,0BAA0B;QAClC,UAAU,EAAE,0BAA0B;QACtC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,kEAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta1ResourceMetricStatus.d.ts b/dist/gen/model/v2beta1ResourceMetricStatus.d.ts new file mode 100644 index 0000000000..abba131f7c --- /dev/null +++ b/dist/gen/model/v2beta1ResourceMetricStatus.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. +*/ +export declare class V2beta1ResourceMetricStatus { + /** + * currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. It will only be present if `targetAverageValue` was set in the corresponding metric specification. + */ + 'currentAverageUtilization'?: number; + /** + * currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the \"pods\" metric source type. It will always be set, regardless of the corresponding metric specification. + */ + 'currentAverageValue': string; + /** + * name is the name of the resource in question. + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta1ResourceMetricStatus.js b/dist/gen/model/v2beta1ResourceMetricStatus.js new file mode 100644 index 0000000000..1763be28e5 --- /dev/null +++ b/dist/gen/model/v2beta1ResourceMetricStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. +*/ +class V2beta1ResourceMetricStatus { + static getAttributeTypeMap() { + return V2beta1ResourceMetricStatus.attributeTypeMap; + } +} +V2beta1ResourceMetricStatus.discriminator = undefined; +V2beta1ResourceMetricStatus.attributeTypeMap = [ + { + "name": "currentAverageUtilization", + "baseName": "currentAverageUtilization", + "type": "number" + }, + { + "name": "currentAverageValue", + "baseName": "currentAverageValue", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V2beta1ResourceMetricStatus = V2beta1ResourceMetricStatus; +//# sourceMappingURL=v2beta1ResourceMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta1ResourceMetricStatus.js.map b/dist/gen/model/v2beta1ResourceMetricStatus.js.map new file mode 100644 index 0000000000..614e7c7c17 --- /dev/null +++ b/dist/gen/model/v2beta1ResourceMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta1ResourceMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta1ResourceMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,2BAA2B;IAiCpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AArBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,2BAA2B;QACnC,UAAU,EAAE,2BAA2B;QACvC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,qBAAqB;QAC7B,UAAU,EAAE,qBAAqB;QACjC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,kEAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2CrossVersionObjectReference.d.ts b/dist/gen/model/v2beta2CrossVersionObjectReference.d.ts new file mode 100644 index 0000000000..47349b64ba --- /dev/null +++ b/dist/gen/model/v2beta2CrossVersionObjectReference.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* CrossVersionObjectReference contains enough information to let you identify the referred resource. +*/ +export declare class V2beta2CrossVersionObjectReference { + /** + * API version of the referent + */ + 'apiVersion'?: string; + /** + * Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds\" + */ + 'kind': string; + /** + * Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2CrossVersionObjectReference.js b/dist/gen/model/v2beta2CrossVersionObjectReference.js new file mode 100644 index 0000000000..8bd0a38f78 --- /dev/null +++ b/dist/gen/model/v2beta2CrossVersionObjectReference.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* CrossVersionObjectReference contains enough information to let you identify the referred resource. +*/ +class V2beta2CrossVersionObjectReference { + static getAttributeTypeMap() { + return V2beta2CrossVersionObjectReference.attributeTypeMap; + } +} +V2beta2CrossVersionObjectReference.discriminator = undefined; +V2beta2CrossVersionObjectReference.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V2beta2CrossVersionObjectReference = V2beta2CrossVersionObjectReference; +//# sourceMappingURL=v2beta2CrossVersionObjectReference.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2CrossVersionObjectReference.js.map b/dist/gen/model/v2beta2CrossVersionObjectReference.js.map new file mode 100644 index 0000000000..9a8f23be7d --- /dev/null +++ b/dist/gen/model/v2beta2CrossVersionObjectReference.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2CrossVersionObjectReference.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2CrossVersionObjectReference.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,kCAAkC;IAiC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AArBM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,gFAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2ExternalMetricSource.d.ts b/dist/gen/model/v2beta2ExternalMetricSource.d.ts new file mode 100644 index 0000000000..68411b7fe0 --- /dev/null +++ b/dist/gen/model/v2beta2ExternalMetricSource.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2MetricIdentifier } from './v2beta2MetricIdentifier'; +import { V2beta2MetricTarget } from './v2beta2MetricTarget'; +/** +* ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +*/ +export declare class V2beta2ExternalMetricSource { + 'metric': V2beta2MetricIdentifier; + 'target': V2beta2MetricTarget; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2ExternalMetricSource.js b/dist/gen/model/v2beta2ExternalMetricSource.js new file mode 100644 index 0000000000..5ff13006d0 --- /dev/null +++ b/dist/gen/model/v2beta2ExternalMetricSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +*/ +class V2beta2ExternalMetricSource { + static getAttributeTypeMap() { + return V2beta2ExternalMetricSource.attributeTypeMap; + } +} +V2beta2ExternalMetricSource.discriminator = undefined; +V2beta2ExternalMetricSource.attributeTypeMap = [ + { + "name": "metric", + "baseName": "metric", + "type": "V2beta2MetricIdentifier" + }, + { + "name": "target", + "baseName": "target", + "type": "V2beta2MetricTarget" + } +]; +exports.V2beta2ExternalMetricSource = V2beta2ExternalMetricSource; +//# sourceMappingURL=v2beta2ExternalMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2ExternalMetricSource.js.map b/dist/gen/model/v2beta2ExternalMetricSource.js.map new file mode 100644 index 0000000000..a47b600cad --- /dev/null +++ b/dist/gen/model/v2beta2ExternalMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2ExternalMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2ExternalMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,2BAA2B;IAkBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAhBf,kEAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2ExternalMetricStatus.d.ts b/dist/gen/model/v2beta2ExternalMetricStatus.d.ts new file mode 100644 index 0000000000..0268280145 --- /dev/null +++ b/dist/gen/model/v2beta2ExternalMetricStatus.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2MetricIdentifier } from './v2beta2MetricIdentifier'; +import { V2beta2MetricValueStatus } from './v2beta2MetricValueStatus'; +/** +* ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object. +*/ +export declare class V2beta2ExternalMetricStatus { + 'current': V2beta2MetricValueStatus; + 'metric': V2beta2MetricIdentifier; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2ExternalMetricStatus.js b/dist/gen/model/v2beta2ExternalMetricStatus.js new file mode 100644 index 0000000000..40cebb8e0d --- /dev/null +++ b/dist/gen/model/v2beta2ExternalMetricStatus.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object. +*/ +class V2beta2ExternalMetricStatus { + static getAttributeTypeMap() { + return V2beta2ExternalMetricStatus.attributeTypeMap; + } +} +V2beta2ExternalMetricStatus.discriminator = undefined; +V2beta2ExternalMetricStatus.attributeTypeMap = [ + { + "name": "current", + "baseName": "current", + "type": "V2beta2MetricValueStatus" + }, + { + "name": "metric", + "baseName": "metric", + "type": "V2beta2MetricIdentifier" + } +]; +exports.V2beta2ExternalMetricStatus = V2beta2ExternalMetricStatus; +//# sourceMappingURL=v2beta2ExternalMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2ExternalMetricStatus.js.map b/dist/gen/model/v2beta2ExternalMetricStatus.js.map new file mode 100644 index 0000000000..970ebf485b --- /dev/null +++ b/dist/gen/model/v2beta2ExternalMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2ExternalMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2ExternalMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,2BAA2B;IAkBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAhBf,kEAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscaler.d.ts b/dist/gen/model/v2beta2HorizontalPodAutoscaler.d.ts new file mode 100644 index 0000000000..ab0d98ec2a --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscaler.d.ts @@ -0,0 +1,41 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ObjectMeta } from './v1ObjectMeta'; +import { V2beta2HorizontalPodAutoscalerSpec } from './v2beta2HorizontalPodAutoscalerSpec'; +import { V2beta2HorizontalPodAutoscalerStatus } from './v2beta2HorizontalPodAutoscalerStatus'; +/** +* HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +*/ +export declare class V2beta2HorizontalPodAutoscaler { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ObjectMeta; + 'spec'?: V2beta2HorizontalPodAutoscalerSpec; + 'status'?: V2beta2HorizontalPodAutoscalerStatus; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscaler.js b/dist/gen/model/v2beta2HorizontalPodAutoscaler.js new file mode 100644 index 0000000000..a80ef26a45 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscaler.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +*/ +class V2beta2HorizontalPodAutoscaler { + static getAttributeTypeMap() { + return V2beta2HorizontalPodAutoscaler.attributeTypeMap; + } +} +V2beta2HorizontalPodAutoscaler.discriminator = undefined; +V2beta2HorizontalPodAutoscaler.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ObjectMeta" + }, + { + "name": "spec", + "baseName": "spec", + "type": "V2beta2HorizontalPodAutoscalerSpec" + }, + { + "name": "status", + "baseName": "status", + "type": "V2beta2HorizontalPodAutoscalerStatus" + } +]; +exports.V2beta2HorizontalPodAutoscaler = V2beta2HorizontalPodAutoscaler; +//# sourceMappingURL=v2beta2HorizontalPodAutoscaler.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscaler.js.map b/dist/gen/model/v2beta2HorizontalPodAutoscaler.js.map new file mode 100644 index 0000000000..b9c511c270 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscaler.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2HorizontalPodAutoscaler.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2HorizontalPodAutoscaler.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,8BAA8B;IA0CvC,MAAM,CAAC,mBAAmB;QACtB,OAAO,8BAA8B,CAAC,gBAAgB,CAAC;IAC3D,CAAC;;AA/BM,4CAAa,GAAuB,SAAS,CAAC;AAE9C,+CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,cAAc;KACzB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,sCAAsC;KACjD;CAAK,CAAC;AAxCf,wEA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.d.ts b/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.d.ts new file mode 100644 index 0000000000..a53a618f16 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.d.ts @@ -0,0 +1,47 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point. +*/ +export declare class V2beta2HorizontalPodAutoscalerCondition { + /** + * lastTransitionTime is the last time the condition transitioned from one status to another + */ + 'lastTransitionTime'?: Date; + /** + * message is a human-readable explanation containing details about the transition + */ + 'message'?: string; + /** + * reason is the reason for the condition\'s last transition. + */ + 'reason'?: string; + /** + * status is the status of the condition (True, False, Unknown) + */ + 'status': string; + /** + * type describes the current condition + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js b/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js new file mode 100644 index 0000000000..6ca8bf5eef --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point. +*/ +class V2beta2HorizontalPodAutoscalerCondition { + static getAttributeTypeMap() { + return V2beta2HorizontalPodAutoscalerCondition.attributeTypeMap; + } +} +V2beta2HorizontalPodAutoscalerCondition.discriminator = undefined; +V2beta2HorizontalPodAutoscalerCondition.attributeTypeMap = [ + { + "name": "lastTransitionTime", + "baseName": "lastTransitionTime", + "type": "Date" + }, + { + "name": "message", + "baseName": "message", + "type": "string" + }, + { + "name": "reason", + "baseName": "reason", + "type": "string" + }, + { + "name": "status", + "baseName": "status", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V2beta2HorizontalPodAutoscalerCondition = V2beta2HorizontalPodAutoscalerCondition; +//# sourceMappingURL=v2beta2HorizontalPodAutoscalerCondition.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js.map b/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js.map new file mode 100644 index 0000000000..1c6e68db88 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerCondition.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2HorizontalPodAutoscalerCondition.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2HorizontalPodAutoscalerCondition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,uCAAuC;IAmDhD,MAAM,CAAC,mBAAmB;QACtB,OAAO,uCAAuC,CAAC,gBAAgB,CAAC;IACpE,CAAC;;AA/BM,qDAAa,GAAuB,SAAS,CAAC;AAE9C,wDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAjDf,0FAsDC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerList.d.ts b/dist/gen/model/v2beta2HorizontalPodAutoscalerList.d.ts new file mode 100644 index 0000000000..abf3d80191 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerList.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1ListMeta } from './v1ListMeta'; +import { V2beta2HorizontalPodAutoscaler } from './v2beta2HorizontalPodAutoscaler'; +/** +* HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. +*/ +export declare class V2beta2HorizontalPodAutoscalerList { + /** + * APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources + */ + 'apiVersion'?: string; + /** + * items is the list of horizontal pod autoscaler objects. + */ + 'items': Array; + /** + * Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds + */ + 'kind'?: string; + 'metadata'?: V1ListMeta; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerList.js b/dist/gen/model/v2beta2HorizontalPodAutoscalerList.js new file mode 100644 index 0000000000..8d28173962 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerList.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. +*/ +class V2beta2HorizontalPodAutoscalerList { + static getAttributeTypeMap() { + return V2beta2HorizontalPodAutoscalerList.attributeTypeMap; + } +} +V2beta2HorizontalPodAutoscalerList.discriminator = undefined; +V2beta2HorizontalPodAutoscalerList.attributeTypeMap = [ + { + "name": "apiVersion", + "baseName": "apiVersion", + "type": "string" + }, + { + "name": "items", + "baseName": "items", + "type": "Array" + }, + { + "name": "kind", + "baseName": "kind", + "type": "string" + }, + { + "name": "metadata", + "baseName": "metadata", + "type": "V1ListMeta" + } +]; +exports.V2beta2HorizontalPodAutoscalerList = V2beta2HorizontalPodAutoscalerList; +//# sourceMappingURL=v2beta2HorizontalPodAutoscalerList.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerList.js.map b/dist/gen/model/v2beta2HorizontalPodAutoscalerList.js.map new file mode 100644 index 0000000000..fdb33c09f3 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerList.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2HorizontalPodAutoscalerList.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2HorizontalPodAutoscalerList.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kCAAkC;IAuC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AA1BM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,uCAAuC;KAClD;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,YAAY;KACvB;CAAK,CAAC;AArCf,gFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.d.ts b/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.d.ts new file mode 100644 index 0000000000..00f691965a --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.d.ts @@ -0,0 +1,42 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2CrossVersionObjectReference } from './v2beta2CrossVersionObjectReference'; +import { V2beta2MetricSpec } from './v2beta2MetricSpec'; +/** +* HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler. +*/ +export declare class V2beta2HorizontalPodAutoscalerSpec { + /** + * maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas. + */ + 'maxReplicas': number; + /** + * metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization. + */ + 'metrics'?: Array; + /** + * minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. + */ + 'minReplicas'?: number; + 'scaleTargetRef': V2beta2CrossVersionObjectReference; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js b/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js new file mode 100644 index 0000000000..5acb638005 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler. +*/ +class V2beta2HorizontalPodAutoscalerSpec { + static getAttributeTypeMap() { + return V2beta2HorizontalPodAutoscalerSpec.attributeTypeMap; + } +} +V2beta2HorizontalPodAutoscalerSpec.discriminator = undefined; +V2beta2HorizontalPodAutoscalerSpec.attributeTypeMap = [ + { + "name": "maxReplicas", + "baseName": "maxReplicas", + "type": "number" + }, + { + "name": "metrics", + "baseName": "metrics", + "type": "Array" + }, + { + "name": "minReplicas", + "baseName": "minReplicas", + "type": "number" + }, + { + "name": "scaleTargetRef", + "baseName": "scaleTargetRef", + "type": "V2beta2CrossVersionObjectReference" + } +]; +exports.V2beta2HorizontalPodAutoscalerSpec = V2beta2HorizontalPodAutoscalerSpec; +//# sourceMappingURL=v2beta2HorizontalPodAutoscalerSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js.map b/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js.map new file mode 100644 index 0000000000..603b853820 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2HorizontalPodAutoscalerSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2HorizontalPodAutoscalerSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,kCAAkC;IAuC3C,MAAM,CAAC,mBAAmB;QACtB,OAAO,kCAAkC,CAAC,gBAAgB,CAAC;IAC/D,CAAC;;AA1BM,gDAAa,GAAuB,SAAS,CAAC;AAE9C,mDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,aAAa;QACzB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,oCAAoC;KAC/C;CAAK,CAAC;AArCf,gFA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.d.ts b/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.d.ts new file mode 100644 index 0000000000..7e7b3fff22 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.d.ts @@ -0,0 +1,53 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2HorizontalPodAutoscalerCondition } from './v2beta2HorizontalPodAutoscalerCondition'; +import { V2beta2MetricStatus } from './v2beta2MetricStatus'; +/** +* HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler. +*/ +export declare class V2beta2HorizontalPodAutoscalerStatus { + /** + * conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. + */ + 'conditions': Array; + /** + * currentMetrics is the last read state of the metrics used by this autoscaler. + */ + 'currentMetrics'?: Array; + /** + * currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. + */ + 'currentReplicas': number; + /** + * desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler. + */ + 'desiredReplicas': number; + /** + * lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. + */ + 'lastScaleTime'?: Date; + /** + * observedGeneration is the most recent generation observed by this autoscaler. + */ + 'observedGeneration'?: number; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js b/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js new file mode 100644 index 0000000000..cd7df772b1 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js @@ -0,0 +1,56 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler. +*/ +class V2beta2HorizontalPodAutoscalerStatus { + static getAttributeTypeMap() { + return V2beta2HorizontalPodAutoscalerStatus.attributeTypeMap; + } +} +V2beta2HorizontalPodAutoscalerStatus.discriminator = undefined; +V2beta2HorizontalPodAutoscalerStatus.attributeTypeMap = [ + { + "name": "conditions", + "baseName": "conditions", + "type": "Array" + }, + { + "name": "currentMetrics", + "baseName": "currentMetrics", + "type": "Array" + }, + { + "name": "currentReplicas", + "baseName": "currentReplicas", + "type": "number" + }, + { + "name": "desiredReplicas", + "baseName": "desiredReplicas", + "type": "number" + }, + { + "name": "lastScaleTime", + "baseName": "lastScaleTime", + "type": "Date" + }, + { + "name": "observedGeneration", + "baseName": "observedGeneration", + "type": "number" + } +]; +exports.V2beta2HorizontalPodAutoscalerStatus = V2beta2HorizontalPodAutoscalerStatus; +//# sourceMappingURL=v2beta2HorizontalPodAutoscalerStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js.map b/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js.map new file mode 100644 index 0000000000..f36404ae63 --- /dev/null +++ b/dist/gen/model/v2beta2HorizontalPodAutoscalerStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2HorizontalPodAutoscalerStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2HorizontalPodAutoscalerStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,oCAAoC;IA4D7C,MAAM,CAAC,mBAAmB;QACtB,OAAO,oCAAoC,CAAC,gBAAgB,CAAC;IACjE,CAAC;;AApCM,kDAAa,GAAuB,SAAS,CAAC;AAE9C,qDAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,gDAAgD;KAC3D;IACD;QACI,MAAM,EAAE,gBAAgB;QACxB,UAAU,EAAE,gBAAgB;QAC5B,MAAM,EAAE,4BAA4B;KACvC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,eAAe;QACvB,UAAU,EAAE,eAAe;QAC3B,MAAM,EAAE,MAAM;KACjB;IACD;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,oFA+DC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricIdentifier.d.ts b/dist/gen/model/v2beta2MetricIdentifier.d.ts new file mode 100644 index 0000000000..c47bafc6e3 --- /dev/null +++ b/dist/gen/model/v2beta2MetricIdentifier.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V1LabelSelector } from './v1LabelSelector'; +/** +* MetricIdentifier defines the name and optionally selector for a metric +*/ +export declare class V2beta2MetricIdentifier { + /** + * name is the name of the given metric + */ + 'name': string; + 'selector'?: V1LabelSelector; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2MetricIdentifier.js b/dist/gen/model/v2beta2MetricIdentifier.js new file mode 100644 index 0000000000..1607409423 --- /dev/null +++ b/dist/gen/model/v2beta2MetricIdentifier.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MetricIdentifier defines the name and optionally selector for a metric +*/ +class V2beta2MetricIdentifier { + static getAttributeTypeMap() { + return V2beta2MetricIdentifier.attributeTypeMap; + } +} +V2beta2MetricIdentifier.discriminator = undefined; +V2beta2MetricIdentifier.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "selector", + "baseName": "selector", + "type": "V1LabelSelector" + } +]; +exports.V2beta2MetricIdentifier = V2beta2MetricIdentifier; +//# sourceMappingURL=v2beta2MetricIdentifier.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricIdentifier.js.map b/dist/gen/model/v2beta2MetricIdentifier.js.map new file mode 100644 index 0000000000..183bff4d7a --- /dev/null +++ b/dist/gen/model/v2beta2MetricIdentifier.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2MetricIdentifier.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2MetricIdentifier.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,uBAAuB;IAqBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,iBAAiB;KAC5B;CAAK,CAAC;AAnBf,0DAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricSpec.d.ts b/dist/gen/model/v2beta2MetricSpec.d.ts new file mode 100644 index 0000000000..9fbb806056 --- /dev/null +++ b/dist/gen/model/v2beta2MetricSpec.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2ExternalMetricSource } from './v2beta2ExternalMetricSource'; +import { V2beta2ObjectMetricSource } from './v2beta2ObjectMetricSource'; +import { V2beta2PodsMetricSource } from './v2beta2PodsMetricSource'; +import { V2beta2ResourceMetricSource } from './v2beta2ResourceMetricSource'; +/** +* MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once). +*/ +export declare class V2beta2MetricSpec { + 'external'?: V2beta2ExternalMetricSource; + 'object'?: V2beta2ObjectMetricSource; + 'pods'?: V2beta2PodsMetricSource; + 'resource'?: V2beta2ResourceMetricSource; + /** + * type is the type of metric source. It should be one of \"Object\", \"Pods\" or \"Resource\", each mapping to a matching field in the object. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2MetricSpec.js b/dist/gen/model/v2beta2MetricSpec.js new file mode 100644 index 0000000000..38bacb0ead --- /dev/null +++ b/dist/gen/model/v2beta2MetricSpec.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once). +*/ +class V2beta2MetricSpec { + static getAttributeTypeMap() { + return V2beta2MetricSpec.attributeTypeMap; + } +} +V2beta2MetricSpec.discriminator = undefined; +V2beta2MetricSpec.attributeTypeMap = [ + { + "name": "external", + "baseName": "external", + "type": "V2beta2ExternalMetricSource" + }, + { + "name": "object", + "baseName": "object", + "type": "V2beta2ObjectMetricSource" + }, + { + "name": "pods", + "baseName": "pods", + "type": "V2beta2PodsMetricSource" + }, + { + "name": "resource", + "baseName": "resource", + "type": "V2beta2ResourceMetricSource" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V2beta2MetricSpec = V2beta2MetricSpec; +//# sourceMappingURL=v2beta2MetricSpec.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricSpec.js.map b/dist/gen/model/v2beta2MetricSpec.js.map new file mode 100644 index 0000000000..b8553c3e8c --- /dev/null +++ b/dist/gen/model/v2beta2MetricSpec.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2MetricSpec.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2MetricSpec.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,iBAAiB;IAuC1B,MAAM,CAAC,mBAAmB;QACtB,OAAO,iBAAiB,CAAC,gBAAgB,CAAC;IAC9C,CAAC;;AA/BM,+BAAa,GAAuB,SAAS,CAAC;AAE9C,kCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,8CA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricStatus.d.ts b/dist/gen/model/v2beta2MetricStatus.d.ts new file mode 100644 index 0000000000..231edef53c --- /dev/null +++ b/dist/gen/model/v2beta2MetricStatus.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2ExternalMetricStatus } from './v2beta2ExternalMetricStatus'; +import { V2beta2ObjectMetricStatus } from './v2beta2ObjectMetricStatus'; +import { V2beta2PodsMetricStatus } from './v2beta2PodsMetricStatus'; +import { V2beta2ResourceMetricStatus } from './v2beta2ResourceMetricStatus'; +/** +* MetricStatus describes the last-read state of a single metric. +*/ +export declare class V2beta2MetricStatus { + 'external'?: V2beta2ExternalMetricStatus; + 'object'?: V2beta2ObjectMetricStatus; + 'pods'?: V2beta2PodsMetricStatus; + 'resource'?: V2beta2ResourceMetricStatus; + /** + * type is the type of metric source. It will be one of \"Object\", \"Pods\" or \"Resource\", each corresponds to a matching field in the object. + */ + 'type': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2MetricStatus.js b/dist/gen/model/v2beta2MetricStatus.js new file mode 100644 index 0000000000..e6faff1ba2 --- /dev/null +++ b/dist/gen/model/v2beta2MetricStatus.js @@ -0,0 +1,51 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MetricStatus describes the last-read state of a single metric. +*/ +class V2beta2MetricStatus { + static getAttributeTypeMap() { + return V2beta2MetricStatus.attributeTypeMap; + } +} +V2beta2MetricStatus.discriminator = undefined; +V2beta2MetricStatus.attributeTypeMap = [ + { + "name": "external", + "baseName": "external", + "type": "V2beta2ExternalMetricStatus" + }, + { + "name": "object", + "baseName": "object", + "type": "V2beta2ObjectMetricStatus" + }, + { + "name": "pods", + "baseName": "pods", + "type": "V2beta2PodsMetricStatus" + }, + { + "name": "resource", + "baseName": "resource", + "type": "V2beta2ResourceMetricStatus" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + } +]; +exports.V2beta2MetricStatus = V2beta2MetricStatus; +//# sourceMappingURL=v2beta2MetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricStatus.js.map b/dist/gen/model/v2beta2MetricStatus.js.map new file mode 100644 index 0000000000..752ea47263 --- /dev/null +++ b/dist/gen/model/v2beta2MetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2MetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2MetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAOH;;EAEE;AACF,MAAa,mBAAmB;IAuC5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA/BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,2BAA2B;KACtC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,6BAA6B;KACxC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AArCf,kDA0CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricTarget.d.ts b/dist/gen/model/v2beta2MetricTarget.d.ts new file mode 100644 index 0000000000..0790eda2fc --- /dev/null +++ b/dist/gen/model/v2beta2MetricTarget.d.ts @@ -0,0 +1,43 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* MetricTarget defines the target value, average value, or average utilization of a specific metric +*/ +export declare class V2beta2MetricTarget { + /** + * averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type + */ + 'averageUtilization'?: number; + /** + * averageValue is the target value of the average of the metric across all relevant pods (as a quantity) + */ + 'averageValue'?: string; + /** + * type represents whether the metric type is Utilization, Value, or AverageValue + */ + 'type': string; + /** + * value is the target value of the metric (as a quantity). + */ + 'value'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2MetricTarget.js b/dist/gen/model/v2beta2MetricTarget.js new file mode 100644 index 0000000000..216b4d54ba --- /dev/null +++ b/dist/gen/model/v2beta2MetricTarget.js @@ -0,0 +1,46 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MetricTarget defines the target value, average value, or average utilization of a specific metric +*/ +class V2beta2MetricTarget { + static getAttributeTypeMap() { + return V2beta2MetricTarget.attributeTypeMap; + } +} +V2beta2MetricTarget.discriminator = undefined; +V2beta2MetricTarget.attributeTypeMap = [ + { + "name": "averageUtilization", + "baseName": "averageUtilization", + "type": "number" + }, + { + "name": "averageValue", + "baseName": "averageValue", + "type": "string" + }, + { + "name": "type", + "baseName": "type", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + } +]; +exports.V2beta2MetricTarget = V2beta2MetricTarget; +//# sourceMappingURL=v2beta2MetricTarget.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricTarget.js.map b/dist/gen/model/v2beta2MetricTarget.js.map new file mode 100644 index 0000000000..9a56fd8045 --- /dev/null +++ b/dist/gen/model/v2beta2MetricTarget.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2MetricTarget.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2MetricTarget.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,mBAAmB;IA0C5B,MAAM,CAAC,mBAAmB;QACtB,OAAO,mBAAmB,CAAC,gBAAgB,CAAC;IAChD,CAAC;;AA1BM,iCAAa,GAAuB,SAAS,CAAC;AAE9C,oCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAxCf,kDA6CC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricValueStatus.d.ts b/dist/gen/model/v2beta2MetricValueStatus.d.ts new file mode 100644 index 0000000000..4931fe4ab7 --- /dev/null +++ b/dist/gen/model/v2beta2MetricValueStatus.d.ts @@ -0,0 +1,39 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* MetricValueStatus holds the current value for a metric +*/ +export declare class V2beta2MetricValueStatus { + /** + * currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. + */ + 'averageUtilization'?: number; + /** + * averageValue is the current value of the average of the metric across all relevant pods (as a quantity) + */ + 'averageValue'?: string; + /** + * value is the current value of the metric (as a quantity). + */ + 'value'?: string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2MetricValueStatus.js b/dist/gen/model/v2beta2MetricValueStatus.js new file mode 100644 index 0000000000..3125e9c84a --- /dev/null +++ b/dist/gen/model/v2beta2MetricValueStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* MetricValueStatus holds the current value for a metric +*/ +class V2beta2MetricValueStatus { + static getAttributeTypeMap() { + return V2beta2MetricValueStatus.attributeTypeMap; + } +} +V2beta2MetricValueStatus.discriminator = undefined; +V2beta2MetricValueStatus.attributeTypeMap = [ + { + "name": "averageUtilization", + "baseName": "averageUtilization", + "type": "number" + }, + { + "name": "averageValue", + "baseName": "averageValue", + "type": "string" + }, + { + "name": "value", + "baseName": "value", + "type": "string" + } +]; +exports.V2beta2MetricValueStatus = V2beta2MetricValueStatus; +//# sourceMappingURL=v2beta2MetricValueStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2MetricValueStatus.js.map b/dist/gen/model/v2beta2MetricValueStatus.js.map new file mode 100644 index 0000000000..abfad0b24c --- /dev/null +++ b/dist/gen/model/v2beta2MetricValueStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2MetricValueStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2MetricValueStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,wBAAwB;IAiCjC,MAAM,CAAC,mBAAmB;QACtB,OAAO,wBAAwB,CAAC,gBAAgB,CAAC;IACrD,CAAC;;AArBM,sCAAa,GAAuB,SAAS,CAAC;AAE9C,yCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,oBAAoB;QAC5B,UAAU,EAAE,oBAAoB;QAChC,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA/Bf,4DAoCC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2ObjectMetricSource.d.ts b/dist/gen/model/v2beta2ObjectMetricSource.d.ts new file mode 100644 index 0000000000..bce8c5313f --- /dev/null +++ b/dist/gen/model/v2beta2ObjectMetricSource.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2CrossVersionObjectReference } from './v2beta2CrossVersionObjectReference'; +import { V2beta2MetricIdentifier } from './v2beta2MetricIdentifier'; +import { V2beta2MetricTarget } from './v2beta2MetricTarget'; +/** +* ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +export declare class V2beta2ObjectMetricSource { + 'describedObject': V2beta2CrossVersionObjectReference; + 'metric': V2beta2MetricIdentifier; + 'target': V2beta2MetricTarget; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2ObjectMetricSource.js b/dist/gen/model/v2beta2ObjectMetricSource.js new file mode 100644 index 0000000000..75ef6f26fa --- /dev/null +++ b/dist/gen/model/v2beta2ObjectMetricSource.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +class V2beta2ObjectMetricSource { + static getAttributeTypeMap() { + return V2beta2ObjectMetricSource.attributeTypeMap; + } +} +V2beta2ObjectMetricSource.discriminator = undefined; +V2beta2ObjectMetricSource.attributeTypeMap = [ + { + "name": "describedObject", + "baseName": "describedObject", + "type": "V2beta2CrossVersionObjectReference" + }, + { + "name": "metric", + "baseName": "metric", + "type": "V2beta2MetricIdentifier" + }, + { + "name": "target", + "baseName": "target", + "type": "V2beta2MetricTarget" + } +]; +exports.V2beta2ObjectMetricSource = V2beta2ObjectMetricSource; +//# sourceMappingURL=v2beta2ObjectMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2ObjectMetricSource.js.map b/dist/gen/model/v2beta2ObjectMetricSource.js.map new file mode 100644 index 0000000000..4ab1a669d4 --- /dev/null +++ b/dist/gen/model/v2beta2ObjectMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2ObjectMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2ObjectMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,yBAAyB;IAwBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AArBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAtBf,8DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2ObjectMetricStatus.d.ts b/dist/gen/model/v2beta2ObjectMetricStatus.d.ts new file mode 100644 index 0000000000..250cc737d9 --- /dev/null +++ b/dist/gen/model/v2beta2ObjectMetricStatus.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2CrossVersionObjectReference } from './v2beta2CrossVersionObjectReference'; +import { V2beta2MetricIdentifier } from './v2beta2MetricIdentifier'; +import { V2beta2MetricValueStatus } from './v2beta2MetricValueStatus'; +/** +* ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +export declare class V2beta2ObjectMetricStatus { + 'current': V2beta2MetricValueStatus; + 'describedObject': V2beta2CrossVersionObjectReference; + 'metric': V2beta2MetricIdentifier; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2ObjectMetricStatus.js b/dist/gen/model/v2beta2ObjectMetricStatus.js new file mode 100644 index 0000000000..e63752234e --- /dev/null +++ b/dist/gen/model/v2beta2ObjectMetricStatus.js @@ -0,0 +1,41 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +*/ +class V2beta2ObjectMetricStatus { + static getAttributeTypeMap() { + return V2beta2ObjectMetricStatus.attributeTypeMap; + } +} +V2beta2ObjectMetricStatus.discriminator = undefined; +V2beta2ObjectMetricStatus.attributeTypeMap = [ + { + "name": "current", + "baseName": "current", + "type": "V2beta2MetricValueStatus" + }, + { + "name": "describedObject", + "baseName": "describedObject", + "type": "V2beta2CrossVersionObjectReference" + }, + { + "name": "metric", + "baseName": "metric", + "type": "V2beta2MetricIdentifier" + } +]; +exports.V2beta2ObjectMetricStatus = V2beta2ObjectMetricStatus; +//# sourceMappingURL=v2beta2ObjectMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2ObjectMetricStatus.js.map b/dist/gen/model/v2beta2ObjectMetricStatus.js.map new file mode 100644 index 0000000000..1c7d66d893 --- /dev/null +++ b/dist/gen/model/v2beta2ObjectMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2ObjectMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2ObjectMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAMH;;EAEE;AACF,MAAa,yBAAyB;IAwBlC,MAAM,CAAC,mBAAmB;QACtB,OAAO,yBAAyB,CAAC,gBAAgB,CAAC;IACtD,CAAC;;AArBM,uCAAa,GAAuB,SAAS,CAAC;AAE9C,0CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,iBAAiB;QACzB,UAAU,EAAE,iBAAiB;QAC7B,MAAM,EAAE,oCAAoC;KAC/C;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAtBf,8DA2BC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2PodsMetricSource.d.ts b/dist/gen/model/v2beta2PodsMetricSource.d.ts new file mode 100644 index 0000000000..35d561e239 --- /dev/null +++ b/dist/gen/model/v2beta2PodsMetricSource.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2MetricIdentifier } from './v2beta2MetricIdentifier'; +import { V2beta2MetricTarget } from './v2beta2MetricTarget'; +/** +* PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +*/ +export declare class V2beta2PodsMetricSource { + 'metric': V2beta2MetricIdentifier; + 'target': V2beta2MetricTarget; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2PodsMetricSource.js b/dist/gen/model/v2beta2PodsMetricSource.js new file mode 100644 index 0000000000..0e570a2d72 --- /dev/null +++ b/dist/gen/model/v2beta2PodsMetricSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +*/ +class V2beta2PodsMetricSource { + static getAttributeTypeMap() { + return V2beta2PodsMetricSource.attributeTypeMap; + } +} +V2beta2PodsMetricSource.discriminator = undefined; +V2beta2PodsMetricSource.attributeTypeMap = [ + { + "name": "metric", + "baseName": "metric", + "type": "V2beta2MetricIdentifier" + }, + { + "name": "target", + "baseName": "target", + "type": "V2beta2MetricTarget" + } +]; +exports.V2beta2PodsMetricSource = V2beta2PodsMetricSource; +//# sourceMappingURL=v2beta2PodsMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2PodsMetricSource.js.map b/dist/gen/model/v2beta2PodsMetricSource.js.map new file mode 100644 index 0000000000..6e1b63151a --- /dev/null +++ b/dist/gen/model/v2beta2PodsMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2PodsMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2PodsMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAkBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAhBf,0DAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2PodsMetricStatus.d.ts b/dist/gen/model/v2beta2PodsMetricStatus.d.ts new file mode 100644 index 0000000000..3174dc0923 --- /dev/null +++ b/dist/gen/model/v2beta2PodsMetricStatus.d.ts @@ -0,0 +1,31 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2MetricIdentifier } from './v2beta2MetricIdentifier'; +import { V2beta2MetricValueStatus } from './v2beta2MetricValueStatus'; +/** +* PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second). +*/ +export declare class V2beta2PodsMetricStatus { + 'current': V2beta2MetricValueStatus; + 'metric': V2beta2MetricIdentifier; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2PodsMetricStatus.js b/dist/gen/model/v2beta2PodsMetricStatus.js new file mode 100644 index 0000000000..e41af8df2d --- /dev/null +++ b/dist/gen/model/v2beta2PodsMetricStatus.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second). +*/ +class V2beta2PodsMetricStatus { + static getAttributeTypeMap() { + return V2beta2PodsMetricStatus.attributeTypeMap; + } +} +V2beta2PodsMetricStatus.discriminator = undefined; +V2beta2PodsMetricStatus.attributeTypeMap = [ + { + "name": "current", + "baseName": "current", + "type": "V2beta2MetricValueStatus" + }, + { + "name": "metric", + "baseName": "metric", + "type": "V2beta2MetricIdentifier" + } +]; +exports.V2beta2PodsMetricStatus = V2beta2PodsMetricStatus; +//# sourceMappingURL=v2beta2PodsMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2PodsMetricStatus.js.map b/dist/gen/model/v2beta2PodsMetricStatus.js.map new file mode 100644 index 0000000000..e9db41c2a4 --- /dev/null +++ b/dist/gen/model/v2beta2PodsMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2PodsMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2PodsMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAKH;;EAEE;AACF,MAAa,uBAAuB;IAkBhC,MAAM,CAAC,mBAAmB;QACtB,OAAO,uBAAuB,CAAC,gBAAgB,CAAC;IACpD,CAAC;;AAhBM,qCAAa,GAAuB,SAAS,CAAC;AAE9C,wCAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,yBAAyB;KACpC;CAAK,CAAC;AAhBf,0DAqBC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2ResourceMetricSource.d.ts b/dist/gen/model/v2beta2ResourceMetricSource.d.ts new file mode 100644 index 0000000000..8c55202f8b --- /dev/null +++ b/dist/gen/model/v2beta2ResourceMetricSource.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2MetricTarget } from './v2beta2MetricTarget'; +/** +* ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. Only one \"target\" type should be set. +*/ +export declare class V2beta2ResourceMetricSource { + /** + * name is the name of the resource in question. + */ + 'name': string; + 'target': V2beta2MetricTarget; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2ResourceMetricSource.js b/dist/gen/model/v2beta2ResourceMetricSource.js new file mode 100644 index 0000000000..ab9abb6ba2 --- /dev/null +++ b/dist/gen/model/v2beta2ResourceMetricSource.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. Only one \"target\" type should be set. +*/ +class V2beta2ResourceMetricSource { + static getAttributeTypeMap() { + return V2beta2ResourceMetricSource.attributeTypeMap; + } +} +V2beta2ResourceMetricSource.discriminator = undefined; +V2beta2ResourceMetricSource.attributeTypeMap = [ + { + "name": "name", + "baseName": "name", + "type": "string" + }, + { + "name": "target", + "baseName": "target", + "type": "V2beta2MetricTarget" + } +]; +exports.V2beta2ResourceMetricSource = V2beta2ResourceMetricSource; +//# sourceMappingURL=v2beta2ResourceMetricSource.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2ResourceMetricSource.js.map b/dist/gen/model/v2beta2ResourceMetricSource.js.map new file mode 100644 index 0000000000..f1037b487b --- /dev/null +++ b/dist/gen/model/v2beta2ResourceMetricSource.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2ResourceMetricSource.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2ResourceMetricSource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IAqBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,QAAQ;QAChB,UAAU,EAAE,QAAQ;QACpB,MAAM,EAAE,qBAAqB;KAChC;CAAK,CAAC;AAnBf,kEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/v2beta2ResourceMetricStatus.d.ts b/dist/gen/model/v2beta2ResourceMetricStatus.d.ts new file mode 100644 index 0000000000..7ba3595887 --- /dev/null +++ b/dist/gen/model/v2beta2ResourceMetricStatus.d.ts @@ -0,0 +1,33 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +import { V2beta2MetricValueStatus } from './v2beta2MetricValueStatus'; +/** +* ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. +*/ +export declare class V2beta2ResourceMetricStatus { + 'current': V2beta2MetricValueStatus; + /** + * Name is the name of the resource in question. + */ + 'name': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/v2beta2ResourceMetricStatus.js b/dist/gen/model/v2beta2ResourceMetricStatus.js new file mode 100644 index 0000000000..02c8299ecf --- /dev/null +++ b/dist/gen/model/v2beta2ResourceMetricStatus.js @@ -0,0 +1,36 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the \"pods\" source. +*/ +class V2beta2ResourceMetricStatus { + static getAttributeTypeMap() { + return V2beta2ResourceMetricStatus.attributeTypeMap; + } +} +V2beta2ResourceMetricStatus.discriminator = undefined; +V2beta2ResourceMetricStatus.attributeTypeMap = [ + { + "name": "current", + "baseName": "current", + "type": "V2beta2MetricValueStatus" + }, + { + "name": "name", + "baseName": "name", + "type": "string" + } +]; +exports.V2beta2ResourceMetricStatus = V2beta2ResourceMetricStatus; +//# sourceMappingURL=v2beta2ResourceMetricStatus.js.map \ No newline at end of file diff --git a/dist/gen/model/v2beta2ResourceMetricStatus.js.map b/dist/gen/model/v2beta2ResourceMetricStatus.js.map new file mode 100644 index 0000000000..50e0d3749d --- /dev/null +++ b/dist/gen/model/v2beta2ResourceMetricStatus.js.map @@ -0,0 +1 @@ +{"version":3,"file":"v2beta2ResourceMetricStatus.js","sourceRoot":"","sources":["../../../src/gen/model/v2beta2ResourceMetricStatus.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAIH;;EAEE;AACF,MAAa,2BAA2B;IAqBpC,MAAM,CAAC,mBAAmB;QACtB,OAAO,2BAA2B,CAAC,gBAAgB,CAAC;IACxD,CAAC;;AAhBM,yCAAa,GAAuB,SAAS,CAAC;AAE9C,4CAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,SAAS;QACrB,MAAM,EAAE,0BAA0B;KACrC;IACD;QACI,MAAM,EAAE,MAAM;QACd,UAAU,EAAE,MAAM;QAClB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AAnBf,kEAwBC"} \ No newline at end of file diff --git a/dist/gen/model/versionInfo.d.ts b/dist/gen/model/versionInfo.d.ts new file mode 100644 index 0000000000..16fb0fd517 --- /dev/null +++ b/dist/gen/model/versionInfo.d.ts @@ -0,0 +1,36 @@ +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +/** +* Info contains versioning information. how we\'ll want to distribute that information. +*/ +export declare class VersionInfo { + 'buildDate': string; + 'compiler': string; + 'gitCommit': string; + 'gitTreeState': string; + 'gitVersion': string; + 'goVersion': string; + 'major': string; + 'minor': string; + 'platform': string; + static discriminator: string | undefined; + static attributeTypeMap: Array<{ + name: string; + baseName: string; + type: string; + }>; + static getAttributeTypeMap(): { + name: string; + baseName: string; + type: string; + }[]; +} diff --git a/dist/gen/model/versionInfo.js b/dist/gen/model/versionInfo.js new file mode 100644 index 0000000000..194b82524c --- /dev/null +++ b/dist/gen/model/versionInfo.js @@ -0,0 +1,71 @@ +"use strict"; +/** + * Kubernetes + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: v1.15.5 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ +Object.defineProperty(exports, "__esModule", { value: true }); +/** +* Info contains versioning information. how we\'ll want to distribute that information. +*/ +class VersionInfo { + static getAttributeTypeMap() { + return VersionInfo.attributeTypeMap; + } +} +VersionInfo.discriminator = undefined; +VersionInfo.attributeTypeMap = [ + { + "name": "buildDate", + "baseName": "buildDate", + "type": "string" + }, + { + "name": "compiler", + "baseName": "compiler", + "type": "string" + }, + { + "name": "gitCommit", + "baseName": "gitCommit", + "type": "string" + }, + { + "name": "gitTreeState", + "baseName": "gitTreeState", + "type": "string" + }, + { + "name": "gitVersion", + "baseName": "gitVersion", + "type": "string" + }, + { + "name": "goVersion", + "baseName": "goVersion", + "type": "string" + }, + { + "name": "major", + "baseName": "major", + "type": "string" + }, + { + "name": "minor", + "baseName": "minor", + "type": "string" + }, + { + "name": "platform", + "baseName": "platform", + "type": "string" + } +]; +exports.VersionInfo = VersionInfo; +//# sourceMappingURL=versionInfo.js.map \ No newline at end of file diff --git a/dist/gen/model/versionInfo.js.map b/dist/gen/model/versionInfo.js.map new file mode 100644 index 0000000000..1b975a985c --- /dev/null +++ b/dist/gen/model/versionInfo.js.map @@ -0,0 +1 @@ +{"version":3,"file":"versionInfo.js","sourceRoot":"","sources":["../../../src/gen/model/versionInfo.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;AAGH;;EAEE;AACF,MAAa,WAAW;IA4DpB,MAAM,CAAC,mBAAmB;QACtB,OAAO,WAAW,CAAC,gBAAgB,CAAC;IACxC,CAAC;;AAnDM,yBAAa,GAAuB,SAAS,CAAC;AAE9C,4BAAgB,GAA0D;IAC7E;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,cAAc;QACtB,UAAU,EAAE,cAAc;QAC1B,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,YAAY;QACpB,UAAU,EAAE,YAAY;QACxB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,WAAW;QACnB,UAAU,EAAE,WAAW;QACvB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,OAAO;QACf,UAAU,EAAE,OAAO;QACnB,MAAM,EAAE,QAAQ;KACnB;IACD;QACI,MAAM,EAAE,UAAU;QAClB,UAAU,EAAE,UAAU;QACtB,MAAM,EAAE,QAAQ;KACnB;CAAK,CAAC;AA1Df,kCA+DC"} \ No newline at end of file diff --git a/dist/index.d.ts b/dist/index.d.ts new file mode 100644 index 0000000000..b1f47eaa21 --- /dev/null +++ b/dist/index.d.ts @@ -0,0 +1,11 @@ +export * from './config'; +export * from './cache'; +export * from './api'; +export * from './attach'; +export * from './watch'; +export * from './exec'; +export * from './portforward'; +export * from './types'; +export * from './yaml'; +export * from './log'; +export * from './informer'; diff --git a/dist/index.js b/dist/index.js new file mode 100644 index 0000000000..6c8f573ba5 --- /dev/null +++ b/dist/index.js @@ -0,0 +1,14 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./config"), exports); +tslib_1.__exportStar(require("./cache"), exports); +tslib_1.__exportStar(require("./api"), exports); +tslib_1.__exportStar(require("./attach"), exports); +tslib_1.__exportStar(require("./watch"), exports); +tslib_1.__exportStar(require("./exec"), exports); +tslib_1.__exportStar(require("./portforward"), exports); +tslib_1.__exportStar(require("./yaml"), exports); +tslib_1.__exportStar(require("./log"), exports); +tslib_1.__exportStar(require("./informer"), exports); +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/dist/index.js.map b/dist/index.js.map new file mode 100644 index 0000000000..a2b7238f12 --- /dev/null +++ b/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,mDAAyB;AACzB,kDAAwB;AACxB,gDAAsB;AACtB,mDAAyB;AACzB,kDAAwB;AACxB,iDAAuB;AACvB,wDAA8B;AAE9B,iDAAuB;AACvB,gDAAsB;AACtB,qDAA2B"} \ No newline at end of file diff --git a/dist/informer.d.ts b/dist/informer.d.ts new file mode 100644 index 0000000000..4b96be6f4a --- /dev/null +++ b/dist/informer.d.ts @@ -0,0 +1,19 @@ +/// +import { KubeConfig } from './config'; +import { KubernetesListObject, KubernetesObject } from './types'; +import http = require('http'); +export declare type ObjectCallback = (obj: T) => void; +export declare type ListCallback = (list: T[], ResourceVersion: string) => void; +export declare type ListPromise = () => Promise<{ + response: http.IncomingMessage; + body: KubernetesListObject; +}>; +export declare const ADD: string; +export declare const UPDATE: string; +export declare const DELETE: string; +export interface Informer { + on(verb: string, fn: ObjectCallback): any; + off(verb: string, fn: ObjectCallback): any; + start(): Promise; +} +export declare function makeInformer(kubeconfig: KubeConfig, path: string, listPromiseFn: ListPromise): Informer; diff --git a/dist/informer.js b/dist/informer.js new file mode 100644 index 0000000000..4c66f51bf6 --- /dev/null +++ b/dist/informer.js @@ -0,0 +1,13 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const cache_1 = require("./cache"); +const watch_1 = require("./watch"); +exports.ADD = 'add'; +exports.UPDATE = 'update'; +exports.DELETE = 'delete'; +function makeInformer(kubeconfig, path, listPromiseFn) { + const watch = new watch_1.Watch(kubeconfig); + return new cache_1.ListWatch(path, watch, listPromiseFn, false); +} +exports.makeInformer = makeInformer; +//# sourceMappingURL=informer.js.map \ No newline at end of file diff --git a/dist/informer.js.map b/dist/informer.js.map new file mode 100644 index 0000000000..f1cb133083 --- /dev/null +++ b/dist/informer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"informer.js","sourceRoot":"","sources":["../src/informer.ts"],"names":[],"mappings":";;AAAA,mCAAoC;AAGpC,mCAAgC;AAWnB,QAAA,GAAG,GAAW,KAAK,CAAC;AACpB,QAAA,MAAM,GAAW,QAAQ,CAAC;AAC1B,QAAA,MAAM,GAAW,QAAQ,CAAC;AAQvC,SAAgB,YAAY,CACxB,UAAsB,EACtB,IAAY,EACZ,aAA6B;IAE7B,MAAM,KAAK,GAAG,IAAI,aAAK,CAAC,UAAU,CAAC,CAAC;IACpC,OAAO,IAAI,iBAAS,CAAI,IAAI,EAAE,KAAK,EAAE,aAAa,EAAE,KAAK,CAAC,CAAC;AAC/D,CAAC;AAPD,oCAOC"} \ No newline at end of file diff --git a/dist/log.d.ts b/dist/log.d.ts new file mode 100644 index 0000000000..56e61bcc70 --- /dev/null +++ b/dist/log.d.ts @@ -0,0 +1,43 @@ +/// +import request = require('request'); +import { Writable } from 'stream'; +import { KubeConfig } from './config'; +export interface LogOptions { + /** + * Follow the log stream of the pod. Defaults to false. + */ + follow?: boolean; + /** + * If set, the number of bytes to read from the server before terminating the log output. This may not display a + * complete final line of logging, and may return slightly more or slightly less than the specified limit. + */ + limitBytes?: number; + /** + * If true, then the output is pretty printed. + */ + pretty?: boolean; + /** + * Return previous terminated container logs. Defaults to false. + */ + previous?: boolean; + /** + * A relative time in seconds before the current time from which to show logs. If this value precedes the time a + * pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will + * be returned. Only one of sinceSeconds or sinceTime may be specified. + */ + sinceSeconds?: number; + /** + * If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation + * of the container or sinceSeconds or sinceTime + */ + tailLines?: number; + /** + * If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. + */ + timestamps?: boolean; +} +export declare class Log { + config: KubeConfig; + constructor(config: KubeConfig); + log(namespace: string, podName: string, containerName: string, stream: Writable, done: (err: any) => void, options?: LogOptions): request.Request; +} diff --git a/dist/log.js b/dist/log.js new file mode 100644 index 0000000000..ff108a7952 --- /dev/null +++ b/dist/log.js @@ -0,0 +1,40 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const request = require("request"); +class Log { + constructor(config) { + this.config = config; + } + log(namespace, podName, containerName, stream, done, options = {}) { + const path = `/api/v1/namespaces/${namespace}/pods/${podName}/log`; + const cluster = this.config.getCurrentCluster(); + if (!cluster) { + throw new Error('No currently active cluster'); + } + const url = cluster.server + path; + const requestOptions = { + method: 'GET', + qs: Object.assign({}, options, { container: containerName }), + uri: url, + }; + this.config.applyToRequest(requestOptions); + const req = request(requestOptions, (error, response, body) => { + if (error) { + done(error); + } + else if (response && response.statusCode !== 200) { + done(body); + } + else { + done(null); + } + }).on('response', (response) => { + if (response.statusCode === 200) { + req.pipe(stream); + } + }); + return req; + } +} +exports.Log = Log; +//# sourceMappingURL=log.js.map \ No newline at end of file diff --git a/dist/log.js.map b/dist/log.js.map new file mode 100644 index 0000000000..b7aefbfc78 --- /dev/null +++ b/dist/log.js.map @@ -0,0 +1 @@ +{"version":3,"file":"log.js","sourceRoot":"","sources":["../src/log.ts"],"names":[],"mappings":";;AAAA,mCAAoC;AA8CpC,MAAa,GAAG;IAGZ,YAAmB,MAAkB;QACjC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACzB,CAAC;IAEM,GAAG,CACN,SAAiB,EACjB,OAAe,EACf,aAAqB,EACrB,MAAgB,EAChB,IAAwB,EACxB,UAAsB,EAAE;QAExB,MAAM,IAAI,GAAG,sBAAsB,SAAS,SAAS,OAAO,MAAM,CAAC;QAEnE,MAAM,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;QAChD,IAAI,CAAC,OAAO,EAAE;YACV,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC;SAClD;QACD,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;QAElC,MAAM,cAAc,GAAoB;YACpC,MAAM,EAAE,KAAK;YACb,EAAE,oBACK,OAAO,IACV,SAAS,EAAE,aAAa,GAC3B;YACD,GAAG,EAAE,GAAG;SACX,CAAC;QACF,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;QAE3C,MAAM,GAAG,GAAG,OAAO,CAAC,cAAc,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;YAC1D,IAAI,KAAK,EAAE;gBACP,IAAI,CAAC,KAAK,CAAC,CAAC;aACf;iBAAM,IAAI,QAAQ,IAAI,QAAQ,CAAC,UAAU,KAAK,GAAG,EAAE;gBAChD,IAAI,CAAC,IAAI,CAAC,CAAC;aACd;iBAAM;gBACH,IAAI,CAAC,IAAI,CAAC,CAAC;aACd;QACL,CAAC,CAAC,CAAC,EAAE,CAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,EAAE;YAC3B,IAAI,QAAQ,CAAC,UAAU,KAAK,GAAG,EAAE;gBAC7B,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;aACpB;QACL,CAAC,CAAC,CAAC;QAEH,OAAO,GAAG,CAAC;IACf,CAAC;CACJ;AAjDD,kBAiDC"} \ No newline at end of file diff --git a/dist/oidc_auth.d.ts b/dist/oidc_auth.d.ts new file mode 100644 index 0000000000..25e3cdf84d --- /dev/null +++ b/dist/oidc_auth.d.ts @@ -0,0 +1,19 @@ +/// +import https = require('https'); +import request = require('request'); +import { Authenticator } from './auth'; +import { User } from './config_types'; +export declare class OpenIDConnectAuth implements Authenticator { + private currentTokenExpiration; + isAuthProvider(user: User): boolean; + /** + * Setup the authentication header for oidc authed clients + * @param user user info + * @param opts request options + * @param overrideClient for testing, a preconfigured oidc client + */ + applyAuthentication(user: User, opts: request.Options | https.RequestOptions, overrideClient?: any): Promise; + private getToken; + private refresh; + private getClient; +} diff --git a/dist/oidc_auth.js b/dist/oidc_auth.js new file mode 100644 index 0000000000..51d5e4a6c1 --- /dev/null +++ b/dist/oidc_auth.js @@ -0,0 +1,71 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const openid_client_1 = require("openid-client"); +class OpenIDConnectAuth { + constructor() { + // public for testing purposes. + this.currentTokenExpiration = 0; + } + isAuthProvider(user) { + if (!user.authProvider) { + return false; + } + return user.authProvider.name === 'oidc'; + } + /** + * Setup the authentication header for oidc authed clients + * @param user user info + * @param opts request options + * @param overrideClient for testing, a preconfigured oidc client + */ + applyAuthentication(user, opts, overrideClient) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const token = yield this.getToken(user, overrideClient); + if (token) { + opts.headers.Authorization = `Bearer ${token}`; + } + }); + } + getToken(user, overrideClient) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + if (!user.authProvider.config) { + return null; + } + if (!user.authProvider.config['client-secret']) { + user.authProvider.config['client-secret'] = ''; + } + if (!user.authProvider.config || + !user.authProvider.config['id-token'] || + !user.authProvider.config['client-id'] || + !user.authProvider.config['refresh-token'] || + !user.authProvider.config['idp-issuer-url']) { + return null; + } + const client = overrideClient ? overrideClient : yield this.getClient(user); + return this.refresh(user, client); + }); + } + refresh(user, client) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + if (Date.now() / 1000 > this.currentTokenExpiration) { + const newToken = yield client.refresh(user.authProvider.config['refresh-token']); + user.authProvider.config['id-token'] = newToken.id_token; + user.authProvider.config['refresh-token'] = newToken.refresh_token; + this.currentTokenExpiration = newToken.expires_at || 0; + } + return user.authProvider.config['id-token']; + }); + } + getClient(user) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const oidcIssuer = yield openid_client_1.Issuer.discover(user.authProvider.config['idp-issuer-url']); + return new oidcIssuer.Client({ + client_id: user.authProvider.config['client-id'], + client_secret: user.authProvider.config['client-secret'], + }); + }); + } +} +exports.OpenIDConnectAuth = OpenIDConnectAuth; +//# sourceMappingURL=oidc_auth.js.map \ No newline at end of file diff --git a/dist/oidc_auth.js.map b/dist/oidc_auth.js.map new file mode 100644 index 0000000000..848b8b9589 --- /dev/null +++ b/dist/oidc_auth.js.map @@ -0,0 +1 @@ +{"version":3,"file":"oidc_auth.js","sourceRoot":"","sources":["../src/oidc_auth.ts"],"names":[],"mappings":";;;AACA,iDAA+C;AAM/C,MAAa,iBAAiB;IAA9B;QACI,+BAA+B;QACvB,2BAAsB,GAAG,CAAC,CAAC;IA8DvC,CAAC;IA7DU,cAAc,CAAC,IAAU;QAC5B,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE;YACpB,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,IAAI,CAAC,YAAY,CAAC,IAAI,KAAK,MAAM,CAAC;IAC7C,CAAC;IAED;;;;;OAKG;IACU,mBAAmB,CAC5B,IAAU,EACV,IAA4C,EAC5C,cAAoB;;YAEpB,MAAM,KAAK,GAAG,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC,CAAC;YACxD,IAAI,KAAK,EAAE;gBACP,IAAI,CAAC,OAAQ,CAAC,aAAa,GAAG,UAAU,KAAK,EAAE,CAAC;aACnD;QACL,CAAC;KAAA;IAEa,QAAQ,CAAC,IAAU,EAAE,cAAuB;;YACtD,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,EAAE;gBAC3B,OAAO,IAAI,CAAC;aACf;YACD,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,eAAe,CAAC,EAAE;gBAC5C,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,EAAE,CAAC;aAClD;YACD,IACI,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM;gBACzB,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC;gBACrC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,WAAW,CAAC;gBACtC,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,eAAe,CAAC;gBAC1C,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,gBAAgB,CAAC,EAC7C;gBACE,OAAO,IAAI,CAAC;aACf;YACD,MAAM,MAAM,GAAG,cAAc,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;YAC5E,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;QACtC,CAAC;KAAA;IAEa,OAAO,CAAC,IAAU,EAAE,MAAc;;YAC5C,IAAI,IAAI,CAAC,GAAG,EAAE,GAAG,IAAI,GAAG,IAAI,CAAC,sBAAsB,EAAE;gBACjD,MAAM,QAAQ,GAAG,MAAM,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,eAAe,CAAC,CAAC,CAAC;gBACjF,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC,GAAG,QAAQ,CAAC,QAAQ,CAAC;gBACzD,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,eAAe,CAAC,GAAG,QAAQ,CAAC,aAAa,CAAC;gBACnE,IAAI,CAAC,sBAAsB,GAAG,QAAQ,CAAC,UAAU,IAAI,CAAC,CAAC;aAC1D;YACD,OAAO,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC;QAChD,CAAC;KAAA;IAEa,SAAS,CAAC,IAAU;;YAC9B,MAAM,UAAU,GAAG,MAAM,sBAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC;YACrF,OAAO,IAAI,UAAU,CAAC,MAAM,CAAC;gBACzB,SAAS,EAAE,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,WAAW,CAAC;gBAChD,aAAa,EAAE,IAAI,CAAC,YAAY,CAAC,MAAM,CAAC,eAAe,CAAC;aAC3D,CAAC,CAAC;QACP,CAAC;KAAA;CACJ;AAhED,8CAgEC"} \ No newline at end of file diff --git a/dist/portforward.d.ts b/dist/portforward.d.ts new file mode 100644 index 0000000000..b9c94e36b9 --- /dev/null +++ b/dist/portforward.d.ts @@ -0,0 +1,12 @@ +/// +/// +import WebSocket = require('isomorphic-ws'); +import stream = require('stream'); +import { KubeConfig } from './config'; +import { WebSocketInterface } from './web-socket-handler'; +export declare class PortForward { + private readonly handler; + private readonly disconnectOnErr; + constructor(config: KubeConfig, disconnectOnErr?: boolean, handler?: WebSocketInterface); + portForward(namespace: string, podName: string, targetPorts: number[], output: stream.Writable, err: stream.Writable | null, input: stream.Readable, retryCount?: number): Promise WebSocket | null)>; +} diff --git a/dist/portforward.js b/dist/portforward.js new file mode 100644 index 0000000000..136ff9b5c7 --- /dev/null +++ b/dist/portforward.js @@ -0,0 +1,63 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const querystring = require("querystring"); +const util_1 = require("util"); +const web_socket_handler_1 = require("./web-socket-handler"); +class PortForward { + // handler is a parameter really only for injecting for testing. + constructor(config, disconnectOnErr, handler) { + this.handler = handler || new web_socket_handler_1.WebSocketHandler(config); + this.disconnectOnErr = util_1.isUndefined(disconnectOnErr) ? true : disconnectOnErr; + } + // TODO: support multiple ports for real... + portForward(namespace, podName, targetPorts, output, err, input, retryCount = 0) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + if (targetPorts.length === 0) { + throw new Error('You must provide at least one port to forward to.'); + } + if (targetPorts.length > 1) { + throw new Error('Only one port is currently supported for port-forward'); + } + const query = { + ports: targetPorts[0], + }; + const queryStr = querystring.stringify(query); + const needsToReadPortNumber = []; + targetPorts.forEach((value, index) => { + needsToReadPortNumber[index * 2] = true; + needsToReadPortNumber[index * 2 + 1] = true; + }); + const path = `/api/v1/namespaces/${namespace}/pods/${podName}/portforward?${queryStr}`; + const createWebSocket = () => { + return this.handler.connect(path, null, (streamNum, buff) => { + if (streamNum >= targetPorts.length * 2) { + return !this.disconnectOnErr; + } + // First two bytes of each stream are the port number + if (needsToReadPortNumber[streamNum]) { + buff = buff.slice(2); + needsToReadPortNumber[streamNum] = false; + } + if (streamNum % 2 === 1) { + if (err) { + err.write(buff); + } + } + else { + output.write(buff); + } + return true; + }); + }; + if (retryCount < 1) { + const ws = yield createWebSocket(); + web_socket_handler_1.WebSocketHandler.handleStandardInput(ws, input, 0); + return ws; + } + return web_socket_handler_1.WebSocketHandler.restartableHandleStandardInput(createWebSocket, input, 0, retryCount); + }); + } +} +exports.PortForward = PortForward; +//# sourceMappingURL=portforward.js.map \ No newline at end of file diff --git a/dist/portforward.js.map b/dist/portforward.js.map new file mode 100644 index 0000000000..3a3165aab9 --- /dev/null +++ b/dist/portforward.js.map @@ -0,0 +1 @@ +{"version":3,"file":"portforward.js","sourceRoot":"","sources":["../src/portforward.ts"],"names":[],"mappings":";;;AACA,2CAA4C;AAE5C,+BAAmC;AAGnC,6DAA4E;AAE5E,MAAa,WAAW;IAIpB,gEAAgE;IAChE,YAAY,MAAkB,EAAE,eAAyB,EAAE,OAA4B;QACnF,IAAI,CAAC,OAAO,GAAG,OAAO,IAAI,IAAI,qCAAgB,CAAC,MAAM,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,GAAG,kBAAW,CAAC,eAAe,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,eAAe,CAAC;IACjF,CAAC;IAED,2CAA2C;IAC9B,WAAW,CACpB,SAAiB,EACjB,OAAe,EACf,WAAqB,EACrB,MAAuB,EACvB,GAA2B,EAC3B,KAAsB,EACtB,aAAqB,CAAC;;YAEtB,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE;gBAC1B,MAAM,IAAI,KAAK,CAAC,mDAAmD,CAAC,CAAC;aACxE;YACD,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;gBACxB,MAAM,IAAI,KAAK,CAAC,uDAAuD,CAAC,CAAC;aAC5E;YACD,MAAM,KAAK,GAAG;gBACV,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC;aACxB,CAAC;YACF,MAAM,QAAQ,GAAG,WAAW,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC;YAC9C,MAAM,qBAAqB,GAAc,EAAE,CAAC;YAC5C,WAAW,CAAC,OAAO,CAAC,CAAC,KAAa,EAAE,KAAa,EAAE,EAAE;gBACjD,qBAAqB,CAAC,KAAK,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;gBACxC,qBAAqB,CAAC,KAAK,GAAG,CAAC,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC;YAChD,CAAC,CAAC,CAAC;YACH,MAAM,IAAI,GAAG,sBAAsB,SAAS,SAAS,OAAO,gBAAgB,QAAQ,EAAE,CAAC;YACvF,MAAM,eAAe,GAAG,GAAuB,EAAE;gBAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACvB,IAAI,EACJ,IAAI,EACJ,CAAC,SAAiB,EAAE,IAAqB,EAAW,EAAE;oBAClD,IAAI,SAAS,IAAI,WAAW,CAAC,MAAM,GAAG,CAAC,EAAE;wBACrC,OAAO,CAAC,IAAI,CAAC,eAAe,CAAC;qBAChC;oBACD,qDAAqD;oBACrD,IAAI,qBAAqB,CAAC,SAAS,CAAC,EAAE;wBAClC,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;wBACrB,qBAAqB,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC;qBAC5C;oBACD,IAAI,SAAS,GAAG,CAAC,KAAK,CAAC,EAAE;wBACrB,IAAI,GAAG,EAAE;4BACL,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;yBACnB;qBACJ;yBAAM;wBACH,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;qBACtB;oBACD,OAAO,IAAI,CAAC;gBAChB,CAAC,CACJ,CAAC;YACN,CAAC,CAAC;YAEF,IAAI,UAAU,GAAG,CAAC,EAAE;gBAChB,MAAM,EAAE,GAAG,MAAM,eAAe,EAAE,CAAC;gBACnC,qCAAgB,CAAC,mBAAmB,CAAC,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC,CAAC;gBACnD,OAAO,EAAE,CAAC;aACb;YAED,OAAO,qCAAgB,CAAC,8BAA8B,CAAC,eAAe,EAAE,KAAK,EAAE,CAAC,EAAE,UAAU,CAAC,CAAC;QAClG,CAAC;KAAA;CACJ;AArED,kCAqEC"} \ No newline at end of file diff --git a/dist/proto-client.d.ts b/dist/proto-client.d.ts new file mode 100644 index 0000000000..6812bbcea8 --- /dev/null +++ b/dist/proto-client.d.ts @@ -0,0 +1,5 @@ +import { KubeConfig } from './config'; +export declare class ProtoClient { + readonly 'config': KubeConfig; + get(msgType: any, requestPath: string): Promise; +} diff --git a/dist/proto-client.js b/dist/proto-client.js new file mode 100644 index 0000000000..e76293cb21 --- /dev/null +++ b/dist/proto-client.js @@ -0,0 +1,37 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const http = require("http"); +const url = require("url"); +class ProtoClient { + get(msgType, requestPath) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const server = this.config.getCurrentCluster().server; + const u = new url.URL(server); + const options = { + path: requestPath, + hostname: u.hostname, + protocol: u.protocol, + }; + yield this.config.applytoHTTPSOptions(options); + const req = http.request(options); + const result = yield new Promise((resolve, reject) => { + let data = ''; + req.on('data', (chunk) => { + data = data + chunk; + }); + req.on('end', () => { + const obj = msgType.deserializeBinary(data); + resolve(obj); + }); + req.on('error', (err) => { + reject(err); + }); + }); + req.end(); + return result; + }); + } +} +exports.ProtoClient = ProtoClient; +//# sourceMappingURL=proto-client.js.map \ No newline at end of file diff --git a/dist/proto-client.js.map b/dist/proto-client.js.map new file mode 100644 index 0000000000..e8ff8d7549 --- /dev/null +++ b/dist/proto-client.js.map @@ -0,0 +1 @@ +{"version":3,"file":"proto-client.js","sourceRoot":"","sources":["../src/proto-client.ts"],"names":[],"mappings":";;;AAAA,6BAA8B;AAC9B,2BAA4B;AAI5B,MAAa,WAAW;IAGP,GAAG,CAAC,OAAY,EAAE,WAAmB;;YAC9C,MAAM,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAG,CAAC,MAAM,CAAC;YACvD,MAAM,CAAC,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;YAC9B,MAAM,OAAO,GAAG;gBACZ,IAAI,EAAE,WAAW;gBACjB,QAAQ,EAAE,CAAC,CAAC,QAAQ;gBACpB,QAAQ,EAAE,CAAC,CAAC,QAAQ;aACvB,CAAC;YACF,MAAM,IAAI,CAAC,MAAM,CAAC,mBAAmB,CAAC,OAAO,CAAC,CAAC;YAC/C,MAAM,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;YAElC,MAAM,MAAM,GAAG,MAAM,IAAI,OAAO,CAAM,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;gBACtD,IAAI,IAAI,GAAG,EAAE,CAAC;gBACd,GAAG,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,EAAE,EAAE;oBACrB,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;gBACxB,CAAC,CAAC,CAAC;gBACH,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE;oBACf,MAAM,GAAG,GAAG,OAAO,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC;oBAC5C,OAAO,CAAC,GAAG,CAAC,CAAC;gBACjB,CAAC,CAAC,CAAC;gBACH,GAAG,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,GAAG,EAAE,EAAE;oBACpB,MAAM,CAAC,GAAG,CAAC,CAAC;gBAChB,CAAC,CAAC,CAAC;YACP,CAAC,CAAC,CAAC;YACH,GAAG,CAAC,GAAG,EAAE,CAAC;YACV,OAAO,MAAM,CAAC;QAClB,CAAC;KAAA;CACJ;AA9BD,kCA8BC"} \ No newline at end of file diff --git a/dist/terminal-size-queue.d.ts b/dist/terminal-size-queue.d.ts new file mode 100644 index 0000000000..cbaec0e37b --- /dev/null +++ b/dist/terminal-size-queue.d.ts @@ -0,0 +1,17 @@ +/// +import { Readable, ReadableOptions } from 'stream'; +export interface ResizableStream { + columns: number; + rows: number; + on(event: 'resize', cb: () => void): any; +} +export interface TerminalSize { + height: number; + width: number; +} +export declare class TerminalSizeQueue extends Readable { + constructor(opts?: ReadableOptions); + handleResizes(writeStream: ResizableStream): void; + private resize; +} +export declare function isResizable(stream: any): boolean; diff --git a/dist/terminal-size-queue.js b/dist/terminal-size-queue.js new file mode 100644 index 0000000000..6c2412f9fb --- /dev/null +++ b/dist/terminal-size-queue.js @@ -0,0 +1,34 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const stream_1 = require("stream"); +class TerminalSizeQueue extends stream_1.Readable { + constructor(opts = {}) { + super(Object.assign({}, opts, { + // tslint:disable-next-line:no-empty + read() { } })); + } + handleResizes(writeStream) { + // Set initial size + this.resize(getTerminalSize(writeStream)); + // Handle future size updates + writeStream.on('resize', () => this.resize(getTerminalSize(writeStream))); + } + resize(size) { + this.push(JSON.stringify(size)); + } +} +exports.TerminalSizeQueue = TerminalSizeQueue; +function isResizable(stream) { + if (stream == null) { + return false; + } + const hasRows = 'rows' in stream; + const hasColumns = 'columns' in stream; + const hasOn = typeof stream.on === 'function'; + return hasRows && hasColumns && hasOn; +} +exports.isResizable = isResizable; +function getTerminalSize(writeStream) { + return { height: writeStream.rows, width: writeStream.columns }; +} +//# sourceMappingURL=terminal-size-queue.js.map \ No newline at end of file diff --git a/dist/terminal-size-queue.js.map b/dist/terminal-size-queue.js.map new file mode 100644 index 0000000000..fb4be7c1c5 --- /dev/null +++ b/dist/terminal-size-queue.js.map @@ -0,0 +1 @@ +{"version":3,"file":"terminal-size-queue.js","sourceRoot":"","sources":["../src/terminal-size-queue.ts"],"names":[],"mappings":";;AAAA,mCAAmD;AAanD,MAAa,iBAAkB,SAAQ,iBAAQ;IAC3C,YAAY,OAAwB,EAAE;QAClC,KAAK,mBACE,IAAI;YACP,oCAAoC;YACpC,IAAI,KAAI,CAAC,IACX,CAAC;IACP,CAAC;IAEM,aAAa,CAAC,WAA4B;QAC7C,mBAAmB;QACnB,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1C,6BAA6B;QAC7B,WAAW,CAAC,EAAE,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;IAC9E,CAAC;IAEO,MAAM,CAAC,IAAkB;QAC7B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;IACpC,CAAC;CACJ;AApBD,8CAoBC;AAED,SAAgB,WAAW,CAAC,MAAW;IACnC,IAAI,MAAM,IAAI,IAAI,EAAE;QAChB,OAAO,KAAK,CAAC;KAChB;IAED,MAAM,OAAO,GAAG,MAAM,IAAI,MAAM,CAAC;IACjC,MAAM,UAAU,GAAG,SAAS,IAAI,MAAM,CAAC;IACvC,MAAM,KAAK,GAAG,OAAO,MAAM,CAAC,EAAE,KAAK,UAAU,CAAC;IAC9C,OAAO,OAAO,IAAI,UAAU,IAAI,KAAK,CAAC;AAC1C,CAAC;AATD,kCASC;AAED,SAAS,eAAe,CAAC,WAA4B;IACjD,OAAO,EAAE,MAAM,EAAE,WAAW,CAAC,IAAK,EAAE,KAAK,EAAE,WAAW,CAAC,OAAQ,EAAE,CAAC;AACtE,CAAC"} \ No newline at end of file diff --git a/dist/types.d.ts b/dist/types.d.ts new file mode 100644 index 0000000000..5eb44b1b8f --- /dev/null +++ b/dist/types.d.ts @@ -0,0 +1,12 @@ +import { V1ListMeta, V1ObjectMeta } from './api'; +export interface KubernetesObject { + apiVersion?: string; + kind?: string; + metadata?: V1ObjectMeta; +} +export interface KubernetesListObject { + apiVersion?: string; + kind?: string; + metadata?: V1ListMeta; + items: T[]; +} diff --git a/dist/types.js b/dist/types.js new file mode 100644 index 0000000000..11e638d1ee --- /dev/null +++ b/dist/types.js @@ -0,0 +1,3 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +//# sourceMappingURL=types.js.map \ No newline at end of file diff --git a/dist/types.js.map b/dist/types.js.map new file mode 100644 index 0000000000..c768b79002 --- /dev/null +++ b/dist/types.js.map @@ -0,0 +1 @@ +{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/dist/watch.d.ts b/dist/watch.d.ts new file mode 100644 index 0000000000..73c0845ca1 --- /dev/null +++ b/dist/watch.d.ts @@ -0,0 +1,21 @@ +import request = require('request'); +import { KubeConfig } from './config'; +export interface WatchUpdate { + type: string; + object: object; +} +export interface RequestInterface { + webRequest(opts: request.Options, callback: (err: any, response: any, body: any) => void): any; +} +export declare class DefaultRequest implements RequestInterface { + webRequest(opts: request.Options, callback: (err: any, response: any, body: any) => void): any; +} +export declare class Watch { + static SERVER_SIDE_CLOSE: { + error: string; + }; + config: KubeConfig; + private readonly requestImpl; + constructor(config: KubeConfig, requestImpl?: RequestInterface); + watch(path: string, queryParams: any, callback: (phase: string, obj: any) => void, done: (err: any) => void): any; +} diff --git a/dist/watch.js b/dist/watch.js new file mode 100644 index 0000000000..5b7e9861d8 --- /dev/null +++ b/dist/watch.js @@ -0,0 +1,69 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const byline = require("byline"); +const request = require("request"); +class DefaultRequest { + webRequest(opts, callback) { + return request(opts, callback); + } +} +exports.DefaultRequest = DefaultRequest; +class Watch { + constructor(config, requestImpl) { + this.config = config; + if (requestImpl) { + this.requestImpl = requestImpl; + } + else { + this.requestImpl = new DefaultRequest(); + } + } + watch(path, queryParams, callback, done) { + const cluster = this.config.getCurrentCluster(); + if (!cluster) { + throw new Error('No currently active cluster'); + } + const url = cluster.server + path; + queryParams.watch = true; + const headerParams = {}; + const requestOptions = { + method: 'GET', + qs: queryParams, + headers: headerParams, + uri: url, + useQuerystring: true, + json: true, + }; + this.config.applyToRequest(requestOptions); + const stream = byline.createStream(); + stream.on('data', (line) => { + try { + const data = JSON.parse(line); + callback(data.type, data.object); + } + catch (ignore) { + // ignore parse errors + } + }); + stream.on('error', (err) => { + done(err); + }); + stream.on('close', () => done(null)); + const req = this.requestImpl.webRequest(requestOptions, (error, response, body) => { + if (error) { + done(error); + } + else if (response && response.statusCode !== 200) { + done(new Error(response.statusMessage)); + } + else { + done(null); + } + }); + req.pipe(stream); + return req; + } +} +Watch.SERVER_SIDE_CLOSE = { error: 'Connection closed on server' }; +exports.Watch = Watch; +//# sourceMappingURL=watch.js.map \ No newline at end of file diff --git a/dist/watch.js.map b/dist/watch.js.map new file mode 100644 index 0000000000..9a2fdcb4f8 --- /dev/null +++ b/dist/watch.js.map @@ -0,0 +1 @@ +{"version":3,"file":"watch.js","sourceRoot":"","sources":["../src/watch.ts"],"names":[],"mappings":";;AAAA,iCAAkC;AAClC,mCAAoC;AAYpC,MAAa,cAAc;IAChB,UAAU,CAAC,IAAqB,EAAE,QAAuC;QAC5E,OAAO,OAAO,CAAC,IAAI,EAAE,QAAQ,CAAC,CAAC;IACnC,CAAC;CACJ;AAJD,wCAIC;AAED,MAAa,KAAK;IAKd,YAAmB,MAAkB,EAAE,WAA8B;QACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;QACrB,IAAI,WAAW,EAAE;YACb,IAAI,CAAC,WAAW,GAAG,WAAW,CAAC;SAClC;aAAM;YACH,IAAI,CAAC,WAAW,GAAG,IAAI,cAAc,EAAE,CAAC;SAC3C;IACL,CAAC;IAEM,KAAK,CACR,IAAY,EACZ,WAAgB,EAChB,QAA2C,EAC3C,IAAwB;QAExB,MAAM,OAAO,GAAG,IAAI,CAAC,MAAM,CAAC,iBAAiB,EAAE,CAAC;QAChD,IAAI,CAAC,OAAO,EAAE;YACV,MAAM,IAAI,KAAK,CAAC,6BAA6B,CAAC,CAAC;SAClD;QACD,MAAM,GAAG,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC;QAElC,WAAW,CAAC,KAAK,GAAG,IAAI,CAAC;QACzB,MAAM,YAAY,GAAQ,EAAE,CAAC;QAE7B,MAAM,cAAc,GAAoB;YACpC,MAAM,EAAE,KAAK;YACb,EAAE,EAAE,WAAW;YACf,OAAO,EAAE,YAAY;YACrB,GAAG,EAAE,GAAG;YACR,cAAc,EAAE,IAAI;YACpB,IAAI,EAAE,IAAI;SACb,CAAC;QACF,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;QAE3C,MAAM,MAAM,GAAG,MAAM,CAAC,YAAY,EAAE,CAAC;QACrC,MAAM,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE;YACvB,IAAI;gBACA,MAAM,IAAI,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;gBAC9B,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;aACpC;YAAC,OAAO,MAAM,EAAE;gBACb,sBAAsB;aACzB;QACL,CAAC,CAAC,CAAC;QACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,GAAG,EAAE,EAAE;YACvB,IAAI,CAAC,GAAG,CAAC,CAAC;QACd,CAAC,CAAC,CAAC;QACH,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;QACrC,MAAM,GAAG,GAAG,IAAI,CAAC,WAAW,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,KAAK,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE;YAC9E,IAAI,KAAK,EAAE;gBACP,IAAI,CAAC,KAAK,CAAC,CAAC;aACf;iBAAM,IAAI,QAAQ,IAAI,QAAQ,CAAC,UAAU,KAAK,GAAG,EAAE;gBAChD,IAAI,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,CAAC;aAC3C;iBAAM;gBACH,IAAI,CAAC,IAAI,CAAC,CAAC;aACd;QACL,CAAC,CAAC,CAAC;QACH,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACjB,OAAO,GAAG,CAAC;IACf,CAAC;;AA9Da,uBAAiB,GAAG,EAAE,KAAK,EAAE,6BAA6B,EAAE,CAAC;AAD/E,sBAgEC"} \ No newline at end of file diff --git a/dist/web-socket-handler.d.ts b/dist/web-socket-handler.d.ts new file mode 100644 index 0000000000..93713fd564 --- /dev/null +++ b/dist/web-socket-handler.d.ts @@ -0,0 +1,31 @@ +/// +/// +import WebSocket = require('isomorphic-ws'); +import stream = require('stream'); +import { V1Status } from './api'; +import { KubeConfig } from './config'; +export interface WebSocketInterface { + connect(path: string, textHandler: ((text: string) => boolean) | null, binaryHandler: ((stream: number, buff: Buffer) => boolean) | null): Promise; +} +export declare class WebSocketHandler implements WebSocketInterface { + readonly config: KubeConfig; + readonly socketFactory?: ((uri: string, opts: WebSocket.ClientOptions) => WebSocket) | undefined; + static readonly StdinStream = 0; + static readonly StdoutStream = 1; + static readonly StderrStream = 2; + static readonly StatusStream = 3; + static readonly ResizeStream = 4; + static handleStandardStreams(streamNum: number, buff: Buffer, stdout: stream.Writable | null, stderr: stream.Writable | null): V1Status | null; + static handleStandardInput(ws: WebSocket, stdin: stream.Readable | any, streamNum?: number): boolean; + static restartableHandleStandardInput(createWS: () => Promise, stdin: stream.Readable | any, streamNum?: number, retryCount?: number): () => WebSocket | null; + constructor(config: KubeConfig, socketFactory?: ((uri: string, opts: WebSocket.ClientOptions) => WebSocket) | undefined); + /** + * Connect to a web socket endpoint. + * @param path The HTTP Path to connect to on the server. + * @param textHandler Callback for text over the web socket. + * Returns true if the connection should be kept alive, false to disconnect. + * @param binaryHandler Callback for binary data over the web socket. + * Returns true if the connection should be kept alive, false to disconnect. + */ + connect(path: string, textHandler: ((text: string) => boolean) | null, binaryHandler: ((stream: number, buff: Buffer) => boolean) | null): Promise; +} diff --git a/dist/web-socket-handler.js b/dist/web-socket-handler.js new file mode 100644 index 0000000000..0d60995ac4 --- /dev/null +++ b/dist/web-socket-handler.js @@ -0,0 +1,155 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const tslib_1 = require("tslib"); +const WebSocket = require("isomorphic-ws"); +const protocols = ['v4.channel.k8s.io', 'v3.channel.k8s.io', 'v2.channel.k8s.io', 'channel.k8s.io']; +class WebSocketHandler { + // factory is really just for test injection + constructor(config, socketFactory) { + this.config = config; + this.socketFactory = socketFactory; + } + static handleStandardStreams(streamNum, buff, stdout, stderr) { + if (buff.length < 1) { + return null; + } + if (stdout && streamNum === WebSocketHandler.StdoutStream) { + stdout.write(buff); + } + else if (stderr && streamNum === WebSocketHandler.StderrStream) { + stderr.write(buff); + } + else if (streamNum === WebSocketHandler.StatusStream) { + // stream closing. + if (stdout && stdout !== process.stdout) { + stdout.end(); + } + if (stderr && stderr !== process.stderr) { + stderr.end(); + } + return JSON.parse(buff.toString('utf8')); + } + else { + throw new Error('Unknown stream: ' + streamNum); + } + return null; + } + static handleStandardInput(ws, stdin, streamNum = 0) { + stdin.on('data', (data) => { + const buff = Buffer.alloc(data.length + 1); + buff.writeInt8(streamNum, 0); + if (data instanceof Buffer) { + data.copy(buff, 1); + } + else { + buff.write(data, 1); + } + ws.send(buff); + }); + stdin.on('end', () => { + ws.close(); + }); + // Keep the stream open + return true; + } + static restartableHandleStandardInput(createWS, stdin, streamNum = 0, retryCount = 3) { + if (retryCount < 0) { + throw new Error("retryCount can't be lower than 0."); + } + let queue = Promise.resolve(); + let ws; + function processData(data) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const buff = Buffer.alloc(data.length + 1); + buff.writeInt8(streamNum, 0); + if (data instanceof Buffer) { + data.copy(buff, 1); + } + else { + buff.write(data, 1); + } + let i = 0; + for (; i < retryCount; ++i) { + if (ws !== null && ws.readyState === WebSocket.OPEN) { + ws.send(buff); + break; + } + else { + ws = yield createWS(); + } + } + if (i >= retryCount) { + throw new Error("can't send data to ws"); + } + }); + } + stdin.on('data', (data) => { + queue = queue.then(() => processData(data)); + }); + stdin.on('end', () => { + if (ws) { + ws.close(); + } + }); + return () => ws; + } + /** + * Connect to a web socket endpoint. + * @param path The HTTP Path to connect to on the server. + * @param textHandler Callback for text over the web socket. + * Returns true if the connection should be kept alive, false to disconnect. + * @param binaryHandler Callback for binary data over the web socket. + * Returns true if the connection should be kept alive, false to disconnect. + */ + connect(path, textHandler, binaryHandler) { + return tslib_1.__awaiter(this, void 0, void 0, function* () { + const cluster = this.config.getCurrentCluster(); + if (!cluster) { + throw new Error('No cluster is defined.'); + } + const server = cluster.server; + const ssl = server.startsWith('https://'); + const target = ssl ? server.substr(8) : server.substr(7); + const proto = ssl ? 'wss' : 'ws'; + const uri = `${proto}://${target}${path}`; + const opts = {}; + yield this.config.applytoHTTPSOptions(opts); + return yield new Promise((resolve, reject) => { + const client = this.socketFactory + ? this.socketFactory(uri, opts) + : new WebSocket(uri, protocols, opts); + let resolved = false; + client.onopen = () => { + resolved = true; + resolve(client); + }; + client.onerror = (err) => { + if (!resolved) { + reject(err); + } + }; + client.onmessage = ({ data }) => { + // TODO: support ArrayBuffer and Buffer[] data types? + if (typeof data === 'string') { + if (textHandler && !textHandler(data)) { + client.close(); + } + } + else if (data instanceof Buffer) { + const streamNum = data.readInt8(0); + if (binaryHandler && !binaryHandler(streamNum, data.slice(1))) { + client.close(); + } + } + }; + }); + }); + } +} +WebSocketHandler.StdinStream = 0; +WebSocketHandler.StdoutStream = 1; +WebSocketHandler.StderrStream = 2; +WebSocketHandler.StatusStream = 3; +WebSocketHandler.ResizeStream = 4; +exports.WebSocketHandler = WebSocketHandler; +//# sourceMappingURL=web-socket-handler.js.map \ No newline at end of file diff --git a/dist/web-socket-handler.js.map b/dist/web-socket-handler.js.map new file mode 100644 index 0000000000..a4a55e50d9 --- /dev/null +++ b/dist/web-socket-handler.js.map @@ -0,0 +1 @@ +{"version":3,"file":"web-socket-handler.js","sourceRoot":"","sources":["../src/web-socket-handler.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/dist/yaml.d.ts b/dist/yaml.d.ts new file mode 100644 index 0000000000..103f97707f --- /dev/null +++ b/dist/yaml.d.ts @@ -0,0 +1,4 @@ +import * as yaml from 'js-yaml'; +export declare function loadYaml(data: string, opts?: yaml.LoadOptions): T; +export declare function loadAllYaml(data: string, opts?: yaml.LoadOptions): any[]; +export declare function dumpYaml(object: any, opts?: yaml.DumpOptions): string; diff --git a/dist/yaml.js b/dist/yaml.js new file mode 100644 index 0000000000..13cd96a22e --- /dev/null +++ b/dist/yaml.js @@ -0,0 +1,16 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const yaml = require("js-yaml"); +function loadYaml(data, opts) { + return yaml.safeLoad(data, opts); +} +exports.loadYaml = loadYaml; +function loadAllYaml(data, opts) { + return yaml.safeLoadAll(data, undefined, opts); +} +exports.loadAllYaml = loadAllYaml; +function dumpYaml(object, opts) { + return yaml.safeDump(object, opts); +} +exports.dumpYaml = dumpYaml; +//# sourceMappingURL=yaml.js.map \ No newline at end of file diff --git a/dist/yaml.js.map b/dist/yaml.js.map new file mode 100644 index 0000000000..5ff4e0d25c --- /dev/null +++ b/dist/yaml.js.map @@ -0,0 +1 @@ +{"version":3,"file":"yaml.js","sourceRoot":"","sources":["../src/yaml.ts"],"names":[],"mappings":";;AAAA,gCAAgC;AAEhC,SAAgB,QAAQ,CAAI,IAAY,EAAE,IAAuB;IAC7D,OAAO,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAM,CAAC;AAC1C,CAAC;AAFD,4BAEC;AAED,SAAgB,WAAW,CAAC,IAAY,EAAE,IAAuB;IAC7D,OAAO,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;AACnD,CAAC;AAFD,kCAEC;AAED,SAAgB,QAAQ,CAAC,MAAW,EAAE,IAAuB;IACzD,OAAO,IAAI,CAAC,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AACvC,CAAC;AAFD,4BAEC"} \ No newline at end of file From c3ee7324dea0a078eaa6bf6336a2642932d8beb6 Mon Sep 17 00:00:00 2001 From: Marco Garcia Date: Thu, 5 Dec 2019 17:12:24 -0500 Subject: [PATCH 5/5] remove postinstall --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index bf0a466b93..555da6f693 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,7 @@ "watch": "tsc --watch", "test": "nyc mocha", "prepare": "npm run build", - "docs": "typedoc src/gen/api", - "postinstall": "npm run build" + "docs": "typedoc src/gen/api" }, "nyc": { "include": [